You could scan the systemManager’s rawChildren to see if any children have (owner is ColorPicker).
On 2/27/10 7:05 AM, "Robert Moss" <[email protected]> wrote: I was hoping to not have to keep track with flags in my code, but interrogate the component for it's state. However, using flags is still better than using mx_internal. Thanks. --- On Sat, 2/27/10, Alex Harui <[email protected]> wrote: From: Alex Harui <[email protected]> Subject: Re: [flexcoders] How to tell if colorpicker is open To: "[email protected]" <[email protected]> Date: Saturday, February 27, 2010, 1:04 AM There should be open/close events On 2/26/10 2:29 PM, "Robert Moss" <rdm0...@yahoo. com> wrote: I can not seem to find a way to tell programmatically if the colorpicker is open. Internally it uses the showingDropdown property, but it is not exposed. I could use myColorPicker. mx_internal: :showingDropdown but there has to be a better way. I'm sure I'm just missing it. -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

