[flexcoders] callLater() question about next screen refresh

2008-06-23 Thread wwwpl
The Flex documentation says this about callLater(): 

The callLater() method queues an operation to be performed for the 
next screen refresh

What does next screen refresh mean?  What if I invoke a callLater right 
before an accordion starts its tween effects?  Does the next screen 
refresh happen when the accordion is done sliding to it's resting 
position or is the next screen refresh when the accordion has completed 
the first of many tweenUpdates?




RES: [flexcoders] callLater() question about next screen refresh

2008-06-23 Thread Luciano Manerich Junior
Hi,
 
the next screen refresh will be the next frame that flash player
renders it. If you work at 12fps (frames per second), the callLater
method will be executed 83ms after the call.



De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em
nome de wwwpl
Enviada em: segunda-feira, 23 de junho de 2008 15:21
Para: flexcoders@yahoogroups.com
Assunto: [flexcoders] callLater() question about next screen refresh



The Flex documentation says this about callLater(): 

The callLater() method queues an operation to be performed for the 
next screen refresh

What does next screen refresh mean? What if I invoke a callLater right 
before an accordion starts its tween effects? Does the next screen 
refresh happen when the accordion is done sliding to it's resting 
position or is the next screen refresh when the accordion has completed 
the first of many tweenUpdates?