creationComplete does not called for my groups
<s:group xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" creationcomplete="creating_completed();">
creating_completed()never called. after group object has been created.
that can happen if there “invalidation loop” caused children of group. size , position of children cannot determined , layout manager keeps trying re-layout children.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment