09-28-2007 05:05 PM
09-28-2007 05:12 PM
you mean the panel close node. yep! but first close front panel, and then close reference.
@Clueless1 wrote:
Do I just close the references using the vi-panel-close event?
09-28-2007 05:24 PM
09-29-2007 03:48 AM
09-29-2007 07:28 AM
generally i always do a check at cloe of main application, if there is any panel open from the vis called by reference. the reference is then used to close the panel, and only then release the reference.
if you close the reference without closing the panel, and the vi is set to reentrant, you will have trouble to close the panel, especially if there is no menu or title bar on this panel (or it is disabled).
10-01-2007 10:28 AM
10-01-2007 10:41 AM
The child can handle it in the timeout case, check callers state using call chain. If callers (parent) state stops executing then goto the exit state of the child routine.
Paul
10-02-2007 09:11 AM