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
