12-15-2009 05:02 PM
I want to setup the main program with ON and OFF buttons.
When I click ON, it will go to TRUE case and popup the VI "VOS". When I done with VI "VOS", it will close the program.
I tried to use the new event handler, but I do not have any input data because the VI "VOS" is the independence VI.
Any other way ? Please advice.
Thanks,
Solved! Go to Solution.
12-15-2009 05:34 PM
One way to make a sub VI appear as a popup is to go to the VI properties for the desired sub VI, select Window Appearance from the drop down menu, select Customize, then check both the "Show Front Panel when called" and "Close afterwards if originally closed". You can also set other properties of the VI from here as well, which is useful for VIs that intneded to be dialogs and popups.
-RW
12-15-2009 06:52 PM
Thanks, Rob.
That's solution I am looking for.