Hi All Apologies for the blank post. My problem is this: When using a tab
navigator/view stack or any other component that uses deferred instantiation,
the required view helpers are not created at start up. That is, they are
children of tab navigator and not loaded until required, i.e. until the user
opens the required tab. When my commands are instantiated, they try to use the
view locator to get the required view helpers. Of course, this causes problems.
The only solutions I can see are: ·
Turn off deferred
instantiation. Not an option I would like to use ·
Get the view helpers when
required, in the execute, onResult and onFault methods, again not a nice option Are there any other workarounds/solutions? Cheers, Mike |
- RE: [flexcoders] Cairngorm and deferred instantiation Michael Herron
- RE: [flexcoders] Cairngorm and deferred instantiati... Robert Stuttaford
- Re: [flexcoders] Cairngorm and deferred instant... David Ringley