Dialog boxes: Road Map navigation buttons into the standard button area

Hi All,
I have a Road Map form which is opened in a dialog box being displayed in a portal.  Is there a way to get the "next/previous" buttons to display in the wave line area of the dialog box? 
I know that i can put standard Yes, No and Cancel buttons in there, but how about custom user defined buttons?
Cheers,
Vic

Hi,
When you use these popups you can have only the standard buttons not the custom ones.
To have the custom ones, then you need to create a view and have the layout with your own buttons then
embed this view in other window inaddition to the existing window.
I mean have to views one in each window.
Call the 2nd window in 1st window as a popup. So that you can have you own buttons in that view that is embeded in 2nd window.
This way you can do.
Regards,
Lekha.

Similar Messages

  • How can I automatically close a dialog box using Javascript after I click the OK button to submit it?

    How can I automatically close a dialog box using Javascript after I click the OK button to submit it? I don't want to have to X out of the dialog box after I am done.
    Thanks
    Linda

    JS can not interact with open dialogs in any way, unless it's a dialog
    created in JS using the Dialog object.
    On Thu, Jul 24, 2014 at 11:13 PM, lindaeliseruble <[email protected]>

  • How do we update the value of a textfield in a dialog box by clicking a button/ textbutton ?

    How do we update the value of a textfield in a dialog box by clicking a button/ textbutton ?

    Hi,
    If you create a function to return wwctx_api.get_user you could
    call this inside an update trigger, you could put in an
    exception to return USER if there is an error, this would then
    work for users connected directly and users using Portal.
    Regards Michael
    e.g.
    CREATE OR REPLACE FUNCTION F_PORTAL_USER RETURN VARCHAR2 IS
         vRet VARCHAR2(50) := wwctx_api.get_user;
    BEGIN
         RETURN(vRet);
    EXCEPTION
         WHEN OTHERS THEN
              RETURN (USER);
    END F_PORTAL_USER;

  • MacBookPro 15.4 keep freezing up with black dialog box to press power button until off and restart

    MacBookPro15.4 less than a year old keep freezing/locking with black dialog box to press power button until off and restart THEN repeat successive times after restarting it?

    If you're able to boot, launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents – the text, please, not a screenshot. For privacy’s sake, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post "shutdownStall" or "hang" reports.
    If you can't boot in the usual way, try a safe boot. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    During startup, you’ll see a progress bar, and then the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is slower than normal, and some things won’t work at all.

  • How do I get rid of the dialog box and audio that is in the bottom left of the screen that keeps telling me what I'm doing or need to do?

    How do I get rid of the dialog box and audio that is in the bottom left corner of the screen running script and audio of  what I'm doing or need to do?

    Go into System Preferences, select Universal Access, turn off Voiceover.

  • What's the dialog box when you launch Aperture for the first time?

    I bought Aperture 3 from the App Store, installed it, and when I launched it something odd happened: I was interacting with another application, and when Aperture started up it out up the main window and a dialog box popped up that asked "Would you like to..." with (presumably) Yes, No, OK, Cancel, or similar buttons. Unfortunately, it stole my mouse click from the other app and the dialog box vanished before I had a chance to read it, and so I have no idea what the question was or how I answered it. Aperture did not go off and do anything radical like convert my iPhoto library, so I guess it wasn't that, but I would like to know what it was I clicked.
    Unfortunately, I can't repeat it since it appears to be a one-time question. Does anyone know what the dialog box asked? (It's not the second dialog box, which is whether I wanted to enable GPS geotagging.)

    Thanks. On another forum, I have gotten two other answers: (1) whether I wanted to create an Aperture Library; and (2) whether I wanted to register Aperture.
    All three are plausible - I guess it's not crucial what it was, but it would be nice to know.
    (Weirdly, the forum software has lost my profile information and posting history & post count, and it populated the info box with "Model: PowerBook G4", which is about 3 machines back. What's up with that?)

  • ITunes keeps popping up a dialog box that says "An update to the carrier settings for your iPhone is available. Would you like to download it?" What is this?

    iTunes keeps popping up a dialog box that says "An update to the carrier settings for your iPhone is available. Would you like to download it?" What is this? When I click on the "Learn More" button in the dialog box it takes me to a generic iTunes support page that has no relevance to carrier settings.

    I got this three times within the last 4 hours and have been getting it almost every day since I use my new iPhone 6 - over a week now. This happens almost every time I connect the phone to my MacBook Pro, although every time I confirm and it indicates successful update.
    It is highly unlikely that my carrier updates settings on daily basis or three times a day. It is almost surely a bug in the Apple system and anything but a timely and effective solution is unacceptable.
    For debugging information, I recovered a backup from my former iPhone 5 onto the new one, using the same carrier and SIM.

  • Why are my LabView Dialog Boxes no longer modal when using the Example LabVIEW Operator Interfaces?

    Hello,
    I have a step in my sequence that pops up a modal LabVIEW dialog box. My LabVIEW vi uses the TestStand - Start Modal Dialog.vi and TestStand - Stop Modal Dialog.vi as described in the example and it works as advertised when I'm using the TestStand Development environment however when I use the sample Operator Interfaces distributed with TestStand the Dialog boxes lose focus. I have the VI Properties->Window Appearance set to Dialog and have followed all of the instructions I could find for making a dialog modal. I've also reviewed all the documentation I could get my hands on including previous posts on this board and didn't see anything obvious.
    Does anyone have any suggestions as to what I may be missing? Has anyone else experienced this problem and come up with the solution?
    I am using LabVIEW 8.0 along with TestStand 3.5.
    Thanks,
    RG

    Hi RG,
    Running the example modal dialog in the teststand3.5 examples folder and using labVIEW8.0, I notice that when  the Dialog is displayed its not active, but it is modal to the OI. Clicking on the Dialog panel makes it active. If you try to click on the OI panel behind, you can not. Is this what you are seeing?
    I am using the Full labVIEW IO as supplied with TestStand and the example VI in the modal dialog folder is as supplied.
    The LabVIEW Adapter is still configured to use the active labVIEW developement environment.
    If I run the same example, only this time using LabVIEW7.1, the Dialog panel is active.
    There is a patch to take it to labVIEW8.01, at this moment in time I am not sure what the update fixes.
    There does seem to be a problem with TestStand3.5 (engine) and LabVIEW 8.0.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • My AI program (CS5 Illustrator 15.1.0) will not open some PDFs. It was working just yesterday, but now will only open a PDF if the graphics of the PDF is visible in the box that appears in the lower left corner of the dialog box after you click Open. The

    My AI program (CS5 Illustrator 15.1.0) will not open some PDFs. It was working just yesterday, but now will only open a PDF if the graphics of the PDF is visible in the box that appears in the lower left corner of the dialog box after you click Open. The file size does not seem to matter. Any ideas?

    Hello Kathie,
    Sorry for the inconvenience that has caused to you.
    Please let me know if you have tried converting any other PDF to word with Reader.
    Alos, please sign up at "https://cloud.acrobat.com/" using your Adobe ID credentials. Click on 'ExportPDF' tab and upload the PDF that you want to convert to Word.
    Let me know if this converts fine.
    Hope to hear from you.
    regards,
    Anubha

  • Keep displaying "Install Windows" dialog box and pressing OK button to Restart over and over again

    Hello, I tried to update my laptop from Win8 to Win10 but before that Win 8 need to be upgraded to Win8.1 then Win10. Unfortunately, I encountered issue after installing the free upgrade to WIn10. I decided to use the system recovery and the source is from my USB.  (I created the recovery in USB stick).  The restore was completed and started to do the configuration suddenly my laptop just shutdown due to excessive heat and caused my laptop not to complete the windows 8 installation and ended getting the dialog box "Install Windows". I inserted the USB stick but it seems like its not reading it. I tried F2 - System mode but it only display the Bios and other tests not the usual F2 screen.  I tried F11 and same thing no luck. My question is, how can i make my laptop get back it back to working mode like how to re-install the whole OS and the HP recovery manager or HP configurations. Do i need to buy a CD from HP to recovery my laptop? I appreaciate any feedback from HP or someone who is willing to assist and help.  Thank you in advance. Image screen below: 

    Hi there ,  Thank you for visiting the HP Support Forums and Welcome! This is a great site to get answers and ask questions. I read your post on the HP Support Forums. I understand that you originally had an issue upgrading to Windows 10. After the upgrade you tried to restore to Windows 8 (your previous version) and now you are having issues going back.  I did some research for you. I am going to provide you with some troubleshooting documents I had found. The first document is called Troubleshooting HP System Recovery Problems (Windows 8). If that does not work, please follow this document called Recovering your computer from a USB flash drive. Please follow the troubleshooting steps in this document to see if you can get the USB Recovery Media you had created to work. If the USB stick you had created still will not work after performing the troubleshooting you can either go to the HP Pavilion g6-2330dx Notebook PC Drivers Page and Order Recovery Media-CD/DVD/USB or you can use the following link to create yourself a case number, then call us:
    Step 1. Open link: www.hp.com/contacthp/Step 2. Enter Product number or select to auto detect
    Step 3. Scroll down to "Still need help? Complete the form to select your contact options"
    Step 4. Scroll down and click on: HP contact options - click on Get phone number
    Case number and phone number appear.
    They will be happy to assist you immediately. If you are going to try to Restore Windows 8, Upgrade to Windows 8.1 and then upgrade to Windows 10 again, please read this document called Upgrading to Windows 10.  Hope this helps! Have a great day!

  • My Firefox 10 navigation buttons are present but greyed out.

    My Firefox 10 navigation buttons are present but are always greyed out. They have been like this for several versions of Firefox and I cannot find out how to make them work again.

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • I am having difficulty including text with iPhotos I want to share through email.  I get a red exclamation mark along with a statement stating that the text doesn't fit into the designated text area.  This is so frustrating.

    I am having difficulty including text with iPhotos I want to share through email.  I get a red exclamation mark along with a statement stating that the text doesn't fit into the designated text area.  This is so frustrating. Before iLire11 I was easily able to share photos with email messages.  Arghhhh!

    In the iPhoto preferences you can set Apple Mail as your e-mail client and then it will work exactly as before
    LN

  • IS THERE ANY WAY TO EMBED LINKS INTO THE FILE YOU ARE WORKING ON?

    IS THERE ANY WAY TO EMBED LINKS INTO THE FILE YOU ARE WORKING ON?

    Ha! Perfectly classic case of XY problem! Pointed out by Jongware in some other thread recently - couldn't find an exact link right now...
    In short:
        User wants to do X.
        User doesn't know how to do X, but thinks he can fumble his way to a solution if he can just manage to do Y.
        User doesn't know how to do Y either.
        User asks for help with Y.
        Others try to help user with Y, but are confused because Y seems like a strange problem to want to solve.
        After much interaction and wasted time, it finally becomes clear that the user really wants help with X, and that Y wasn't even a suitable solution for X.
    Maybe it worth to add to a list of tips and best practices of the forum:
    Avoid XY problem!

  • How can I get my Nook purchases into the NOOKBOOK Library area on my IPAD mini?

    How can I get my Nook purchases into the NOOKBOOK Library area on my IPAD mini?

    Not possible. iBook will not read or even be aware of the
    Nook books.
    Also answered in your other post
    https://discussions.apple.com/thread/2738595?tstart=210

  • I keep coming across a password dialog box which i don't have the password

    when i try to download flash player or bbc iplayer i am asked to enter a password in a dialog box were the first line is macbook pro, i don't recall setting this password and when i go into privacy & settings i am asked for the old password ( which i don't recall setting up ) to enable a reset.

    OS X 10.7 Lion, 10.8 Mountain Lion & 10.9 Mavericks
    Reset Password starting from Recovery HD
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until  OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter on the keyboard.
    Leave the Terminal window open.
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.
    Log in.
    If Keychain dialog box appears, select “Create New Keychain”.

Maybe you are looking for