I have a problem to determinate if my combobox is open or not.
I’ve seen the same topic but that solution : if(combobox.dropdown != null && combobx.dropdown.visible) doesn’t work for me. It is always true. I can’t find any component who is responsible for this such a simple operation.
Thanks in advance.
I have a problem to determinate if my combobox is open or not. I’ve
Share
ComboBoxes have 2 events that are thrown regarding the open/closing action. If you bind to those events with an
addEventListeneryou can easily track its state:API Reference:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/ComboBox.html