Help... there has got to be a way!


i have spent considerable time trying find out how can update display while i'm in loop. have created self organizing map using actionscript 3.0 , i'd display map learning. som computationally intensive , has in tight loop. when running actionscript code in loop flex respond events? in vb days there doevents() statement allow events handled... in flex?? doesn't seem setting timer event going work if loop blocking event.

alex,

there no doevents() fucntion in flex, there still way :)

what need encapsulate loop in function listening enterframe event, make hole process slower (since you'll part of on each frame), display list updated , program wont hang during process.


More discussions in Flex (Read Only)


adobe

Comments