More than 3 buttons in a Popup Window

Hi,
is it possible to provide more than 3 buttons in a popup window?
In the Interface IF_WD_WINDOW I can only find button types like co_buttons_yesnocancel which represents 3 buttons, but it would be nice to have 4 buttons.
Is this possible at all?
Regards, Steffen

You have a few choices.  First why not move the processing for these buttons into the view of the popup.  If your logic is structured into the component or custom controller, then you should be able to trigger those calls just as easily from the view popup. 
The other option is to create a separate component for the popup - with the custom buttoms. You can then create your actions as interface actions and register event handlers from your calling component - basically just normal cross-component eventing.

Similar Messages

  • How to add more than one button control on import of skin?

    I am importing a skin from photoshop that I customized and exported.  For my particular project I need more than one button type with different sizes, dimensions, colors, etc.  In example the buttons for the navigation are going to be different than buttons to print, or email, and buttons that are bigger for the main custom component also need to be different.  I tried changing the naming convensions in the .PSD file but I can't get it to export more than one button type.  Is there a way to do this? 
    Thanks,
    Ryan

    hi,
    even i am searching for some thing similar.
    i want to have 3 calendars in one page.
    getting same message calendar already exists on page 2. You can only add one calander per page. Select a different page.
    pls help.

  • Can I make more than 5 buttons in the accordian interaction?

    Can I make more than 5 buttons in the accordian interaction in Captivate 6?

    No, it has to be between two and five buttons. Each interaction has its limits like that. I have a table that explains all the interactions, maybe I'll once publish it on my blog.
    Lilybiri

  • How to disable minimize and maximize buttons of a popup window

    hello.
    can someone please tell how to disable the minimize and maximize buttons for a popup window.
    i know this is very basic concept.. but iam new to jdeveloper..please someone help me out

    Hello,
    U can use script in ur page to open the Popup window.
    window.open("yourpage.do", window_name, 'toolbar=0,scrollbars=0,location=0,status=yes,menubar=0,resizable=0,width=600,height=400,left = 225,top = 140');
    Bye

  • Error when clicking other button after displaying Popup window

    Hi,
    I'm developing a custom page which calls a popup window in r12, below is the error encountered.
    Error: Cannot Display Page
    You cannot complete this task because you accessed this page using the browser's navigation buttons (the browser Back button, for example).
    To proceed, please select the Home link at the top of the application page to return to the main menu. Then, access this page again using the application's navigation controls (menu, links, and so on) instead of using the browser's navigation controls like Back and Forward.
    On my base page, I have other buttons like Save, Back, and the button to invoke the popup window. I can display the popup window without error, but when i clicked on the base page's other buttons after invoking the popup window, the error above is shown. I'm not clicking any browser's navigation buttons. Please let me know how to solve this error.
    Thanks!

    Hi,
    Just want to update...
    The error occurred because I have isBackNavigationFired checking, this becomes true when clicking the other buttons in the base page after displaying the popup. Is there a workaround where I can make this work without removing my back browser navigation checking?
    Thanks!

  • Show more than 3 downloads in the popup

    I was searching a way to display more than 3 downloads when I click on the "download button" without displaying all the downloads.
    Thanks...
    Riccardo

    Try the Firefox Add-on "Download Panel Tweaks". One of the options is "max download items to display".
    Hope that is what you're looking for.

  • Can JOptionPane have more than 3 buttons

    Hello
    Hope you are all doing very well.
    Question: I am reading the tutorial for JOptionPane. YES_NO_CANCEL seems to be the max buttons for a JOptionPane.
    Does anyone know if JOptionPane can have more than 3 customized buttons ?
    Such as Ignore, Ignore All, Replace and Replace All ?
    Thanks and I appreciate the responses

    Hello
    Would someone please help me find out what I am doing wrong ?
              Object[] optionsArray = new Object[] {"Ignore", "Ignore All", "Replace",
                                                    "Replace All", "Cancel"};
              JOptionPane optionPane = new JOptionPane(user.getName() + " already exists." +
                      " Do you want to ignore or replace " + user.getName() +
                      " , ignore all or replace all the existing contacts ?",
                      JOptionPane.YES_NO_CANCEL_OPTION, JOptionPane.INFORMATION_MESSAGE,
                      null, optionsArray);
              JDialog d = optionPane.createDialog("Message");
              d.setVisible(true);
              if (optionPane.getValue().equals("Ignore"))
                return;
              if (optionPane.getValue().equals("Ignore All"))
                ignoreAll = true;
                user = new User();
                return;
              if (optionPane.getValue().equals("Replace"))
                user.updateByName(user.getName());
                ++numAddedUsers;
                return;
              if (optionPane.getValue().equals("Replace All"))
                replaceAll = true;
                user.updateByName(user.getName());
                ++numAddedUsers;
                user = new User();
                return;
              if (optionPane.getValue().equals("Cancel"))
                d.dispose();
              }This is just a sample code
    The problem I have is only with the "Cancel" option. All the other options do what the code says.
    When I click on "Cancel" the dialog doesn't close. dispose() is not doing anything. What is wrong the logic that i have here ?
    I appreciate the responses.
    Thanks

  • Taskbar previews are not shown when there are more than 20 tabs across all Firefox windows unless tabs are in groups.

    System details: Windows 8.1, Firefox 34.0.5.
    Until today, I have not used the Tab Groups function. Today I just used it in troubleshooting this issue.
    I noticed that when I have lots of Firefox windows open, I can't see taskbar previews for all the open tabs. The taskbar previews only show the active tab for any specific Firefox window. After some investigation I found that if I have 20 or fewer tabs open (in one Firefox window or across multiple Firefox windows) I can see taskbar previews for all the tabs. More than 20 tabs and the taskbar previews change to show only the active tab for each Firefox window.
    After a little more investigation I found that I can see more than 20 taskbar tab previews if I use the Tab Groups function. I don't need to actually organize my tabs into groups, just to invoke the Tab Group function in each window. Trouble is, the tab groups do not survive after closing Firefox. I think this is probably because of an extension I use called Session Manager. Since I am not ready to give up the extension, I wonder if I can change the taskbar preview behavior to show more than 20 tab previews in the taskbar without using the tab groups function.
    Thanks in advance for any suggestions.

    I am not entirely sure, but this menu should change that preview in your OS:
    Control Panel > Taskbar > Taskbar Properties > Jump Lists change the number from 10 to the number of tabs
    If it doesn't please see Windows support for help.

  • Can I add a Close button to a popup window?

    My RoboHelp 10 project has nested popup windows (that is, I can open a popup window within a popup window within a popup window). The problem is, when I close the popup window at the lowest level, all of them close simultaneously. This is not good for navigation, particularly if the user is following instructions in the popup window and needs to go back up one popup window level.
    Is there a method by which I can close each individual popup window, for example, by adding a Close button to them? In other words, can I change the format of the popup windows?
    Your help will be much appreciated in finding a solution to this problem because it is fundamental to the way we want our Help to function. If a solution can not be found, we may have to change to another product to produce our Help.

    Hi,
    You can create a close buton by creating a link as follows with the following address:
    javascript:self.close()
    But I'm not sure whether this will work correctly with RoboHelp generated popups.
    Another question: why would you want multiple popups? Wouldn't it be better to create a popup that can tthen redirect to another topic? Having lots of windows wil become very confusing very fast.
    Greet,
    Willam

  • Google Calendar will not print in Firefox 19.0 and adobe reader x when one presses the print button in the popup window.

    I have the monthly calendar on screen, click the more button, click print. Another window pops up and when I click the print button nothing happens. I am using Firefox 19.0 and Adobe Reader 10.1.6. The print function works in IE and Chrome.

    this solution did NOT work for me. I still cannot print a Google calendar page in Firefox. I can in IE. And I can print Gmail.

  • How to group more than one view in a single window?

    Hi,
    I want to group three or more views in a single window.
    I need a element, which is similar to VIEW SET in webdynpro for JAVA.
    how to do it?

    Hi,
    In wd-abap the concept of viewset is not used instead the viewContainerUIelement is used to achieve the same.
    create a main view say v_main in that add ui control viewContainerUiElement
    create a another view say v1.
    go the the window .. embed this view v_main to the window , u can see then below the view the control viewContainerUielement , in that u can add the view v1 inside this container .  so if u create more containers inside the v_main ,then  u can display more view inside this and the plugs can be created and fired as same as in java.
    Hope this will help u .
    Regards
    Yashpal

  • How to scan more than one page with Acrobat 9, Windows 7?

    I have Acrobat 9 Standard, with Windows 7, and am trying to scan from an HP LaserJet 3015.  Prior to having Windows 7, there were no problems.  Now when I scan only one page will show as a pdf, no matter how many I scan.  The data shows "transferring" after each page, but only one shows up to save.  The printer has the most up to date drivers.  I have tried as a preset scan or custom scan, with the native mode and the memory mode, in all configurations, but nothing seems to help.  What to do?

    Yes.  The drivers for the printer, and Acrobat have been updated.  I even double checked today.  Still no luck.  I tried in memory mode, native mode, with pre-configured settings and with custom scan.  Scans one page really good, but no more unless I add them on which is VERY time consuming. 
    Connie Hoffmann
    The Law Office of Marilyn G. Miller
    PO Box 917
    151 Loop 64 East, Suite D
    Dripping Springs, Texas 78620
    Telephone 512-894-0319
    Facsimile  512-894-4010

  • Alert with more than three buttons in forms 6i

    Hi,
    In forms 6i I have a code like:
    first_record;
    loop
    if <validation> then
    **(1)** <alert indicating "Yes", "Yes to All", "No" , "No to All", "Cancel">
    <some action depending on alert response>
    end if;
    exit when :system.last_record = 'TRUE';
    NEXT_RECORD;
    end loop;
    The problem is than forms Alerts only allow 3 buttons (and oracle application, in wich runs the form, function fnd_message.question only allow 3 buttons too).
    I tried to simulate alert in a canvas with five buttons, but when I open the canvas for the simulated alert, program flow goes to other program unit and doesn't stop in point **(1)** waiting user to push any of the five buttons. Consecuentilly it exit de loop in the sample code...
    I appreciate any suggestions.
    Best regards.

    Thank for your help.
    Probably, I shall do a loop process than can be continued any time:
    Procedure continue_loop
    begin
    go_block('b');
    loop
    <message -canvas with five buttons->;
    <process>
    exit when :system.last_record = 'true';
    next_record;
    end loop;
    end;
    Procedure start_loop
    begin
    go_block('b');
    firts_record;
    continue_loop;
    end;
    How there is not a first_record in continue_loop, if it's called a second time (in a button of message canvas) then process continue in the last record that was processed. I hope it works. Thank againg for your response.
    bye

  • More than one SAP systems on same Windows Server 2003 - Oracle 10g

    Hello Experts,
    We have Windows Server 2003 with 32 GB RAM, 2 quadcore CPU, plenty of space. Already running with NW 700 AS Java on Oracle 10g.
    Now we need to install a seperate NW 700 AS Java central instance - so please help me in clarifying following doubts - we don't want to use MCOD.
    1. Do we need to install Oracle 10g software again or we can use the existing Oracle 10g installed files. If yes then will the Oracle Home for both the SAP instances will be same - any steps needs to be done for that.
    2. Any other steps which needs to be taken care before and after the second instance installation.
    3.SAP Note 98252 - speaks about changes in oraInst.loc before the second instance installation - Does it applicable for Windows - Oracle environment also. I am not able to find out this file.
    Listener and Tnsnames file changes mentioned in this note seems to be applicable on windows platform also.
    Pointers to related documentation would be highly appreciated.
    Thanks
    Davinder

    Hello Davinder,
    > 1. Do we need to install Oracle 10g software again or we can use the existing Oracle 10g installed files. If yes then will the Oracle Home for both the SAP instances will be same - any steps needs to be done for that
    Theoretical you can use the same ORACLE_HOME, but i would really recommend to install the database software again in a different ORACLE_HOME. It will make a lot of things easier
    > 2. Any other steps which needs to be taken care before and after the second instance installation.
    The same as by the first installation, but keep in mind of the listener port - you will need to specify a different one.
    > Does it applicable for Windows - Oracle environment also. I am not able to find out this file.
    On windows it is a registry key (for more information please take a look at metalink note #564192.1)
    C:\>reg query HKLM\SOFTWARE\ORACLE /v inst_loc
    Regards
    Stefan

  • Why wont the buttons in a popup window respond when i click on them?

    for example when i push the x to close firefox it doesn 't respond, or trying to save a download the save,cancel or x buttons don't work

    Which version of Firefox do you run?
    See:
    * [[Finding your Firefox version]]
    * [[Web sites or add-ons incorrectly report incompatible browser]]
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

Maybe you are looking for

  • After I tried using groups, the "new tab" button that usually appears beside the tabs is gone: How do I get it back?

    I clicked the Tab Groups feature and was using that for a while, but then I noticed that the button that is usally beside my open tabs (it looks like a plus symbol) is no longer there. I guess I can just use ctrl+t, but sometimes I want to use my mou

  • Z10 and BBM just not working!!!

    I have just recieved a Z10 that I am trialling for my company (currently we have 200 iPhones 4's)  and first impression is that its awesome! BUT I cannot use BBM whats so ever! I put my old BB ID in from when we had BB Storm 2 years ago but all I get

  • Batch Number Transactions Report  - TURN OFF

    We are managing our batches in B1 2007A; however, our customers do not care what batches they're receiving, per se.  That being said, we do not want batch reports to be created each time an invoice is readied to be printed, as we simply X each report

  • IDOC for Functional Areas

    Hi, I am looking for some IDOC for the creation of Functional Areas. Transaction :  FM_FUNCTION Table : TFKB I have not find any yet, do you know how can i fine the IDOC or maybe it does not exist any IDOC for Functional Areas? Thank you, Regards, Zh

  • 3.0EA1: syntax colors for reserved words and a shortcut for compile

    Hello, only two notes/questions: 1. If syntax coloring is enabled, do you get your information about the words from V$RESERVED_WORDS? Is it possible for you to enhance these reserverd words (for example from a separate file) to take care of the follo