I've been trying to do just this -- the z-order as you say has nothing to do with the order of drawing, i.e. what ends up on top. What function do I need to override or create in order to control the drawing order? (I've tried updateDisplayList but haven't been able to make that work.)
Thanks, Jeremy --- In [email protected], "Ralf Bokelberg" <[EMAIL PROTECTED]> wrote: > > The z-order is determined by the position in the display list of their parent. > Unless you control the drawing by yourself, this is not necessarily > the order in which things are drawn. > > Cheers, > Ralf > > On 8/8/06, RBullotta <[EMAIL PROTECTED]> wrote: > > Is there a "z-order" to drawing when multiple IDisplayComponents are > > contained in another component? What I'm trying to do is control the > > order in which they are rendered so that I can use Graphics.xxx > > drawing primitives on top of the other objects... > > > > Any help appreciated. > > > > - Rick > > > > > > > > > > > > > > > > -- > > 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 > -- 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/

