<?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/my-additions-to-the-supertabnavigator/feed/" rel="self" type="application/rss+xml" /><link>http://renaun.com/blog/2007/02/my-additions-to-the-supertabnavigator/</link> <description>My ideas on the web and mobile application/game technologies</description> <lastBuildDate>Sat, 27 Jun 2015 02:02:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Renaun Erickson</title><link>http://renaun.com/blog/2007/02/my-additions-to-the-supertabnavigator/#comment-485869</link> <dc:creator>Renaun Erickson</dc:creator> <pubDate>Sat, 20 Mar 2010 19:10:52 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2007/02/08/182/#comment-485869</guid> <description><![CDATA[The code should work in Flex 3 with out too many changes.]]></description> <content:encoded><![CDATA[<p>The code should work in Flex 3 with out too many changes.</p> ]]></content:encoded> </item> <item><title>By: Shruti</title><link>http://renaun.com/blog/2007/02/my-additions-to-the-supertabnavigator/#comment-485856</link> <dc:creator>Shruti</dc:creator> <pubDate>Tue, 09 Mar 2010 12:52:11 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2007/02/08/182/#comment-485856</guid> <description><![CDATA[hey... thanks for it.  I need the same thing in flex 3 . I am new in flex... could you please direct me how could I start with it.Thanks.]]></description> <content:encoded><![CDATA[<p>hey&#8230; thanks for it.  I need the same thing in flex 3 . I am new in flex&#8230; could you please direct me how could I start with it.</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>By: yochikoh</title><link>http://renaun.com/blog/2007/02/my-additions-to-the-supertabnavigator/#comment-215960</link> <dc:creator>yochikoh</dc:creator> <pubDate>Thu, 15 Nov 2007 23:56:05 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2007/02/08/182/#comment-215960</guid> <description><![CDATA[for 1# commentI think you can create different tabStyle for each tab. It would be something like this:TabBar { firstButtonStyleName: &quot;tabStyle1&quot;; tabStyleName: &quot;tabStyle2&quot;; lastButtonStyleName: &quot;tabStyle3&quot;; }.tabStyle1 { disabledSkin: Embed(source=&quot;flex_skins.swf&quot;, symbol=&quot;Tab_disabledSkin&quot;); downSkin: Embed(source=&quot;flex_skins.swf&quot;, symbol=&quot;Tab_downSkin&quot;); overSkin: Embed(source=&quot;flex_skins.swf&quot;, symbol=&quot;Tab_overSkin&quot;); selectedDisabledSkin: Embed(source=&quot;flex_skins.swf&quot;, symbol=&quot;TabSelected_disabledSkin&quot;); selectedDownSkin: Embed(source=&quot;flex_skins.swf&quot;, symbol=&quot;TabSelected_upSkin&quot;); selectedOverSkin: Embed(source=&quot;flex_skins.swf&quot;, symbol=&quot;TabSelected_upSkin&quot;); selectedUpSkin: Embed(source=&quot;flex_skins.swf&quot;, symbol=&quot;TabSelected_upSkin&quot;); upSkin: Embed(source=&quot;flex_skins.swf&quot;, symbol=&quot;Tab_upSkin&quot;);}.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/my-additions-to-the-supertabnavigator/#comment-188179</link> <dc:creator>Max</dc:creator> <pubDate>Fri, 19 Oct 2007 15:26:32 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2007/02/08/182/#comment-188179</guid> <description><![CDATA[the most needed component after dataGrid and tree so far.. +1 to Howard (im working on same ) now trying  to override some tabbar &quot;fetching&quot;  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/my-additions-to-the-supertabnavigator/#comment-83161</link> <dc:creator>Howard Ross</dc:creator> <pubDate>Tue, 05 Jun 2007 17:47:48 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2007/02/08/182/#comment-83161</guid> <description><![CDATA[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>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/5 queries in 0.005 seconds using disk: basic
Object Caching 368/373 objects using disk: basic

 Served from: renaun.com @ 2026-06-09 05:42:12 by W3 Total Cache -->