Yes, that's true. But e.g. ToolTips also aren't children of the application but live in a different IChildList of the SystemManager :)
Dirk. > -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Bokelberg > Sent: Monday, July 17, 2006 2:06 PM > To: [email protected] > Subject: Re: [flexcoders] How to detect whether DisplayObject > is popup or not? > > Isn't it, that popups are not children of application? Maybe > you can check this? > Cheers, > Ralf. > > On 7/17/06, Dirk Eismann <[EMAIL PROTECTED]> wrote: > > I see what you mean. > > > > Unless your application has been loaded into another > application then > > Application.application.systemManager should give you the correct > > SystemManager instance. By checking the SystemManager's > popUpChildren > > list you should be able to find all popups. > > > > Dirk. > > > > > -----Original Message----- > > > From: [email protected] > > > [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov > > > Sent: Monday, July 17, 2006 12:51 PM > > > To: [email protected] > > > Subject: Re: [flexcoders] How to detect whether DisplayObject is > > > popup or not? > > > > > > Okay, thank you. But still. Every DisplayObject, not only > > > UIComponent, could be popUp. How to deal with them? I found that > > > popUpChildren : > > > IChildList exists in SystemManager class description. But > how to get > > > correct instance of that SystemManager and whether it's what I'm > > > looking for? > > > > > > On 7/17/06, Dirk Eismann <[EMAIL PROTECTED]> wrote: > > > > In Flex 2 this property is called isPopUp and is defined in > > > > mx.core.UIComponent > > > > > > > > Dirk. > > > > > > > > > -- > > > Flexcoders Mailing List > > > FAQ: > > > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > > Search Archives: > > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > -- > Ralf Bokelberg <[EMAIL PROTECTED]> Flex & Flash > Consultant based in Cologne/Germany > > > ------------------------ Yahoo! Groups Sponsor > --------------------~--> > Check out the new improvements in Yahoo! Groups email. > http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM > -------------------------------------------------------------- > ------~-> > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

