07-20-2009 04:42 PM
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...
07-27-2009 01:23 PM