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

Reply via email to