LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for a non-modal subvi that does not disappear from the main GUI.

Hi!
Thank you in advance for your help. I'm a little lost (and very new to LabView). I have succeeded in making a subvi's user interface appear within the main vi's interface. The problem lies in keeping it there. As soon as the user clicks outside of the sub vi area (looses focus), it disappears. Unfortunately, the subvi cannot be made modal because the user must be able to interact with all sections of the interface. The final appearance and behaviour would be similar to frames in a web page or an active x object appearing in a visual basic interface. Could someone point me in the right direction?
0 Kudos
Message 1 of 2
(2,508 Views)
To make to vi's appear and work in paralell, you must place them in different loops in the main vi, and perhaps make this disappear, then, placing them in the screen without overlapping them will do the job.
Good luck
0 Kudos
Message 2 of 2
(2,508 Views)