Re: closing front panels

2004-02-17 Thread DD
Yes, you can make front panels visible and not visibile programatically using vi property nodes. f_d [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi there, is there a way to close a vi's front panel (in labview 6.1) besides the quit labview function, this function closes all

Re: closing front panels

2004-02-10 Thread GerdW
Hello f_d, yes it's possible. You have to use the VI property nodes. With this you can control the front panel of sub-vi's (or main-vi's). You have to pass a vi reference (Open VI Reference) and then select the property FrontPanel.Open, wire true (or false, just as needed) and then it works...

Re: closing front panels

2004-02-10 Thread Mads
Most often controlling the closing and opening of the panel is done from the VI properties - window appearance setup, there you can set whether the VIs front panel should open when called or loaded and whether it should close when finished. The same properties can be set/overrun when calling the

closing front panels

2004-02-10 Thread f_d
Hi there, is there a way to close a vi's front panel (in labview 6.1) besides the quit labview function, this function closes all vi's that are open. Say you have a main vi and several subvi's, in the main you select a task which opens a subvi where you can select several subtasks. But from the