Luciano,
Thanks! That actually fixed the slow motion effect. So I have a solution to my current problem, but I wonder is something needs to be addressed in Flex? From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Luciano Manerich Junior Sent: Thursday, March 27, 2008 3:33 PM To: [email protected] Subject: RES: [flexcoders] Resize very slow Hi, cant you use bottom="0"? <mx:Image id="myImage" bottom="0" /> You will not have to do that Math thing... But i dont believe that will really speed up... _____ De: [email protected] [mailto:[EMAIL PROTECTED] Em nome de shivkxr Enviada em: quinta-feira, 27 de março de 2008 16:30 Para: [email protected] Assunto: [flexcoders] Resize very slow I have a canvas and a few controls within the canvas. On of these is an image. Essentially, what I want is that the image appear towards the bottom of the canvas, so what I do is this <mx:Image id="myImage" top="{containerCanvas.height - myImage.height}" /> This works, except that when the canvas is sized to a different size it looks like I have a slow motion effect in place. It takes quite a few seconds (3-10) depending on the difference between the old and new height of the canvas. So is there a way to speed this up?

