Re: [flexcoders] Re: force to preload UI children

2007-01-24 Thread greg h
Hi Maz, I am posting this as a follow-on to Tracy and Chad's posts. My goal is to encourage you to explore alternatives to setting creationPolicy="All". I think that in the Flex 2 docs, Adobe could do a better job of stating front-and-center why "deferred creation" is the default, lay out the a

[flexcoders] Re: force to preload UI children

2007-01-24 Thread ecpmaz
Thank you both for the solution ! -- Maz > Hey Mathieu, > > I'm still learning, but my understanding is that this is what the > creationPolicy is for. The container has deferred instantiation to > reduce the upfront load... take a look here: > > http://www.adobe.com/devnet/flex/articles/client

[flexcoders] Re: force to preload UI children

2007-01-23 Thread Chad
Hey Mathieu, I'm still learning, but my understanding is that this is what the creationPolicy is for. The container has deferred instantiation to reduce the upfront load... take a look here: http://www.adobe.com/devnet/flex/articles/client_perf_06.html Good luck, Chad