PDA

View Full Version : Detecting panel state?


jeric_synergy
03-27-2005, 04:54 PM
The fragment below turns the SurfEd+Preset panels ON simultaneously, but I need to detect if the panels are already open, so that I can make the plugin work as a panel TOGGLE.

Someone please point me in the correct direction. Thanks!

+++++++++++++++++++++
@warnings
@script generic
@name OpenSurfEd+Presets
generic
{
SurfaceEditor();
Presets();
}

++++++++++++++++++++