Hi Dekek,<br><br>As far as I know, there is no property or field. When the switcher opens or closes, the CSS display of the switcher will be modified directly.<br>As such, I think you can only check the css display state to see if it&#39;s currently open.<br>
<br>I&#39;d probably use jQuery to find the layerswitcher and ask its display state. You could, for example check for the OpenLayers_Control_MaximizeDiv css id.<br><br>if it&#39;s visible, the layerswitcher should be hidden.<br>
<br><div class="gmail_quote">On Fri, Nov 11, 2011 at 12:07 PM, Derek Watling <span dir="ltr">&lt;<a href="mailto:derek@cmainfo.co.za">derek@cmainfo.co.za</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
How can I programmatically determine if the LayerSwitcher is currently open<br>
or closed?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Determine-if-LayerSwitcher-is-open-or-closed-tp6985047p6985047.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Determine-if-LayerSwitcher-is-open-or-closed-tp6985047p6985047.html</a><br>

Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
</font></span></blockquote></div><br>