Hello all,
Currently, LabVIEW does not allow you to embed the front panel of a VI within the front panel of another VI. However, our developers are currently working on this feature, and it should be in a future release of LabVIEW. For now, one of the best ways to accomplish this functionality is with a tab control. Back in LabVIEW 5.1 I was developing a LabVIEW game, and was forced to use subVI panels that "popped up" for different functionality of my game (selecting game type, entering players names, selecting game length, etc.). However, when LabVIEW 6 came out, I was able to use the tab control to programmatically switch around tabs on my front panel, allowing me to have all of my UI within one VI, and just switch between the appropriate tabs. This techniq
ue is illustrated in my game, which I have attached to this post.
So until LabVIEW supports embedded panels, programmatically manipulating tab controls is probably your best alternative.
I hope this suggestion helps. Good luck, and have a nice day.
Sincerely,
Darren N.
NI Applications Engineer