No, it is not. Read up on the Flex Component LifeCycle ( http://help.adobe.com/en_US/flex/using/WS460ee381960520ad-2811830c121e9107ecb-7fff.html ). Depending what happens inside those components, it is entirely plausible that Component 2 may dispatched a creationComplete event before Componetn1; or that Component3 will dispatched a creationComplete event before Component2 or Component 3.

The only thing you can truly count on is the order the components are placed inside the VGroup.

On 10/9/2013 12:26 PM, mark goldin wrote:
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



--
Jeffry Houser
Technical Entrepreneur
http://www.jeffryhouser.com
203-379-0773

Reply via email to