I did some work earlier on switching between two fixed resolutions.
I may not be totally correct but based on my observations,
If you change the scaleX property of the parent layout component,
it more or less resizes the child component accurately.
(although I had to resize down and up on a button click, rather than on
resize event
and my child components were simple controls like TextInput etc.
)

You can calculate the scaleX dynamically in the resize effect handler.

~Peeyush

On Feb 19, 2008 2:41 PM, YOGESH JADHAV <[EMAIL PROTECTED]> wrote:

>   Hi all,
>                    I am trying to get some sliding canvas. I am using
> canvas and resize effects to change it's width. It look ok , but if i put
> something ( textInput , button etc) on it, those things obviously  don't get
> resize, and give scroll bars while resizing. How to resize including it's
> children? If i try to resize in % it gives error, how to pass % width &
> height in resize effect ?
>
> --
>
>
> Regards,
> Yogesh
>  
>

Reply via email to