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?
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