Question
Minimize panel group?
Is there a way to minimize a panel group (not close it). I have a script that takes color samples. This always opens up the info panel group and leaves it open.
The follow script closes it but that is not what I want to do.
app.runMenuItem (stringIDToTypeID ("closeInfoPanelGroup"));
Basically, I want to do what the highlighted button in the screen shot does.
