NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Minimize user interface problem

Solved!
Go to solution
Solution
Accepted by dseel

Dave -

By default a CVI panel only minimizes the panel that you initiate the minimize operation on when there is more than one in the thread of the panel. I am not sure what other panel in the main UI thread that CVI thinks is not yet minimized, but we will look into that. As a workaround, you could set the following attribute on the main UI panel to instruct CVI to minimize all panels in the main UI thread when you minimize the main UI panel.

SetPanelAttribute (mainUIPanelHandle, ATTR_MINIMIZE_OTHER_PANELS, 1);

Hope this helps...

Scott Richardson
https://testeract.com
0 Kudos
Message 11 of 12
(1,344 Views)
Thanks, this works great!
0 Kudos
Message 12 of 12
(1,313 Views)