<?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: Flex 3: Styling Individual Tabs in a TabBar</title>
	<atom:link href="http://blog.smartlogicsolutions.com/2008/11/10/flex-3-styling-individual-tabs-in-a-tabbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.smartlogicsolutions.com/2008/11/10/flex-3-styling-individual-tabs-in-a-tabbar/</link>
	<description>News and updates from the people at SmartLogic Solutions</description>
	<lastBuildDate>Sat, 17 Dec 2011 12:57:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sudhir</title>
		<link>http://blog.smartlogicsolutions.com/2008/11/10/flex-3-styling-individual-tabs-in-a-tabbar/comment-page-1/#comment-2482</link>
		<dc:creator>Sudhir</dc:creator>
		<pubDate>Mon, 25 May 2009 09:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=357#comment-2482</guid>
		<description>Hi

I want to change the style of the tab on click(Selected tab). How can I implement this? I have change the size . color, font of the selected tab.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I want to change the style of the tab on click(Selected tab). How can I implement this? I have change the size . color, font of the selected tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Gentzke</title>
		<link>http://blog.smartlogicsolutions.com/2008/11/10/flex-3-styling-individual-tabs-in-a-tabbar/comment-page-1/#comment-545</link>
		<dc:creator>Glenn Gentzke</dc:creator>
		<pubDate>Wed, 12 Nov 2008 17:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=357#comment-545</guid>
		<description>@ravi
The Tab class extends Button, so you can style a selected tab like a selected button.  That said, if you really want to have the most control over what your button&#039;s looks like in different states, I recommend skinning them.  

To get started, check out Adobe&#039;s quickstart page on skinning:
http://www.adobe.com/devnet/flex/quickstart/skinning_components/

For more advanced skinning, especially for drawing skins, you might want to check out the Degrafa [http://www.degrafa.com] libraries.

You can also create a class of skins for the button:

[in the css file]
.myButtonStyle{
  skin: ClassReference(&quot;your.project.skins.MyButtonSkin&quot;);
}

Then you would just define skins for all the states in that class.  To go into the Degrafa skinning would really need another blog post and there&#039;s a lot of info already out there on that.  Hope this helps!</description>
		<content:encoded><![CDATA[<p>@ravi<br />
The Tab class extends Button, so you can style a selected tab like a selected button.  That said, if you really want to have the most control over what your button&#8217;s looks like in different states, I recommend skinning them.  </p>
<p>To get started, check out Adobe&#8217;s quickstart page on skinning:<br />
<a href="http://www.adobe.com/devnet/flex/quickstart/skinning_components/" rel="nofollow">http://www.adobe.com/devnet/flex/quickstart/skinning_components/</a></p>
<p>For more advanced skinning, especially for drawing skins, you might want to check out the Degrafa [http://www.degrafa.com] libraries.</p>
<p>You can also create a class of skins for the button:</p>
<p>[in the css file]<br />
.myButtonStyle{<br />
  skin: ClassReference(&#8220;your.project.skins.MyButtonSkin&#8221;);<br />
}</p>
<p>Then you would just define skins for all the states in that class.  To go into the Degrafa skinning would really need another blog post and there&#8217;s a lot of info already out there on that.  Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://blog.smartlogicsolutions.com/2008/11/10/flex-3-styling-individual-tabs-in-a-tabbar/comment-page-1/#comment-541</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Tue, 11 Nov 2008 16:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.smartlogicsolutions.com/?p=357#comment-541</guid>
		<description>Great Example Thanks.
Can u tell how i can change the style of SelectedTab.I don&#039;t want Default Flex Selectedtab style</description>
		<content:encoded><![CDATA[<p>Great Example Thanks.<br />
Can u tell how i can change the style of SelectedTab.I don&#8217;t want Default Flex Selectedtab style</p>
]]></content:encoded>
	</item>
</channel>
</rss>

