<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: My Additions to the SuperTabNavigator</title>
	<atom:link href="http://renaun.com/blog/2007/02/08/182/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2007/02/08/182/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Fri, 12 Mar 2010 20:38:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yochikoh</title>
		<link>http://renaun.com/blog/2007/02/08/182/comment-page-1/#comment-215960</link>
		<dc:creator>yochikoh</dc:creator>
		<pubDate>Sat, 30 Nov 2002 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/02/08/182/#comment-215960</guid>
		<description>for 1# comment

 I think you can create different tabStyle for each tab. 
It would be something like this:

TabBar
{
	firstButtonStyleName: "tabStyle1";
	tabStyleName: "tabStyle2";
	lastButtonStyleName: "tabStyle3";
}

.tabStyle1 {
	disabledSkin: Embed(source="flex_skins.swf", symbol="Tab_disabledSkin");
	downSkin: Embed(source="flex_skins.swf", symbol="Tab_downSkin");
	overSkin: Embed(source="flex_skins.swf", symbol="Tab_overSkin");
	selectedDisabledSkin: Embed(source="flex_skins.swf", symbol="TabSelected_disabledSkin");
	selectedDownSkin: Embed(source="flex_skins.swf", symbol="TabSelected_upSkin");
	selectedOverSkin: Embed(source="flex_skins.swf", symbol="TabSelected_upSkin");
	selectedUpSkin: Embed(source="flex_skins.swf", symbol="TabSelected_upSkin");
	upSkin: Embed(source="flex_skins.swf", symbol="Tab_upSkin");

}

.tabStyle2 {

}

.tabStyle3 {
}


I found useful info about skinning here:
http://www.adobe.com/devnet/flex/articles/flex_skins.html</description>
		<content:encoded><![CDATA[<p>for 1# comment</p>
<p> I think you can create different tabStyle for each tab.<br />
It would be something like this:</p>
<p>TabBar<br />
{<br />
	firstButtonStyleName: &#8220;tabStyle1&#8243;;<br />
	tabStyleName: &#8220;tabStyle2&#8243;;<br />
	lastButtonStyleName: &#8220;tabStyle3&#8243;;<br />
}</p>
<p>.tabStyle1 {<br />
	disabledSkin: Embed(source=&#8221;flex_skins.swf&#8221;, symbol=&#8221;Tab_disabledSkin&#8221;);<br />
	downSkin: Embed(source=&#8221;flex_skins.swf&#8221;, symbol=&#8221;Tab_downSkin&#8221;);<br />
	overSkin: Embed(source=&#8221;flex_skins.swf&#8221;, symbol=&#8221;Tab_overSkin&#8221;);<br />
	selectedDisabledSkin: Embed(source=&#8221;flex_skins.swf&#8221;, symbol=&#8221;TabSelected_disabledSkin&#8221;);<br />
	selectedDownSkin: Embed(source=&#8221;flex_skins.swf&#8221;, symbol=&#8221;TabSelected_upSkin&#8221;);<br />
	selectedOverSkin: Embed(source=&#8221;flex_skins.swf&#8221;, symbol=&#8221;TabSelected_upSkin&#8221;);<br />
	selectedUpSkin: Embed(source=&#8221;flex_skins.swf&#8221;, symbol=&#8221;TabSelected_upSkin&#8221;);<br />
	upSkin: Embed(source=&#8221;flex_skins.swf&#8221;, symbol=&#8221;Tab_upSkin&#8221;);</p>
<p>}</p>
<p>.tabStyle2 {</p>
<p>}</p>
<p>.tabStyle3 {<br />
}</p>
<p>I found useful info about skinning here:<br />
<a href="http://www.adobe.com/devnet/flex/articles/flex_skins.html" rel="nofollow">http://www.adobe.com/devnet/flex/articles/flex_skins.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://renaun.com/blog/2007/02/08/182/comment-page-1/#comment-188179</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/02/08/182/#comment-188179</guid>
		<description>the most needed component after dataGrid and tree so far..
+1 to Howard (im working on same )
now trying  to override some tabbar "fetching"  methods to set styles..</description>
		<content:encoded><![CDATA[<p>the most needed component after dataGrid and tree so far..<br />
+1 to Howard (im working on same )<br />
now trying  to override some tabbar &#8220;fetching&#8221;  methods to set styles..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Ross</title>
		<link>http://renaun.com/blog/2007/02/08/182/comment-page-1/#comment-83161</link>
		<dc:creator>Howard Ross</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/02/08/182/#comment-83161</guid>
		<description>I would like to set each tab to be a different color.  Any suggestions on how to go about doing that would be greatly appreciated</description>
		<content:encoded><![CDATA[<p>I would like to set each tab to be a different color.  Any suggestions on how to go about doing that would be greatly appreciated</p>
]]></content:encoded>
	</item>
</channel>
</rss>
