Hi all... I have what I'm sure is a simple question. I just started refining a small program I made with Labview a few months ago (it was my first attempt, and did the basics). I'm now adding some user interface, database and reporting, but I'm stumped by something which I'm sure is simple.
I have a main VI which has 5 buttons on it. Each button calls it's own SubVI. However, before the user can start using it, when opened I want to display an information dialog screen. This screen has two buttons - Exit which shuts down Labview (works properly) and OK which I am trying to get to work. When the user presses OK, the dialog should close and the main VI should show and be running.
The dialog SubVI contains the 2 buttons i
n a While loop with the OK tied to the loop terminator and the Exit tied to the Labview Exit function. As it stands, when I run the main VI the dialog window appears. Pressing OK returns me to the main VI but it has stopped running. If I set the VI properties to re-entrant execution, it loops continuously between the main VI front panel and the dialog front panel. How do I get this dialog front panel to only show once and then return to a running main VI?
Thanks in advance for the help!
Dale S.