03-25-2011 01:17 PM
I need a popup window to display fixed text (user instructions) while the VI continues to run. Window is dismissed when user clicks X in window header bar (or OK button, etc.)
Any suggestions?
thanks!
03-25-2011 01:24 PM
Hi querty999,
you can use a vi with property set to floating. If you call it dynamically, it would run in parallel to show your message all the time.
Mike