How can I go to a new window by clicking a button

Hi, I am a beginner user of Labview. Could help me solve this problem:
For user's login verified, the system allows the user to choose two functions.
Press button 1, go to a new window where the user can change their particulars
Press button 2, go to another window where the main menu is.
I used case structure to select functions. But it can not work.
The attachment is what I do. Can anyone help to point out my mistakes?
Thanks a lot.
Regards
yoyo
Attachments:
Using Buttons to Initiate Actions.vi ‏33 KB

Hello yoyo,
just put your "Main_Menu.vi" instead of the text "main menu" (and set the window properties to "Open when called" and "Close when finished" of that vi).
Btw. you can also use "Wait for Front panel activity" instead of "Wait (ms)" For a simple user interface this is really convenient.
Hope this helps,
GerdW
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome

Similar Messages

  • By clicking add-ons in my tool bar it starts on the existing opened window how can i change it on new window

    By clicking an add-on in tool bar it can't open in new window rather than it occupies the existing window how can I change this.

    JavaScript links that specify a window size open by default in a new window and not in a new tab.
    See:
    * http://kb.mozillazine.org/browser.link.open_newwindow.restriction (0)
    * http://kb.mozillazine.org/browser.link.open_newwindow (3)
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Using Firefox 5 in Windows 7, once I have Firefox open, I can no longer open a new window using the start button. How do I fix?

    As I stated, I have Windows 7 on my laptop and have installed Firefox 5. I sometimes like to have multiple windows of the browser open. But, unlike any previous version of Firefox, now when I have the browser open, when I try to open a new window using the Start menu, it will not open one. I have to use Ctrl+N. Why did this change?
    This may seem insignificant but it really hampers my work flow. For one, with other applications, Shift+N is what opens a new window. For two, I've been doing with with my browsers for years now and it's like second nature for me - having to remember that in Firefox it's Ctrl+N is a pain in my tuccus.
    Firefox is my go to browser and I would like it to stay that way. Please find the solution for me! I have tried looking using Tools, Options, as well as looking at my start menu and taskbar options, and no dice.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How to open a new OAF page in new window while clicking submit button

    Dear All
    I am facing one problem.I have to pass some parameter in new page only after validation.I can't do validation in processRequest bacause I perform validation after clicking the submit button.
    So I have to write redirect code in processForm Request. I can not use simple "Button" bean since I have to set destination uri which could be set only in processRequest.But I can not pass parameter with it in process request.
    Thats why I have decided to use submit button but there is not target frame option in property inspector,So I am not able to open it in new window.
    Kindly give me some suggestion .
    Thanks in Advance

    hi,
    u can use submit button. U need to handle submit button press in processFormRequest method.
    if(pageContext.getParameter("Submit"!=null))
    // validate your parameter
    if parameter u capturing are valid then...
    pageContext.setForwardURL(func, params ...............) // check devguide for details
    if u want to access these parameter in second page . you can write this logic to processRequest of target page.
    U can refer toolbox tutorial drilldown and createpage examples for implementation details.
    Regards,
    Ram

  • Open a page in a new window on clicking a button

    Ver: Application Express 4.1.1.00.23
    Hi,
    I have a button which opens up another page and I am passing values through the button. But I want the new page to open up in a new window.
    I know that we can make the button action type Redirect to a URL and put the target as blank, but in that case, I have to hard-code my entire website link in the URL, which is what I am trying to avoid.
    Is there any way around this?
    Thanks.
    Parth.

    Hi,
    I'm trying to understand exactly what you expect to happen for the page/window operation.  Anytime a page/window is opened, I think there's a URL called.  (I could be wrong.)  I think you must have a URL.  I suppose there are a couple different ways to open a page/window.  You could call javascript from a Dynamic Action fired by the button.    For example, I have
    javascript:callMyPopup(42,'42:P42_GOBACK_PAGE,P42_ROWID,P42_DSD_ID,P42_PROC_NM:&APP_PAGE_ID.,#ROWID#,#DSD_ID#,#PROC_NM#');
    Where callMyPopup function defined in the Page's Header Text -- I'm on APEX 4.1.
    <script language="JavaScript" type="text/javascript">
    // Start script
        function callMyPopup (pageID,parms) {
        var url;   url = 'f?p=&APP_ID.:'+pageID+':&APP_SESSION.:::'+parms+':';
    // alert('url = '+url);
        Page42 = open(url,"","Scrollbars=1,resizable=1,top=600,left=100,width=925,height=250");
    // End script   }
    </script>
    Does that help any?
    Howard
    (more)
    Google with "oracle APEX open popup window"
    See especially: http://www.nullskull.com/q/10182263/how-to-create-a-popup-page-in-oracle-apex.aspx

  • How can I pause a slide until the user clicks a button?

    I wish to pause a slide until the user clicks a button (which I've created out of a Smartshape). The thing is that I haven't added a click box object over the smartshape but have only set the smartshape properties to "Use as Button". If I were to add a clickbox object, I would get a "Pause project until user clicks" in the options section of the properties. However in using a smartshape as a button, I cannot find this option. I am using Captivate 6. Seems strange as I would have expected to see the same checkbox option even if I were to use a smartshape as a button but I dont. Can't someone help me and let me know if I'm missing something.
    Of course I could use a clickbox over my smartshape to achieve what I want, but I want to avoid thsi for two reason:
    I want to avoid adding another object when I dont need it.
    My smartshape is a right arrow (indicating "Begin"), and I dont want a squarish click box sitting on top of a triangle because that just shows the hand pointer even if the cursor isn't exactly over the arrow button because it enter the clickbox area.
    Thanks,
    Sean

    Select the Smart Shape button , go to Properties > Timing accordion > Pause After and set the number of seconds from the beginning of the slide for it to pause.

  • On my mac when i click on pages, a new document doesn't open instantly  but a window with my files open and then  have to click on the left bottom new document in order to open one. How can i have directly a new document when i click on pages icon

    On my mac when i click on pages, a new document doesn't open instantly  but a window with my files open and then  have to click on the left bottom < new document> in order to open one. How can i have directly a new document when i click on pages icon

    How to open an existing Pages document?
    Click Pages icon in the Dock to launch Pages.
    When Pages is open, click File menu in the  Pages menu bar.
    Select “Open”.
    When the select document  dialog box opens up, highlight/select the document and click “Open”
    at the bottom right corner of the dialog box.
    s
    https://support.apple.com/kb/PH15304?locale=en_US

  • My 1st ipod was lost. My library is on a Dell with Windows.  I registered my new ipod to a Mac.  How can I get my library from Windows onto my new Ipod?

    My 1st ipod was lost. My library is on a Dell with Windows.  I registered my new ipod to a Mac.  How can I get my library from Windows onto my new Ipod?

    Thank you for your help.  I am still having trouble.  As you can tell, I am not technologically advanced AT ALL.  My music is all showing up in the library but when I go to file in the top left corner, Sync is greyed out and I cannot select it.  I'm gonna continue to try this.  It's been a long time since I had my 1st ipod and things have changed so much I will probably need to research this stuff.  Thanks again for your help.

  • How can iTunes 4.2 be newer than iTunes 6.0.5?

    I have iTunes 4.2 installed on my G4 running OS 10.3.9 and I want to upgrade to iTunes 6.0.5. When I run the installer and get to the Installation Type window all the packages under action are disabled. If I move the cursor over the word Disabled I get the following message:
    A newer version of this package is already installed.
    How can iTunes 4.2 be newer than iTunes 6.0.5?

    How can iTunes 4.2 be newer than iTunes 6.0.5?
    No idea what makes your Mac think it is.
    Remove the 'iTunes(x).pkg' files from ./Library/Receipts and try installing again.
    M

  • How can i move to a new page in smartform?

    hi friends
    i hav a smartform with two pages.
    the fist page contains the Main window and 3 Secondary windows.
    in the 1st page i'm displaying some line items and in the main window i gave the command to
    go to Page 2.
    the 2nd page contains only one Secondary Window.
    in that i want to display a table with many line items.
    if it contains only 20 line items its works fine; becoz of the window size.
    how can i move to a new page if it contains more line items?

    Hi,
    You need to create main Window on second page also.
    And in Form Attributes..there is an option for Next page.
    So there you mention the next page name.
    This will solve the problem.
    Thanks.
    Swati.

  • How can I set that my "new tab" opens as Google instead of Yahoo as it is set now?

    How can I set that my "new tab" opens as Google instead of Yahoo as it is now?

    I usually use Ubuntu, and am not aware of HTML5 being the default for Flash videos on Windows.
    Is it more likely you have chosen an option on the YouTube website to use HTML5. I think this page offers support and includes an option to toggle HTML5 or FlashPlayer.
    * https://www.youtube.com/html5

  • How can I disable taskbar transparency in windows 8 RTM?

    how can I disable taskbar transparency in windows 8 RTM?

    Seems to me there's very little merit in the colors of the High Contrast themes!  :-)
    Try it this way instead:
    Right-click on the desktop and choose Personalize.
    Select an Aero theme first.
    Save a new named theme with a name something like "Aero Lite"
    Navigate to the following folder and edit the .theme file just created:
    %USERPROFILE%\AppData\Local\Microsoft\Windows\Themes
    Scroll down to the [VisualStyles] section near the bottom.
    Change the Path= filename from Aero.msstyles to AeroLite.msstyles
    In Personalize, go select another theme then this theme again.
    That gives you this:
    Only downside I've seen so far with this is that when dragging and dropping things in File Explorer the icons that appear with the cursor are no longer partially transparent, so you end up have to guess just a little where you're dropping them.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • How can I install the photoshop in windows vista

    How can I install the photoshop in windows vista

    Windows 7 was the first Microsoft OS that needed fewer resources than its predecessor, it will run faster than Vista on the same system).  Windows 7 is also a really nice OS, whereas Vista…  well let’s just say it isn’t!  So if you are investing in a shiny new version of Photoshop, why not do the job properly and upgrade your OS as well?  It will make you very happy.

  • How can I develop co-broswing on Windows platform with java language?

    How can I develop co-broswing on Windows platform with java language?
    The function will be realized
    Now I want to develop a co-broswing system with java language on Windows platform.That is to say I will develop
    a application run on client to track the present browser.Wheh the URL address of your present if changed(for example
    when you click a link or submit a form),the application will capture the new URL address and send it to the other
    client that make co-browsing connect with you.The browser on the other client side will catch the new URL and refesh
    the page to show the page.
    The question I fall across and want to ask you
    (1)How to watch system process with java on the Windows platform?Because I want to get the process information of
    the present broswer,and then get the URL address of the present broswer.
    (2)Develop an application to watch the URL address of the present broswer continuance,If the URL address is changed,
    then send the new URL address to the client on the other side,let his broswer to show the new page using the new URL.

    Paulc, A proxy server is not the right thing.
    What our man here is looking for is a solution for two
    users to kind of surf the net "in tandem" - when one
    user navigates to a different web page, so does the
    other user,
    These are typically used in call center applications
    where the advisor guides a caller through , say
    filling in an insurance form or pointing him to the
    right product specification pages.
    Xing, why are you using Java for this ? You need
    something that has better windows integration. If you
    look on MSDN.microsoft.com and search for "explorer
    bar" you will find solutions to the questions that you
    raised.
    There are also commercial products on the market that
    already do this kind of stuff. there is one from
    www.genesyslabs.com which is considered to be the best
    of breed.
    It is difficult or almost impossible to do this in
    Java for a commercial application.
    If you are developing this as an academic exercise,
    give it a try. Post your email address here, and I
    will contact and help you out if you like.my e-mail is below ,I want to contact you and need all of your help.
    [email protected]

  • How can i format my ipod in windows?

    how can i format my ipod in windows?

    iPods are generally formatted in the universal, Microsoft-developed file system FAT32. However since Apple are idiotic they decided to use their proprietary file format (HFS+) for iPods formatted on Macs for no reason whatsoever. Fortunetely newer iPods do not do this. All you need to do is restore it.

Maybe you are looking for