<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Tips for Using the Flex Skin Design Extensions</title>
	<atom:link href="http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/</link>
	<description>The latest about ScaleNine</description>
	<pubDate>Sat, 22 Nov 2008 09:54:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: dogukan unal</title>
		<link>http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-76900</link>
		<dc:creator>dogukan unal</dc:creator>
		<pubDate>Fri, 04 Jul 2008 15:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-76900</guid>
		<description>i cant flex autoscale my button too... what can i do?</description>
		<content:encoded><![CDATA[<p>i cant flex autoscale my button too&#8230; what can i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-57088</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Wed, 23 Apr 2008 07:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-57088</guid>
		<description>Hi guys.

I have a problem using skins so maybe you can give me a little help :-)

I have used flash to create my flex skins and it works fine. Then I have tried to set up a transition inside flash, for the button control:
If I try to change the colour of the button, it works nice, but when I try  to enlarge the button from up to over, it doesn t do it in flex...

It seems like flex autoscale my button.....

Do you know what to do?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi guys.</p>
<p>I have a problem using skins so maybe you can give me a little help <img src='http://scalenine.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have used flash to create my flex skins and it works fine. Then I have tried to set up a transition inside flash, for the button control:<br />
If I try to change the colour of the button, it works nice, but when I try  to enlarge the button from up to over, it doesn t do it in flex&#8230;</p>
<p>It seems like flex autoscale my button&#8230;..</p>
<p>Do you know what to do?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-53373</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Sat, 05 Apr 2008 00:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-53373</guid>
		<description>Since the ComboBox arrow icon is baked into the skin you could try setting the horizontal 9-slice guides both above or below the icon. This can also create some unwanted effects. Or, just make your ComboBox skin the height you want it rather than setting the height in Flex. This will prevent any vertical stretching to happen at all.

As a side note, if you're just trying to change to the icon color on the default Flex skin, a new property was introduced in Flex 3 to do that. That property is iconColor and you just specify the color you'd like your arrow icon to be.</description>
		<content:encoded><![CDATA[<p>Since the ComboBox arrow icon is baked into the skin you could try setting the horizontal 9-slice guides both above or below the icon. This can also create some unwanted effects. Or, just make your ComboBox skin the height you want it rather than setting the height in Flex. This will prevent any vertical stretching to happen at all.</p>
<p>As a side note, if you&#8217;re just trying to change to the icon color on the default Flex skin, a new property was introduced in Flex 3 to do that. That property is iconColor and you just specify the color you&#8217;d like your arrow icon to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-53336</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 04 Apr 2008 19:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-53336</guid>
		<description>Thanks a lot, Juan. I've notice that the same occurs also with the comboBox, as you're saying.

Any luck of having a similar workaround to not have the arrow icon being stretched like that in a comboBox as well?</description>
		<content:encoded><![CDATA[<p>Thanks a lot, Juan. I&#8217;ve notice that the same occurs also with the comboBox, as you&#8217;re saying.</p>
<p>Any luck of having a similar workaround to not have the arrow icon being stretched like that in a comboBox as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan</title>
		<link>http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-53314</link>
		<dc:creator>juan</dc:creator>
		<pubDate>Fri, 04 Apr 2008 17:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-53314</guid>
		<description>Hi Frank,

You're in luck! In Flex 3 there was a style introduced for PopUpButton called popUpIcon. If you specify an asset for that property that asset will not stretch with the dimensions of the PopUpButton. Cool, huh?

So, you're probably asking, "Why were the templates set up like that?". Well, PopUpButton has a popUpIcon property, but ComboBox does not. Bummer I know. To keep consistency between how the two skin templates were set up both icons were "baked into" the skin.

With that said, I think the solution is to pull the icon graphic out from the PopUpButton symbol and make a new Symbol called "PopUpButton_popUpIcon" and publish that. You may need to do some tweaking, but that should get you on the right track.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Frank,</p>
<p>You&#8217;re in luck! In Flex 3 there was a style introduced for PopUpButton called popUpIcon. If you specify an asset for that property that asset will not stretch with the dimensions of the PopUpButton. Cool, huh?</p>
<p>So, you&#8217;re probably asking, &#8220;Why were the templates set up like that?&#8221;. Well, PopUpButton has a popUpIcon property, but ComboBox does not. Bummer I know. To keep consistency between how the two skin templates were set up both icons were &#8220;baked into&#8221; the skin.</p>
<p>With that said, I think the solution is to pull the icon graphic out from the PopUpButton symbol and make a new Symbol called &#8220;PopUpButton_popUpIcon&#8221; and publish that. You may need to do some tweaking, but that should get you on the right track.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-53271</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 04 Apr 2008 13:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-53271</guid>
		<description>Hi there! thanks for the information..

I just began to do some skining test using Illustrator and I followed the steps from Narciso Jaramillo's article. It's been working great for a lot of controls, but I've noticed some weird behaviors and can't find answers for these.

By example, the arrow of my popUpButton is always stretched in height instead of staying centered in the middle, when I modify the popUpButton height.

If I start a new flex skin from the default template with all the controls and that I export it right away, I will be able to reproduce this. I just have to add a popUpButton and modify it's height.

Would their be any way to control this?</description>
		<content:encoded><![CDATA[<p>Hi there! thanks for the information..</p>
<p>I just began to do some skining test using Illustrator and I followed the steps from Narciso Jaramillo&#8217;s article. It&#8217;s been working great for a lot of controls, but I&#8217;ve noticed some weird behaviors and can&#8217;t find answers for these.</p>
<p>By example, the arrow of my popUpButton is always stretched in height instead of staying centered in the middle, when I modify the popUpButton height.</p>
<p>If I start a new flex skin from the default template with all the controls and that I export it right away, I will be able to reproduce this. I just have to add a popUpButton and modify it&#8217;s height.</p>
<p>Would their be any way to control this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: much ado about something &#187; Flex 3/CS3 skinning resources</title>
		<link>http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-50128</link>
		<dc:creator>much ado about something &#187; Flex 3/CS3 skinning resources</dc:creator>
		<pubDate>Mon, 17 Mar 2008 02:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://scalenine.com/blog/2008/03/16/tips-for-using-the-flex-skin-design-extensions/#comment-50128</guid>
		<description>[...] Juan Sanchez of ScaleNine, who built the CS3 Flex skin templates, has just posted some great tips and tricks for using the skin templates. Thanks [...]</description>
		<content:encoded><![CDATA[<p>[...] Juan Sanchez of ScaleNine, who built the CS3 Flex skin templates, has just posted some great tips and tricks for using the skin templates. Thanks [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
