Trying listening for FlexEvent.UPDATE_COMPLETE.
- Gordon ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Monday, July 14, 2008 12:13 PM To: [email protected] Subject: [flexcoders] Re: addEventListener for UI component scaling? I have tried UI.addEventListener( ResizeEvent.RESIZE , callFunction ) but it didn't work, any suggestions? Thanks --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "flexawesome" <[EMAIL PROTECTED]> wrote: > > Hey there, > > is there a way to addEventListener for checking the UI component > scaling? > > for example: > > 1. I have a UI component ( w:200 , h: 300 ) on the stage > 2. I have a button to set the UI component scaling... > ui.scaleX = 1.6; > ui.scaleY = 1.6; > > > now I would like to addEventListener for the UIcompoment, once the > UIcomponent changes, I;d like to know it.. > > Cheers >

