<?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: Unexpected Behavior of the Flex Verical TabBar</title>
	<atom:link href="http://www.flexdevil.com/blog/2008/05/unexpected-behavior-of-the-flex-verical-tabbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexdevil.com/blog/2008/05/unexpected-behavior-of-the-flex-verical-tabbar/</link>
	<description>Let's talk about Flex</description>
	<pubDate>Fri, 30 Jul 2010 00:01:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Geoffrey Hom</title>
		<link>http://www.flexdevil.com/blog/2008/05/unexpected-behavior-of-the-flex-verical-tabbar/#comment-70</link>
		<dc:creator>Geoffrey Hom</dc:creator>
		<pubDate>Sat, 10 Oct 2009 23:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexdevil.com/blog/?p=5#comment-70</guid>
		<description>Very cool! Best example I have found of a vertical TabBar. Thank you! Also, your pictures helped me realize that I actually want to stick with the horizontal TabBar, for space issues.</description>
		<content:encoded><![CDATA[<p>Very cool! Best example I have found of a vertical TabBar. Thank you! Also, your pictures helped me realize that I actually want to stick with the horizontal TabBar, for space issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yudong</title>
		<link>http://www.flexdevil.com/blog/2008/05/unexpected-behavior-of-the-flex-verical-tabbar/#comment-69</link>
		<dc:creator>yudong</dc:creator>
		<pubDate>Thu, 22 Jan 2009 21:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexdevil.com/blog/?p=5#comment-69</guid>
		<description>Hi Darius

The vertucal tab is very cool. Just what I expect. But I can't figure out how it works (e.g make the atbs on the right side of the page).

Can you please send me a sample mxml code? 

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Darius</p>
<p>The vertucal tab is very cool. Just what I expect. But I can&#8217;t figure out how it works (e.g make the atbs on the right side of the page).</p>
<p>Can you please send me a sample mxml code? </p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darius</title>
		<link>http://www.flexdevil.com/blog/2008/05/unexpected-behavior-of-the-flex-verical-tabbar/#comment-66</link>
		<dc:creator>darius</dc:creator>
		<pubDate>Tue, 05 Aug 2008 19:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexdevil.com/blog/?p=5#comment-66</guid>
		<description>Sure.

You can make a copy of TabSkin.as inside your project and rename it to VerticalTabSkin.as (don't forget to change the package and the class name). Then change the code that rounds the corners (see the post for the code snippets).

On your style sheet (for example style.css) tell the TabBar to use the new skin (adapt to point to your new skin package):

Tab.verticalTab
{
	disabledSkin: ClassReference("com.flexdevil.skins.VerticalTabSkin");
	downSkin: ClassReference("com.flexdevil.skins.VerticalTabSkin");
	overSkin: ClassReference("com.flexdevil.skins.VerticalTabSkin");
	selectedDisabledSkin: ClassReference("com.flexdevil.skins.VerticalTabSkin");
	selectedDownSkin: ClassReference("com.flexdevil.skins.VerticalTabSkin");
	selectedOverSkin: ClassReference("com.flexdevil.skins.VerticalTabSkin");
	selectedUpSkin: ClassReference("com.flexdevil.skins.VerticalTabSkin");
	upSkin: ClassReference("com.flexdevil.skins.VerticalTabSkin");
}

In your application make sure to reference the style sheet and then declare your TabBar:

&#60;mx:TabBar direction="vertical" dataProvider="{['tab1','tab2']}" tabStyleName="verticalTab"/&#62;


I hope this helps.</description>
		<content:encoded><![CDATA[<p>Sure.</p>
<p>You can make a copy of TabSkin.as inside your project and rename it to VerticalTabSkin.as (don&#8217;t forget to change the package and the class name). Then change the code that rounds the corners (see the post for the code snippets).</p>
<p>On your style sheet (for example style.css) tell the TabBar to use the new skin (adapt to point to your new skin package):</p>
<p>Tab.verticalTab<br />
{<br />
	disabledSkin: ClassReference(&#8221;com.flexdevil.skins.VerticalTabSkin&#8221;);<br />
	downSkin: ClassReference(&#8221;com.flexdevil.skins.VerticalTabSkin&#8221;);<br />
	overSkin: ClassReference(&#8221;com.flexdevil.skins.VerticalTabSkin&#8221;);<br />
	selectedDisabledSkin: ClassReference(&#8221;com.flexdevil.skins.VerticalTabSkin&#8221;);<br />
	selectedDownSkin: ClassReference(&#8221;com.flexdevil.skins.VerticalTabSkin&#8221;);<br />
	selectedOverSkin: ClassReference(&#8221;com.flexdevil.skins.VerticalTabSkin&#8221;);<br />
	selectedUpSkin: ClassReference(&#8221;com.flexdevil.skins.VerticalTabSkin&#8221;);<br />
	upSkin: ClassReference(&#8221;com.flexdevil.skins.VerticalTabSkin&#8221;);<br />
}</p>
<p>In your application make sure to reference the style sheet and then declare your TabBar:</p>
<p>&lt;mx:TabBar direction=&#8221;vertical&#8221; dataProvider=&#8221;{['tab1','tab2']}&#8221; tabStyleName=&#8221;verticalTab&#8221;/&gt;</p>
<p>I hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Senthil</title>
		<link>http://www.flexdevil.com/blog/2008/05/unexpected-behavior-of-the-flex-verical-tabbar/#comment-65</link>
		<dc:creator>Senthil</dc:creator>
		<pubDate>Tue, 05 Aug 2008 11:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexdevil.com/blog/?p=5#comment-65</guid>
		<description>hi can you give me a example</description>
		<content:encoded><![CDATA[<p>hi can you give me a example</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.110 seconds -->
