<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Adding icons to a Flex TabNavigator control</title>
	<link>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 09:26:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-15989</link>
		<author>peterd</author>
		<pubDate>Fri, 03 Oct 2008 15:34:49 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-15989</guid>
		<description>Sean,

I logged an enhancement request about making it easier to skin individual buttons on a ButtonBar control a while ago, &lt;a href="http://bugs.adobe.com/jira/browse/SDK-17117" rel="nofollow"&gt;http://bugs.adobe.com/jira/browse/SDK-17117&lt;/a&gt;.

The same workarounds may apply to the TabBar/TabNavigator controls as well, although you may need to use the &lt;code&gt;getTabAt()&lt;/code&gt; method, I believe.

When I get some time, I'll see if I can post the workarounds to &lt;a href="http://bugs.adobe.com/jira/browse/SDK-17117" rel="nofollow"&gt;SDK-17117&lt;/a&gt; as full blog entries.

Hope that helps,

Peter</description>
		<content:encoded><![CDATA[<p>Sean,</p>
<p>I logged an enhancement request about making it easier to skin individual buttons on a ButtonBar control a while ago, <a href="http://bugs.adobe.com/jira/browse/SDK-17117" rel="nofollow">http://bugs.adobe.com/jira/browse/SDK-17117</a>.</p>
<p>The same workarounds may apply to the TabBar/TabNavigator controls as well, although you may need to use the <code>getTabAt()</code> method, I believe.</p>
<p>When I get some time, I&#8217;ll see if I can post the workarounds to <a href="http://bugs.adobe.com/jira/browse/SDK-17117" rel="nofollow">SDK-17117</a> as full blog entries.</p>
<p>Hope that helps,</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-15149</link>
		<author>Sean</author>
		<pubDate>Tue, 02 Sep 2008 16:03:31 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-15149</guid>
		<description>Do you know how to move the icon's to a stylesheet?

I have the following, but it doesn't appear to work (the background style comes through though.

&lt;pre class="code"&gt;
.greenTab {
	icon:        Embed('/assets/green-dot.gif');
	backgroundColor:	'#cccccc';
}

.redTab {
	icon:        Embed('/assets/red-dot.gif');
	backgroundColor:	'#cccccc';
}
&lt;/pre&gt;







-Sean</description>
		<content:encoded><![CDATA[<p>Do you know how to move the icon&#8217;s to a stylesheet?</p>
<p>I have the following, but it doesn&#8217;t appear to work (the background style comes through though.</p>
<pre class="code">
.greenTab {
	icon:        Embed('/assets/green-dot.gif');
	backgroundColor:	'#cccccc';
}

.redTab {
	icon:        Embed('/assets/red-dot.gif');
	backgroundColor:	'#cccccc';
}
</pre>
<p>-Sean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-14972</link>
		<author>peterd</author>
		<pubDate>Wed, 27 Aug 2008 14:22:12 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-14972</guid>
		<description>Paulo Jose,

You could try the SuperTabNavigator container from FlexLib: http://code.google.com/p/flexlib/wiki/ComponentList

I'm not sure if it supports multiple rows of tabs or not though.

Peter</description>
		<content:encoded><![CDATA[<p>Paulo Jose,</p>
<p>You could try the SuperTabNavigator container from FlexLib: <a href="http://code.google.com/p/flexlib/wiki/ComponentList" rel="nofollow">http://code.google.com/p/flexlib/wiki/ComponentList</a></p>
<p>I&#8217;m not sure if it supports multiple rows of tabs or not though.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Jose</title>
		<link>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-14970</link>
		<author>Paulo Jose</author>
		<pubDate>Wed, 27 Aug 2008 13:01:35 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-14970</guid>
		<description>Peterd,
 i need to put 10 labels in my tabNavigator and i need every names are visible!
thanks
Paulo</description>
		<content:encoded><![CDATA[<p>Peterd,<br />
 i need to put 10 labels in my tabNavigator and i need every names are visible!<br />
thanks<br />
Paulo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-238</link>
		<author>peterd</author>
		<pubDate>Fri, 17 Aug 2007 18:56:37 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-238</guid>
		<description>Bruce,

Sorry about that. I'll try and reFTP that ZIP file and see if it uploads this time.</description>
		<content:encoded><![CDATA[<p>Bruce,</p>
<p>Sorry about that. I&#8217;ll try and reFTP that ZIP file and see if it uploads this time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-232</link>
		<author>Bruce</author>
		<pubDate>Fri, 17 Aug 2007 14:37:01 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/16/adding-icons-to-a-flex-tabnavigator-control/#comment-232</guid>
		<description>Very nice example - thanks for posting it.  When I tried to download the source code I got a 404 error.   I wanted to get the icons you used so I could run the example myself in FlexBuilder.</description>
		<content:encoded><![CDATA[<p>Very nice example - thanks for posting it.  When I tried to download the source code I got a 404 error.   I wanted to get the icons you used so I could run the example myself in FlexBuilder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
