Example: Customized Segmented ToolBar Buttons

Hi,
I have some mistake when I tried the example [Customized Segmented ToolBar Buttons|http://fxexperience.com/2012/02/customized-segmented-toolbar-buttons/] from Richard Bair.
My css
#background {
    -light-black: rgb(74, 75, 78);
    -dark-highlight: rgb(87, 89, 92);
    -dark-black: rgb(39, 40, 40);
    -darkest-black: rgb(5, 5, 5);
    -mid-gray: rgb(216, 222, 227);
    -fx-background-color: -mid-gray;
.segmented-button-bar .button {
    -fx-background-color:
        -darkest-black,
        -dark-highlight,
        linear-gradient(to bottom, -light-black 2%, -dark-black 98%);
    -fx-background-insets: 0, 1 1 1 0, 2 1 1 1;
    -fx-background-radius: 0;
    -fx-padding: 0.4em 1.833333em 0.4em 1.833333em;
.segmented-button-bar .button.first {
    -fx-background-insets: 0, 1, 2 1 1 1;
    -fx-background-radius: 3 0 0 3, 2 0 0 2, 2 0 0 2;
.segmented-button-bar .button.last {
    -fx-background-insets: 0, 1 1 1 0, 2 1 1 1;
    -fx-background-radius: 0 3 3 0, 0 2 2 0, 0 2 2 0;
.segmented-button-bar .button:pressed {
    -fx-background-color:
        -darkest-black,
        rgb(55, 57, 58),
        linear-gradient(to top, -light-black 2%, -dark-black 98%);
}My fxml
<BorderPane
    fx:controller="de.pro.typwriter.welcome.WelcomeActivity"
    xmlns:fx="http://javafx.com/fxml">
    <top>
        <HBox alignment="top_right" styleClass="segmented-button-bar">
            <children>
                <Button text="About" onAction="#onActionGoToAbout" styleClass="first" />
                <Button text="Help" onAction="#onActionGoToHelp" styleClass="last" />
            </children>
        </HBox>
    </top>
</BorderPane>When I have the links styleClass="first" and styleClass="last" in the css-file this exception is thrown:
SEVERE: javafx.scene.control.Control impl_processCSS The -fx-skin property has not been defined in CSS for Button@100bac2[styleClass=first]
SEVERE: javafx.scene.control.Control impl_processCSS The -fx-skin property has not been defined in CSS for Button@e51b2c[styleClass=last]After removing the links in the buttons the following exception is thrown:
WARNING: com.sun.javafx.css.StyleHelper lookup caught:
java.lang.ClassCastException: java.lang.String cannot be cast to javafx.scene.paint.Paint
     at com.sun.javafx.css.converters.PaintConverter$SequenceConverter.convert(Unknown Source)
     at com.sun.javafx.css.converters.PaintConverter$SequenceConverter.convert(Unknown Source)
     at com.sun.javafx.css.Value.convert(Unknown Source)
     at com.sun.javafx.css.StyleHelper.lookup(Unknown Source)
     at com.sun.javafx.css.StyleHelper.lookup(Unknown Source)
     at com.sun.javafx.css.StyleHelper.transitionToState(Unknown Source)
     at javafx.scene.Node.impl_processCSS(Unknown Source)
     at javafx.scene.Parent.impl_processCSS(Unknown Source)
     at javafx.scene.Parent.impl_processCSS(Unknown Source)
     at javafx.scene.control.Control.impl_processCSS(Unknown Source)
     at javafx.scene.Parent.impl_processCSS(Unknown Source)
     at javafx.scene.Parent.impl_processCSS(Unknown Source)
     at javafx.scene.Parent.impl_processCSS(Unknown Source)
     at javafx.scene.Parent.impl_processCSS(Unknown Source)
     at javafx.scene.Parent.impl_processCSS(Unknown Source)
     at javafx.scene.Parent.impl_processCSS(Unknown Source)
     at javafx.scene.Parent.impl_processCSS(Unknown Source)
     at javafx.scene.Node.processCSS(Unknown Source)
     at javafx.scene.Scene.doCSSPass(Unknown Source)
     at javafx.scene.Scene.preferredSize(Unknown Source)
     at javafx.scene.Scene.impl_preferredSize(Unknown Source)
     at javafx.stage.Window.adjustSize(Unknown Source)
     at javafx.stage.Window.access$700(Unknown Source)
     at javafx.stage.Window$13.invalidated(Unknown Source)
     at javafx.beans.property.BooleanPropertyBase.markInvalid(Unknown Source)
     at javafx.beans.property.BooleanPropertyBase.set(Unknown Source)
     at javafx.stage.Window.setShowing(Unknown Source)
     at javafx.stage.Window.show(Unknown Source)
     at javafx.stage.Stage.show(Unknown Source)
     at de.pro.typwriter.manager.TypWriterManager.initApplication(TypWriterManager.java:122)
     at de.pro.typwriter.TypWriter.start(TypWriter.java:34)
     at com.sun.javafx.application.LauncherImpl$5.run(Unknown Source)
     at com.sun.javafx.application.PlatformImpl$4.run(Unknown Source)
     at com.sun.javafx.application.PlatformImpl$3.run(Unknown Source)
     at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
     at com.sun.glass.ui.win.WinApplication.access$100(Unknown Source)
     at com.sun.glass.ui.win.WinApplication$2$1.run(Unknown Source)
     at java.lang.Thread.run(Thread.java:662)
WARNING: com.sun.javafx.css.StyleHelper lookup styleable = 'artificial' StyleableProperty {property: -fx-background-color, converter: Paint.SequenceConverter, initialValue: <Value>
  <value values="1">
    <Value>
      <value>Color[red=0,green=0,blue=0,opacity=1.0]</value>
      <converter>null</converter>
    </Value>
  </value>
  <converter>Paint.SequenceConverter</converter>
</Value>
WARNING: com.sun.javafx.css.StyleHelper lookup resolved = <Value>
  <value values="3">
    <Value lookup="true">
      <value>-darkest-black</value>
      <converter>null</converter>
    </Value>
    <Value lookup="true">
      <value>-dark-highlight</value>
      <converter>null</converter>
    </Value>
    <Value>
      <value values="7">
        <Value>
          <value>0.0%</value>
          <converter>null</converter>
        </Value>
        <Value>
          <value>0.0%</value>
          <converter>null</converter>
        </Value>
        <Value>
          <value>0.0%</value>
          <converter>null</converter>
        </Value>
        <Value>
          <value>100.0%</value>
          <converter>null</converter>
        </Value>
        <Value>
          <value>NO_CYCLE</value>
          <converter>null</converter>
        </Value>
        <Value>
          <value values="2">
            <Value>
              <value>2.0%</value>
              <converter>null</converter>
            </Value>
            <Value lookup="true">
              <value>-light-black</value>
              <converter>null</converter>
            </Value>
          </value>
          <converter>StopConverter</converter>
        </Value>
        <Value>
          <value values="2">
            <Value>
              <value>98.0%</value>
              <converter>null</converter>
            </Value>
            <Value lookup="true">
              <value>-dark-black</value>
              <converter>null</converter>
            </Value>
          </value>
          <converter>StopConverter</converter>
        </Value>
      </value>
      <converter>LinearGradientConverter</converter>
    </Value>
  </value>
  <converter>Paint.SequenceConverter</converter>
</Value>
WARNING: com.sun.javafx.css.StyleHelper lookup node = ButtonSkin[id=null, styleClass=button]Any idea?
NetBeans 7.1, Windows XP, JavaFX 2.0.2

I haven't tried the code locally, but I'm sure that this is due to Richard building his demo with the developer preview JavaFX 2.1, which features numerous improvements to FXML. I note you're using the JavaFX 2.0.2 GA release. If you are in a developer environment (i.e. you aren't deploying to end users), you may want to consider upgrading to JavaFX 2.1 Developer Preview builds. You can go here to download the builds (and note that the builds are updated weekly):
http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html
-- Jonathan

Similar Messages

  • Custom Safari Toolbar Buttons Question

    In the resources folder of Safari are the tif files for the Safari toolbar. But even if I replace them with one of my own, specifically the debug one, it still remains the same button and doesn't use the one I replaced it with. I suppose it is caching the older tif or is fetching it from elsewhere. Does anyone know what is going on? Where is it getting the old Safari toolbar button from? I'm in the Safari 4 beta.

    If you are wanting the old toolbar from 3.2.1 try installing this app.
    Safari Modifier.
    hpr3

  • Issue with custom toolbar button in alv and leave screen

    Hi,
    in one subscreen (say screen 100)i have an alv with custom ADD  toolbar button..so in the user_command event handler ,i call a antoher screen(dialogue)..like if i click on ADD button ,it should display dialogue screen(say 200) and after entering input in dialogue screen i click on CONINUE to retrun to screen 100..problem is for the first time i click on ADD button its working fine ,succesffyuly returned to screen 100...but for the second time i click on add button , i have to click on twice the CONTINUE button to retrun to screen 100..when debuggin i found the user_command event routin is executin twice ..any solution..
    Thanks,
    srini

    Apparently handler is set for every new ALV instance. This you get by executing CREATE OBJECT alv... every time PBO is raised. Ensure you are executing this statement only once duirng program lifetime. Then the system will match event handler only with one ALV instance (executing it once).
    if r_alv is not bound.
       CREATE OBJECT r_alv ...
       SET HANDLER ...
    endif.
    Regards
    Marcin

  • How can I add custom toolbar buttons to load different TOCs?

    In my WebHelp output, I want to have custom buttons on the toolbar that when clicked load a specific TOC in the left navigation pane. For example, when the user clicks the PC button, the PC TOC loads in the left pane. When the user clicks the VM button, the VM TOC loads in the left pane. All of the help files are managed in one project and some files will appear in both TOCs.
    I think this should be possible but not sure how to make it happen. Is there some JavaScript that I should add to the custom toolbar item to load the TOC on click? How do I specify the TOC that I want to show for each button?
    BTW - I'm using RoboHelp 8 (8.0.2) to generate WebHelp output. Thanks in advance for your help!

    Hi there
    If you were to upgrade to RoboHelp 9 it would simplify your issue. Version 9 offers a new feature called Dynamic User-Centric Content (DUCC) and provides a nifty little drop-down selector in the Navigation Mini-toolbar.
    As you are on version 8 the only way I can fathom you would manage this is by generating two different outputs. Each output would use its respective TOC. The Toolbar button in each project could be configured to open the other project.
    You might first decry having to manage two outputs and all the files. But if you pick apart DUCC and the way it is configured by Adobe, it works in much the same manner. It's just hidden from your initial view.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • How to get "Selected" color for custom toolbar buttons?

    RH 8.0.2.208
    RoboHelp HTML
    WebHelp output
    I'm getting flack from internal QA folks about the custom toolbar buttons not having the same "selected" color as the default buttons (Contents, Index). I've copied the background color info from the <btnselected></btnselected> section for the built-in Contents to the <btnselected></btnselected> section for a custom toolbar button, but RH is ignoring it.
    Any hints?
    Leon

    You could try using the raw converter. Open one file and edit it (File>Open, pick the image and choose Camera Raw as the format before you click Open). Then open the next image and click the little four-lined square on the upper right side of the ACR window and choose Previous Conversion from the flyout menu.

  • Custom Toolbar Buttons - built from my SQL - feature request

    I would like to request a feature to be added to SQL Developer. I'm on EA, v 4.0.0.12. I would like to be able to create edit and add custom toolbar buttons.
    I do have some of my SQL saved as Snippets. As long as I want to keep the Snippets pane open, I can create and edit snipped categories, add snippets to custom categories, and drag'n'drop a snippet from the snippet pane onto a SQL Worksheet (fills in with the SQL). This all works, although giving up  "canvas workspace" for the snippets pane is a bit of an expense.
    It would be cool to be able to create, edit and place and remove custom buttons on the Toolbar with SQL I like to (re)use often.

    I found the Exchange and filed a request there.
    For anyone wanting the URL for the Exchange feature requests, I used this:
    https://apex.oracle.com/pls/apex/f?p=43135:6:104519160383376::NO
    I do wish the Exchange were compatible with Firefox. I had to go to IE to add the request.

  • Custom Toolbar button in Adobe Acrobat Reader

    Hello Everyone,
    I need to add a custom toolbar button in Adobe Reader using C# 2.0 and performed some custom tasks by clicking on this button.
    Could anyone guide me, how to add a custom toolbar button in Adobe Reader application?
    PS: I have create a Shared Addin for adding Custom Toolbar for office applications but have no idea how to start for Adobe Reader application.
    Your instant reply will be highly appreciated. Thanks in advance.
    Best Regards,
    Malik Irfan

    I'm ok with just using Javascript to make the toolbar button, instead of C/C++.
    I assume you mean by your second point that I actually have to own Acrobat professional, which I do.
    I tried looking at the documentation, but it keeps crashing my browser.
    However, from my experience with all other Adobe products (Studio MX, Authorware, etc), I do not expect a detailed walkthrough from start to finish, with pictures saying "click here" and such.  Does this help manual actually contain this sort of thing?
    I really appreciate the fast replies!

  • Create Multiple Signature and Date fields with a custom Toolbar Button

    First off, thanks in advance!  I am a scripting newbie and I am trudging my way through with very little experience with scripting of any kind.  I am good at taking other's scripts and forming them into something I need, but I can't seem to find anything to do what I want.
    Using Adobe Acrobat X, I am trying to create a toolbar button that I can press to create multiple signature and date fields with predetermined locations.
    Below is the script I have that is working to create just a single signature box, but I can't seem to figure out the exact syntax to have that same button create multiple fields.  In total it is 9 signature fields and 9 date fields need to be created.  If you can just give me an example of what the button would look like with multiple scripts?  I was assuming I would set up multiple variables and then in the cExec property of the toolbar button I could just call out all of those variables? 
    var sigswm = "addField('sigSWM', 'signature', '0', [108, 198, 494.64, 72])"
    app.addToolButton({cName: "dotbutton", cExec: sigswm, cLabel: "Place Signature and Date Blocks",});
    Thanks in advance for any help you can provide.
    Billy Sweeney

    Thanks!  That was probably the only thing I didn't try.
    I do have one more question.  What I want is when the signature field is clicked it fills out a specific date field. I beleive the script I want would be:
    var currentTime = new Date()
        var month = currentTime.getMonth() + 1
        var day = currentTime.getDate()
        var year = currentTime.getFullYear()
        var signingTime = day +"/"+month+"/"+year
        var f = this.getField("dateSWM"); 
        f.value = signingTime;
    I found this on another thread that mentioned it could be placed in the Signed tab of the signature properties dialog.  I am assuming it would be placed in my button script file as a setAction script for each signature, but I am not real sure exactly where or how?

  • Create Custom tree table panel collection toolbar buttons

    Dear all
    i have a tree table inside panel collection,inside the toolbar there is some buttons like show as top ,show top, expand all ....etc
    what i want to do is i want to call it from custom button not from the toolbar button.
    any suggestions
    Regards

    Hi,
    yes, it is. Its fixed in a the current build and should be fixed in TP4 (upcoming)
    Frank

  • Plug-in toolbar button activation question

    I'm not a plug-in developer and do not foresee becoming one, but I am trying to understand how Acrobat handles custom toolbar buttons that you add via JavaScript.
    Im interested in the cEnable parameter that you can specify when using app.addToolbarButton. With it, you can specify a JavaScript expression that sets the value of event.rc to true or false to control whether the toolbar button is enabled or not. What Im trying to understand is when, exactly, does this expression get evaluated? In my testing, it seems as though it is triggered continuously, but I dont know what particular event(s) triggers it. It is not documented in the Acrobat JavaScript reference.
    I tried reading through the plug-in related documentation in the SDK to see if I could figure out what event a plug-in would be likely to register for if it needed to be able to disable its toolbar button(s), but came up empty. If a plug-in wanted to disable a toolbar button in a similar manner, what event(s) should it be listening to?
    What is Acrobat using to trigger the evaluation of the code specified with the cEnable parameter for app.addToolbar button? Speculations are welcome if not known.
    Thanks,
    George

    > In that case the cEnable code is run when the button loads and each time a document is opened/closed in that view pane.
    It's not just limited to that. Whatever event it is, it seems as though it is continually triggered. For example, if I set the cEnable code to be based on the value of a global variable, the button is affected immediately after I alter the global variable:
    cEnable: "event.rc = global.myVar;"
    Then, in the JavaScript console, if I execute:
    global.myvar = false;
    my button immediately becomes disabled. Something must trigger it, and I'm suspecting it's related to the ECMAscript/Forms plug-in and may not be an event that other plug-ins can be notified of.
    George

  • Change the position of toolbar buttons in RoboHelp 9 (WebHelp)

    Hi,
    I have been trying to create a custom skin for my webhelp output. I am able to specify the toolbar background image. However, the text in the image is being hidden by the toolbar buttons (Contents, Index, Serach, etc buttons). Is there any way to alter the position of the toolbar buttons (for example, lowering these buttons) so that the text in the image is displayed clearly?
    I would be glad to know of any work-around to this problem.
    Thanks!

    Hello again
    After I replied I noticed you had replied to two other threads. Really old threads. You basically asked the same question twice about how to resize images.
    As you are new here you likely don't understand the "rules of the road" so to speak. So it would be helpful to you to take a few moments and read through the thread I'm linking below. We put it together to help new folks.
    Click here to view
    As for how to change those button images, you do that using another application that manipulates images. SnagIt, PhotoShop, Windows Paint, GIMP,  Paint Shop Pro, Etc.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Create a sequence of actions in the toolbar button in Visual Composer

    Hi!
    I've a problem with the toolbar buttons in visual composer. On a table, I would like to have one button which launch 2 actions. For example, I want to call an event (custom action) and after that I want to select a row in another table (system action, select).
    It works fine when I create 2 buttons with the toolbar buttons but my wish is to have only one button with several actions (like a sequence of actions). Is it possible?
    Thanks for any help!

    Hi Ronan,
    I think you can achieve your requirement by creating the Wizard in SAP Visual Composer.
    The following link provides the detailed steps to Create the Wizard in SAP VC.
    http://help.sap.com/saphelp_nw04s/helpdata/en/88/fedb4269b2f340e10000000a1550b0/content.htm
    Please have a look.
    Thanks,
    Prashant
    (Please reward points for useful answer)

  • UCM : contributor : customizing FCKEditor / wysiwyg buttons

    Hello,
    we'd like to customize the FCKEditor in several ways :
    - modifying some labels of object properties in the wysiwyg
    - adding a "line spacing" button/function in the wysiwyg
    - "edit link" properties : displaying or not some fields and tabs like "advanced" , "target", "Advisory Content Type", "Linked Resource Charset", "Language Code", "Language Direction", ...
    - "image properties" : displaying or not some fields and tabs like "advanced" , "Long Description URL", "Stylesheet Classes", Language Code", "Language Direction", ...
    Thanks for clues !
    Vince

    found information here : [ http://download.oracle.com/docs/cd/E14571_01/doc.1111/e10613/c11_scripts.htm#BEIEDBEF]
    Site Studio ships with several sample custom configuration scripts. These samples are checked into the content server with the xWebsiteObjectType metadata value of "Custom Configuration Script" when the Site Studio component is installed on the content server.
    The following scripts are the included samples:
    FCKeditor-Compatible Sample Scripts
    * ss_fck_simple_command.js - This sample script is an example of a simple FCKeditor command. This particular example implements an FCKeditor command, toolbar button, and menu item.
    * ss_fck_image_command.js - This sample script is an example of an FCKeditor command that overrides the existing "ssImage" and "Image" commands. In this example, the commands are redefined and the existing Image toolbar button and context menu items are re-used.
    * ss_fck_load_multiple_commands.js - This sample script shows how to load multiple Custom Configuration Scripts.
    * ss_fck_template_command.js - This sample script enables users to insert pre-defined HTML.

  • Keeping toolbar button pressed when displaying a popupmenu beneath it

    I have written a custom widget - the drop down button. We can find examples of this widget all over the place - for eg. IE back button, Mail button, JBuilder run button etc.
    The problem is this:
    when the arrow button is pressed I display the popupmenu. Now, I need the button to hold its "pressed" state and appear accordingly while the popup menu is visible.
              arrowButton.addMouseListener(new MouseAdapter(){
                   public void mousePressed(MouseEvent e)
                        showPopup();
    Any ideas?

    Here is your SSCE. Feel free to compile and run it. It will bring up a JFrame with toolbar buttons that show what I was talking about.
    Note that the non popup buttons appear pressed when the mouse is kept pressed on them. Not so for the popup ones.
    I cannot use an actionListener instead of mouse listener while displaying the popups because I need the popup to be visible with the first press of the mouse, not the first release (just like a combo-box)
    import java.awt.BorderLayout;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JMenuItem;
    import javax.swing.JPopupMenu;
    import javax.swing.JToggleButton;
    import javax.swing.JToolBar;
    import javax.swing.UIManager;
    public class Main3 {
         static JFrame frame = new JFrame("Test");
         static JToolBar toolBar = null;
         * @param args
         public static void main(String[] args)
              try
                   UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
                   toolBar = new JToolBar();
                   toolBar.setFloatable(false);
                   toolBar.setRollover(true);
                   initToolBar();
                   frame.getContentPane().add(toolBar, BorderLayout.NORTH);
                   frame.pack();
                   frame.setSize(800,600);
                   frame.setVisible(true);
              catch (Exception ex)
                   ex.printStackTrace();
         private static void initToolBar()
              final JPopupMenu popupMenu = new JPopupMenu();
              popupMenu.add(new JMenuItem("hello"));
              popupMenu.add(new JMenuItem("world"));
              final JButton button = new JButton("Popup JButton");
              button.addMouseListener(new MouseAdapter(){
                   public void mousePressed(MouseEvent e)
                        popupMenu.show(button,0,button.getHeight());
              final JToggleButton toggleButton = new JToggleButton("Popup JToggleButton");
              toggleButton.addMouseListener(new MouseAdapter(){
                   public void mousePressed(MouseEvent e)
                        popupMenu.show(toggleButton,0,toggleButton.getHeight());
              final JButton nonPopupButton = new JButton("No Popup JButton");
              nonPopupButton.addMouseListener(new MouseAdapter(){
                   public void mousePressed(MouseEvent e)
                        System.out.println("Non popup button pressed");
              final JToggleButton nonPopupToggleButton = new JToggleButton("No Popup JToggleButton");
              nonPopupToggleButton.addMouseListener(new MouseAdapter(){
                   public void mousePressed(MouseEvent e)
                        System.out.println("Non popup toggle button pressed");
              toolBar.add(button);
              toolBar.addSeparator();
              toolBar.add(toggleButton);
              toolBar.addSeparator();
              toolBar.add(nonPopupButton);
              toolBar.addSeparator();
              toolBar.add(nonPopupToggleButton);
    }

  • Add new field to the existing custom segment

    Hi Experts,
    We have a custom segment. In the last month (that time our release is 7.0) I have added a additional field (ERNAM-Created By) to this custom segment.
    Couple of days back, we upgraded to 7.1 release.
    Now, functional analyst is saying to change the description from 'Created By' to "Batch_Usrer".....so, I created a custom data element and assigned this Batch_Usrer as label.
    Now, I went to WE31, entered my_custom_segment and selected ADD VERSION button and then trying to change the assigned data eleement from ERNAM to ZZERNAM for that custom field....but, system is not allowing me to do so!! I tried PENCIL button, Delete Row button, Insert Row button, Menu options, I tried to CANCEL RELEASE the previous version
    Pls. let me know How can I get it?
    Thank you

    You can only change the Released version by cancelling the release in system with same Release. I.e. if your segment definition has field1 which was created  and released when system release was 700, than you CAN"T change that field in any higher release. Since you are now in 701, you can't change any existing fields which were created as part of 700. I guess the only option is too add a new field.
    Regards,
    Naimesh Patel

Maybe you are looking for

  • Need to determine plant and storaeg location for item in delivery

    Hello All, I have an inbound IDOC which changes the quantity of items in a delivery and also adds new items if necessary. I need to do a auto PGI also if required. Am using BDC to update the delivery. Now the problem is when I add a new item to the d

  • SOA managed derver is going down frequently

    Hi, We are facing one specific issue in SOA 11g environment . SOA managed server is hosted on WebLogic Server Version: 10.3.4.0. Server is keep on going down even after restart, after each restart it iwll come up for 15-20 minutes max and then again

  • Cannot open in Excel 2010 in Browser (32bit IE9) Windows 7

    I have a user that has the following set-up: Windows 7 (64-bit) IE9 (64 bit) Office 2010 When she tries to open Excel in the browser she gets this error: "sharepoint 2010 to open this workbook, your computer must have a version of Microsoft Excel ins

  • Issues with FIOS modem/router's wireless and multiple devices connected to the WLAN?

    I am an IT consultant who was assisting someone with getting some devices connected to the fios wireless router and adding a wireless print server so they could print wirelesly.  I was having difficulty with one of their systems that was connected pr

  • Airport Extreme 7.6.1 WiFi just stopped working, HELP!

    Hi all, not sure what is going on, but my Airport Extreme running 7.6.1 just stopped working over wifi. My desktop PC is wired to the Airport and it is running fine on the internet. My iOS devices, however (iPhone 4 and iPad 1) just won't work over w