RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-18 Thread Mark Ingram
@yahoogroups.com Subject: RE: [flexcoders] Re: Scale 9 not being picked up Image will resize the SWF. The SWF will have to resize the symbol that has scale9 on it, and not just scale the SWF. You might need to use a Flex SWF to wrap the symbol so the Image code does a resize and not a scale

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-18 Thread Alex Harui
Subject: RE: [flexcoders] Re: Scale 9 not being picked up Is this the case for symbols too? i.e. if I'm just using a symbol will it automatically scale rather than resize? Mark From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-13 Thread Mark Ingram
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex Harui Sent: 12 December 2007 17:43 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Scale 9 not being picked up Are you sizing the assets directly or are they wrapped by Image or something like that? I don't think scale9

[flexcoders] Re: Scale 9 not being picked up

2007-12-13 Thread polestar11
Hi Juan Our ScrollBar arrow turned out to be a Bitmap, so you were right about scale-9 not being picked up for Bitmaps. Changing that to a vector fixed it. The scale-9 issue seems to only be a problem for ComboBoxes. Our ComboBox arrows are vectors and we are developing in FlexBuilder 3 Beta 2.

[flexcoders] Re: Scale 9 not being picked up

2007-12-13 Thread polestar11
Eureka!! I found a fix to our ComboBox problem, after reading about this bug: https://bugs.adobe.com/jira/browse/SDK-12803 Our ComboBox symbol comprised of the arrow button symbol used in the editable ComboBox skin. For the non-editable ComboBox skin I took out this reference by creating a new

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-13 Thread Alex Harui
:[EMAIL PROTECTED] On Behalf Of Mark Ingram Sent: Thursday, December 13, 2007 12:42 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Scale 9 not being picked up Yes, I'm using an Image control. The image loads a SWF and the SWF has scale-9 built into it. Will this not work

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-12 Thread Mark Ingram
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of scalenine Sent: 11 December 2007 19:08 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Scale 9 not being picked up Are you using bitmaps as skins in your Flash file? If so, I don't believe scale-9

RE: [flexcoders] Re: Scale 9 not being picked up

2007-12-12 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Scale 9 not being picked up We have one main assets swf which contains multiple symbols. We reference several of these references and the designer has applied scale-9 to each of the symbols - but when it comes to viewing them in Flex, the scale