09-30-2008 06:08 AM
Hello there!
I am looking for a possibility to load a popup window from another VI.
If the popup window is loaded (active) it should be possible still to make some actions in another VI window.
Is there a way I can do that?
All the popup examples that I can find here are in the way that I cannot make any changes or actions respectively when there is still the open popup.
09-30-2008 07:18 AM
Try this. Main.vi calls popup.vi and continues merrily on its way. Popup.vi runs apart from Main and you can close them in any order you wish.
09-30-2008 07:40 AM
10-01-2008 03:57 AM
Thank you very much "jcarmody"!
That looks nice....
Actually your example is working out fine, but now I am trying to locate a button into the main.vi where the user could push it that the popup.vi woulf show up und if the user pushes it again the popup would not be here anymore.
I cannot figure it out so far.... somehow someway it doesn't work the way I am trying to...
10-01-2008 05:25 AM