RE: [flexcoders] Re: Image Component Nightmare

2007-05-09 Thread Ely Greenfield
My guess is that you have an explicit width / height set on the image. In flex, an explicitly set width height Is essentially setting the widthAfterScale and heightAfterScale. So setting scaleX and scaleY won't change the on screen rendererd size of the child. You need to manually scale the

Re: [flexcoders] Re: Image Component Nightmare

2007-05-08 Thread Pat Buchanan
I think this will help you in your quest. It may not be perfect, but it's what I've been using. http://www.tricedesigns.com/tricedesigns_home/blog/2007/03/free-imagezoomer-flex-component.html I've had the same problems as you of dealing with the width and height = 0. I really have no idea why,