[flexcoders] Re: How can I keep one component in front of all other components?

2006-09-13 Thread hastyarkxu
Anybody knows it.

I am suffered...

--- In flexcoders@yahoogroups.com, "hastyarkxu" <[EMAIL PROTECTED]> 
wrote:
>
> 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 , 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 flexcoders@yahoogroups.com, "Jeremy Lu"  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  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/
 





[flexcoders] Re: How can I keep one component in front of all other components?

2006-09-11 Thread hastyarkxu
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 , 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 flexcoders@yahoogroups.com, "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/
 




[flexcoders] Re: How can I keep one component in front of all other components?

2006-09-11 Thread hastyarkxu
But I think the problem is the component that should always be in 
front are not created by SystemManger. It is the grandson of 
. How can I swap it with the SystemManager created 
component?

Thanks

Ark

--- In flexcoders@yahoogroups.com, "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/