02-18-2006 08:39 PM
02-18-2006 09:41 PM
02-19-2006 02:31 AM
I wrote a simple program just for you (LV 7.1)
Ami
02-20-2006 02:56 PM
Hello,
There’s no option of a “popup panel” in LabVIEW, so you’ll have to use either the techniques described above or some other UI organizational stuff such as use of Tab controls as well as the NEW Split Panes. These techniques can keep everything in one VI but have the UI organized and compact. My recommendation (without seeing your specific VI) is to make use of the Tab control because the design is widely used and therefore frequently understood by your users without any sort of explanation about how to navigate through the interface. I haven’t downloaded the other examples, but here’s one more in LabVIEW 7 which you can use as a sub-VI to display a waveform in a pop-up graph.
Hope it helps – thanks for posting to the NI Discussion Forums!!
02-20-2006 10:53 PM
Thanks for everyones input. I ended up using a tabbed window which is great for efficiently using space.
Chris