Re: [flexcoders] Don't understand how to use deferred instantiation

2009-09-14 Thread Jeffry Houser
That's not true. It only loads everything when the app loads if creationPolicy is set to all . ( http://livedocs.adobe.com/flex/3/langref/mx/core/Container.html#creationPolicy ). I suggest that the original poster check the creationPolicy for his viewStack. If none is set, move up the com

RE: [flexcoders] Don't understand how to use deferred instantiation

2009-09-14 Thread Jake Churchill
009 3:23 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Don't understand how to use deferred instantiation http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05 .html Have you tried setting the creation policy? Jake It says on the above page that

RE: [flexcoders] Don't understand how to use deferred instantiation

2009-09-14 Thread Alex Harui
: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Wesley Acheson Sent: Monday, September 14, 2009 1:23 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Don't understand how to use deferred instantiation http://livedocs.ado

Re: [flexcoders] Don't understand how to use deferred instantiation

2009-09-14 Thread Wesley Acheson
http://livedocs.adobe.com/flex/3/html/help.html?content=layoutperformance_05.html Have you tried setting the creation policy? Jake It says on the above page that viewStack defers child creation by default. Regards, Wesley Acheson On Mon, Sep 14, 2009 at 9:17 PM, Jake Churchill wrote: > > >

RE: [flexcoders] Don't understand how to use deferred instantiation

2009-09-14 Thread Jake Churchill
Yes, a viewstack loads everything when the app loads. If you don't want that, I think you need to use states instead Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com