[flexcoders] first user tab is slow

2009-03-09 Thread schneiderjim
Flex: 2.0.1

In our app, we experience a significant delay when the user tabs from the 
first form field to the second. After that, tabs work as expected. Is there a 
reason for this? Is there a way to eliminate this delay? I'm not sure whether 
this is a factor, but many (not all) of the forms are dynamically created (in 
AS).

Thanks



RE: [flexcoders] first user tab is slow

2009-03-09 Thread Alex Harui
You can run the profiler to see why it is taking so long.  We do compute a 
sorted list of all objects that can receive focus, but you'd need an awful lot 
of them to cause a noticeable delay, and if you've created that many, I'd 
expect you'd be having startup time delays that would be even more problematic.

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 schneiderjim
Sent: Monday, March 09, 2009 2:08 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] first user tab is slow


Flex: 2.0.1

In our app, we experience a significant delay when the user tabs from the 
first form field to the second. After that, tabs work as expected. Is there a 
reason for this? Is there a way to eliminate this delay? I'm not sure whether 
this is a factor, but many (not all) of the forms are dynamically created (in 
AS).

Thanks