Re: [flexcoders] How can I make the preloader wait until my runtime styles have been applied?

2007-11-19 Thread Aaron Miller
>From the Adobe livedocs "The Preloader class is used by the SystemManager to monitor the download and initialization status of a Flex application. It is also responsible for downloading the runtime shared libraries (RSLs). " By design, the preloader is supposed to run prior to loading any shared

RE: [flexcoders] How can I make the preloader wait until my runtime styles have been applied?

2007-11-17 Thread Alex Harui
PROTECTED] On Behalf Of chatopica Sent: Friday, November 16, 2007 11:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How can I make the preloader wait until my runtime styles have been applied? I have an application that depends on runtimes styles, but there's a second before the styles

[flexcoders] How can I make the preloader wait until my runtime styles have been applied?

2007-11-17 Thread chatopica
I have an application that depends on runtimes styles, but there's a second before the styles are loaded and applied that the application is displayed with the default styles. How can I prevent that from happening?