Do these events fire when Flex gets around to instantiating the contents of the Container, or just when an outside entity adds a child?
--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > flash.display.DisplayObjectContainer or mx.core.Container? > > DisplayObjectContainer has "add" events for when children are added. > Container has "childAdd" event for when child components are created. > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Libby > Sent: Wednesday, September 26, 2007 7:19 AM > To: [email protected] > Subject: [flexcoders] Parsing mxml - is there an attribute or method of > the > > > > DisplayObjectContainer that indicates whether or not the children of > the object have been instantiated yet? > > I know Flex waits to create some objects until just in time - this > gets in the way of dynamic binding operations - hence I am looking for > a way to look ahead to see if my target object exists yet, so I can > force its creation if necessary. > > Thanks, > Libby >

