Hi, But I have two thing that not very clear: 1. The component that always on top are not created by SystemManger, it is the grandson of <application>, how can I swap this instance with the Poped up instance which is the child of system manager.
2. Is the component created by System Manager always be the child of it? I don't know because when I create a popup, I have to assgin a parent to it? Doesn't this parent not really the component's parent? The system manager always be it's parent? --- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

