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: [email protected] [mailto:[EMAIL PROTECTED] Em nome de wwwpl Enviada em: segunda-feira, 23 de junho de 2008 15:21 Para: [email protected] 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?

