But I think the problem is the component that should always be in front are not created by SystemManger. It is the grandson of <application>. How can I swap it with the SystemManager created component?
Thanks Ark --- In [email protected], "Jeremy Lu" <[EMAIL PROTECTED]> wrote: > > PopUpManager create pop-ups via SystemManager, which had a children list, > and all DisplayObjectContainer( like SystemManager) has a setChildIndex() > method to let you swap each child's depth, that's where you can start to > implement. > > > > > > On 9/11/06, hastyarkxu <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I want to keep one component always in front. It looks like the 'task > > bar' in windows. no matter how many windows you opened, task bar is > > always on top of all the windows. > > > > I want to keep it in front even the other components are poped up by > > the popup manager. > > > > What should I do then? (I think the z-order is useless because other > > component is created by popup manager......) > > > > regards, > > > > Ark > > > > > > > > > > > > > > > > > > > > -- > > 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 <*> 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/

