I have a main.vi which 'does' everything, and a sub.vi which displays
a simple multi-line string of status information (for some old-folks
here who need the security of a dumb ascii display). What I would
like to do is have the sub.vi panel be able to shrink the main.vi
panel to the toolbar. With the refnum approach, I can get the sub.vi
to CLOSE the main.vi, which shuts it down and is not thereby useful;
especially because main.vi is not restartable from the same refnum.
How do I (if at all) from a sub.vi cajole the main.vi to close/reopen
its window without shutting down its run state? GH