Re: [flexcoders] How to apply resize effect to children

2008-02-19 Thread Peeyush Tuli
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

Re: [flexcoders] How to apply resize effect to children

2008-02-19 Thread YOGESH JADHAV
thnx peeyush , i'll try that. On Feb 19, 2008 3:00 PM, Peeyush Tuli [EMAIL PROTECTED] wrote: 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

Re: [flexcoders] How to apply resize effect to children

2008-02-19 Thread YOGESH JADHAV
Hi Peeyush, Actually I was not restricting expansions and contracting , so it was looking too wierd. I'll go for simple resize whith scroll policies off and and % size of child component. That looks good if the duration is not too large. On Feb 19, 2008 5:52 PM, Peeyush Tuli [EMAIL PROTECTED]

Re: [flexcoders] How to apply resize effect to children

2008-02-19 Thread Peeyush Tuli
I havent tride anything else because it worked well for my case. What exactly goes wrong in your app? do components go totally out of their normal size ratio?(can you post a screen shot ) There is a post on application level resizing here http://blogs.adobe.com/aharui/ On Feb 19, 2008 4:57

Re: [flexcoders] How to apply resize effect to children

2008-02-19 Thread YOGESH JADHAV
HI Peeyush I tried that, it works , but doesn't look good. Most irritating is that everything, including blue border which appears on selection is also enlarged. Is there some other way to achieve cool n smooth sliding ? On Feb 19, 2008 3:00 PM, Peeyush Tuli [EMAIL PROTECTED] wrote: I did