[flexcoders] Application's initialize event

2009-04-30 Thread markgoldin_2000
I am using this event to prepare some user information before the application 
is loaded. Or at least, I am assuming that.
On my computer I am consistly getting user data (just another server call) 
before application loads but on a user computer the application loads before 
the user data. My question is it correct to assume that 
the initialize event fires before the whole thing is loaded?

Thanks



RE: [flexcoders] Application's initialize event

2009-04-30 Thread Alex Harui
The event fires, but the response may not come in for a very long time on a 
slow network

Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of markgoldin_2000
Sent: Thursday, April 30, 2009 2:34 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Application's initialize event





I am using this event to prepare some user information before the application 
is loaded. Or at least, I am assuming that.
On my computer I am consistly getting user data (just another server call) 
before application loads but on a user computer the application loads before 
the user data. My question is it correct to assume that
the initialize event fires before the whole thing is loaded?

Thanks