01-12-2011 01:02 PM - edited 01-12-2011 01:04 PM
I'm trying to create a non-modal dialog box. The purpose is to show an alarm for the user but should leave the calling VI continuing to run. I have created such a thing -- the problem is that I can't figure out how to get the dialog box to go away! It stops running but the window just hangs around. See the attached VIs and image.
Thanks in advance for your help,
Chad
01-12-2011 01:13 PM - edited 01-12-2011 01:16 PM
Set the window properties to show front panel when called and close afterwards. (VI properties...windows appearance...customize...look near lower left corner).
(make sure it window is closed before running the caller)
01-12-2011 01:27 PM
Unfortunately, that doesn't do anything.
01-12-2011 01:34 PM
It should work, maybe there is a mistake. Can you attach the modified code?
Of course, you can always use a "close panel" method after the loop has finished.
01-12-2011 01:38 PM
Ok, I've attached the files. Thanks for looking at this.
Chad