| Author |
Sequence of execution (how to fix the asynchronous problem in flex)
|
Lindomar Ferreira
Greenhorn
Joined: Jan 13, 2010
Posts: 2
|
|
|
How to run a function only after the dataGrid (flex 3) is completely filled with data?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
What do you mean by completely filled with data - when the data is loaded, or the component is rendered? DataGrid has a dataChange event that will fire when the data is set on the DataGrid. Waiting for a CreationComplete event should be OK if you need to wait till after the lifecycle of the comonent has run and it is visible on the stage.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Sequence of execution (how to fix the asynchronous problem in flex)
|
|
|