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 >
