added event [1]... [1] http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/DisplayObject.html#event:added
-Mark -----Original Message----- From: mark goldin [mailto:[email protected]] Sent: Wednesday, October 09, 2013 12:47 PM To: users Subject: Re: Component creation order I see. What's an event that fires when a component is added to vGroup? I mean in the component itself. On Wed, Oct 9, 2013 at 11:39 AM, Alex Harui <[email protected]> wrote: > Not for complex components. > ________________________________________ > From: mark goldin [[email protected]] > Sent: Wednesday, October 09, 2013 9:26 AM > To: users > Subject: Component creation order > > If I have the following mxml: > > <s:VGroup> > <ns:Component1/> > <ns:Component2/> > <ns:Component3/> > .... > </s:VGroup> > > Is it guaranteed that creat5ionComplete for each component is going to go > in a natural order: from 1 to 3? > > Thanks >
