Setting creationPolicy="all" is not recommended.  Your application will
take much more time to initialize.  Generally,we recommend a model/view
architecture where the view pulls from the model on creation.  Folks who
ask this kind of question are usually running into problems pushing
model info into the view.

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jason B
Sent: Monday, June 02, 2008 1:05 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] error 1009 Solved tabnavigator issue hiding items
not shown to user

 


if you dont use creationPolicy="all" on a TabNavigator it will throw
an error 1009 when trying to access objects on multiple tabs not shown
hope this helps other users who run into it

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Jason B" <[EMAIL PROTECTED]> wrote:
>
> Ok i was able to isolate why the error occurs
> 
> if i reference an object which is in the tabnavigator and that tab is
> not selected it will throw an error
> 
> 
> but if i reference a checkbox on the current selected tab its fine?
>

 

Reply via email to