Can you make a simple test case where the children are null at creationComplete?
On 4/9/10 4:38 PM, "Christopher McArthur" <[email protected]> wrote: We are porting our project from Flex3 to Flex4. One of the common patterns we used for our components in Flex3, was to listen for the CreationComplete event, and then set some initial properties on that components children (defined in MXML). This worked fine in Flex3, however with the Flex4 SDK, these children are often still null in the creationComplete. Is there a better place to do this type of work now? -ctm -- Alex Harui Flex SDK Team Adobe System, Inc. http://blogs.adobe.com/aharui

