LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

subVI remain active on top

in my main VI, I pop up a small subvi just to ask user to enter some information. however, if the user accidently click the big main vi in the background, the main window will become active and my pop window will go to background before user finish entering information. how to keep that subvi active on top, until user click OK, and exit the vi.

thanks!
0 Kudos
Message 1 of 3
(2,493 Views)
In the subvi, go to file->Vi properties-> window appearance

use either the dialog or advanced-> floating or modal option to maintain focus.

ETA:
search help for "customize window appearance" for more on these options.

Message Edited by Jonnie 5 on 03-15-2006 01:20 PM



2006 Ultimate LabVIEW G-eek.

Message 2 of 3
(2,490 Views)
great! thank you.
i tried almost everything else in the window appearance properites except these two options.
0 Kudos
Message 3 of 3
(2,480 Views)