RE: [flexcoders] How to check if components have been created yet when creation policy is auto

2008-04-24 Thread Alex Harui
Try processedDescriptors=true on the children of the viewstack From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ltkavanagh Sent: Thursday, April 24, 2008 2:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to check if

RE: [flexcoders] How to check if components have been created yet when creation policy is auto

2008-04-24 Thread Gordon Smith
A simple null check tells you whether they've been created or not. But you should avoid writing your app in this way. Instead,you should pull data into components as they get created, such as by writing an 'initialize' handler on that component. Gordon Smith Adobe Flex SDK Team