[flexcoders] Re: Resize Effect for Percentages?

2007-04-22 Thread Matt
Don't suppose you have some code you could post as an example? Are you actually going through the process of extending Resize and making it so if it ends on a percentage value when the effect finishes it actually does change to a percentage (so if you resize it acts appropriately)? If that's not

[flexcoders] Re: Resize Effect for Percentages?

2007-04-22 Thread iko_knyphausen
No I did not extend the resize effects. I used absolute values for x,y,width and height, and computed the percentage relative to its container. But I only had a few of them, so I did not create a custom effect.. --- In flexcoders@yahoogroups.com, Matt [EMAIL PROTECTED] wrote: Don't suppose

[flexcoders] Re: Resize Effect for Percentages?

2007-04-21 Thread iko_knyphausen
I have struggled with the same and ended up doing the percentage math on my own. The effects don't provide percentage properties, and they don't have a from/toConstraint either...which could be handy at times... --- In flexcoders@yahoogroups.com, Matt [EMAIL PROTECTED] wrote: Is there any way