[flexcoders] Resizing Images.

2008-12-31 Thread tchredeemed
Hello! Our application needs the ability to take a logo (which gets uploaded in a different interface via rails) and resize it dynamically depending on which item they are purchasing. As of right now, I am using a Loader and when Event.COMPLETE is dispatched, I catch it, create a new width/height

Re: [flexcoders] Resizing Images

2008-06-25 Thread Richard Rodseth
google. > > > > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Chris Ivens > Sent: 25 June 2008 15:49 > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Resizing Images > > > > Perhap

RE: [flexcoders] Resizing Images

2008-06-25 Thread Jim Hayes
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Ivens Sent: 25 June 2008 15:49 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Resizing Images Perhaps making sure that the resizing snaps to pixels. I have the same issue on mine and I'm trying to find a solution too. I

Re: [flexcoders] Resizing Images

2008-06-25 Thread Chris Ivens
Perhaps making sure that the resizing snaps to pixels. I have the same issue on mine and I'm trying to find a solution too. I'm thinking of using server-side resizing to get it to work neatly. On 25 Jun 2008, at 15:20, kenny14390 wrote: Hi. I have a space that is 175x100 and I am loading im

[flexcoders] Resizing Images

2008-06-25 Thread kenny14390
Hi. I have a space that is 175x100 and I am loading images into it on the fly. I am loading images that are as big as 200x115 and I need to shrink them to fit but also preserve their quality. If I don't specify the Image component's height and width, the image retains its quality, but it also retai

RE: [flexcoders] Resizing images in a TileList

2005-11-03 Thread Matt Chotin
:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Resizing images in a TileList   Hi, i have a little problem with a TileList in Flex 1.5. The cellrenderer of my TileList, is a Thumbnail.mxml that´s only has an mx:Image: http://www.macromedia.com/2003/mxml"   horizontal

[flexcoders] Resizing images in a TileList

2005-11-03 Thread gootish
Hi, i have a little problem with a TileList in Flex 1.5. The cellrenderer of my TileList, is a Thumbnail.mxml that´s only has an mx:Image: http://www.macromedia.com/2003/mxml"; horizontalAlign="center" verticalGap="0" width="100%" height="100%" hScrollPol