Re: [flexcoders] Trying to apply scale9grid to an image loaded at runtime

2008-05-18 Thread Joseph Balderson
Scale-9 only works if parts of the image are fully within each of the 9 slices of the scale-9 grid. Which means that you'll have to separate your image into 9 different segments before applying the scale-9 grid, providing the grid 'lines and the 9 sections of the image match up precisely. You

RE: [flexcoders] Trying to apply scale9grid to an image loaded at runtime

2008-05-17 Thread Alex Harui
Search the archives. I know scale9 doesn't work everywhere, but I can never remember which scenario. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Bray Sent: Friday, May 16, 2008 5:14 PM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Trying to apply scale9grid to an image loaded at runtime

2008-05-16 Thread Tom Bray
I need to be able to load an image, allow the user to specify the scale9grid values, and then scale the image. I've tried a bunch of different things but either the scale9grid values aren't used or I get an invalid parameter exception. Is it possible to do this? Thanks, Tom