09-04-2008 02:32 PM
How to you programmatically minimize and maximize a LabView 8.5 program. In LabWindows SetPanelAttribute (panel, ATTR_WINDOW_ZOOM, VAL_MAXIMIZE); does it.
I would like to run the program for a period of time, then minimize it to run in the background. Then on an error, have the program maximize so that the operator can see it.
Thanks,
09-04-2008 02:47 PM
Hi pknight12...,
use an invoke node with the reference from the vi connected to it. Select front panel -> open, connect the state you need.
Mike
09-04-2008 04:34 PM
Mike,
That works.
Thanks,
Paul