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?

