<?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: TabNavigator Update: Draggable Tabs</title>
	<atom:link href="http://www.arpitonline.com/blog/2006/11/20/tabnavigator-update-draggable-tabs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arpitonline.com/blog/2006/11/20/tabnavigator-update-draggable-tabs/</link>
	<description>"I write pretty software"</description>
	<lastBuildDate>Sat, 04 Sep 2010 09:23:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: scuty</title>
		<link>http://www.arpitonline.com/blog/2006/11/20/tabnavigator-update-draggable-tabs/comment-page-1/#comment-43496</link>
		<dc:creator>scuty</dc:creator>
		<pubDate>Thu, 21 Aug 2008 11:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=35#comment-43496</guid>
		<description>Ravi Prakash have the answer for me.

Thanks.</description>
		<content:encoded><![CDATA[<p>Ravi Prakash have the answer for me.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: code zen &#187; Blog Archive &#187; 100 Posts! A retrospective and the best links from my blog.</title>
		<link>http://www.arpitonline.com/blog/2006/11/20/tabnavigator-update-draggable-tabs/comment-page-1/#comment-29600</link>
		<dc:creator>code zen &#187; Blog Archive &#187; 100 Posts! A retrospective and the best links from my blog.</dc:creator>
		<pubDate>Wed, 26 Mar 2008 02:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=35#comment-29600</guid>
		<description>[...] TADAAAAA ! This post is the 100th blog post on my blog. Its been a fun ride so I figured I wrote a bit on the history of this blog as well as link to my favorite posts here.    Part of the team at Flash Forward, Austin, 2006. The Fan 3.0 won the People&#8217;s Choice Award (which is voted for by people on the www and not a panel of judges). A lot has changed since then: The team has changed, Fan 4 is a 100% Flex app and I have longer hair  .   My first post here was on July 19, 2006. That said, this was my second attempt at blogging, the first attempt was something on blogger, where I posted my opinions on Flash, but I got bored of that real quick as I hardly got any traffic. I started Code Zen with the basic assumption that I will get no traffic at all. I basically wanted a place to keep all the code I worked on and get back to it months later. This was around the time Flex 2 was coming out of beta, and I needed a place to host FlexAmp, my entry to the Flex developer contest (FlexAmp was featured on labs.adobe.com for quite a while and is still featured on the community sample apps section on Adobe.com).Of course once in a while the entries here would be purely opinion, like defending Flex when someone took cheap shots at it, but for the most part, I used this blog to document Flex techniques and gotchas or full blown components (list at the end of this). Some of the examples have even inspired greater work within the community. For example, SuperTabNavigator, one of the most used components on FlexLib, the open source Flex library that seems to be the one with the most traction right now was developed by Doug McCune on top example code on this blog (He of course packaged it into a complete component from the proof of concept I had here). [...]</description>
		<content:encoded><![CDATA[<p>[...] TADAAAAA ! This post is the 100th blog post on my blog. Its been a fun ride so I figured I wrote a bit on the history of this blog as well as link to my favorite posts here.    Part of the team at Flash Forward, Austin, 2006. The Fan 3.0 won the People&#8217;s Choice Award (which is voted for by people on the www and not a panel of judges). A lot has changed since then: The team has changed, Fan 4 is a 100% Flex app and I have longer hair  .   My first post here was on July 19, 2006. That said, this was my second attempt at blogging, the first attempt was something on blogger, where I posted my opinions on Flash, but I got bored of that real quick as I hardly got any traffic. I started Code Zen with the basic assumption that I will get no traffic at all. I basically wanted a place to keep all the code I worked on and get back to it months later. This was around the time Flex 2 was coming out of beta, and I needed a place to host FlexAmp, my entry to the Flex developer contest (FlexAmp was featured on labs.adobe.com for quite a while and is still featured on the community sample apps section on Adobe.com).Of course once in a while the entries here would be purely opinion, like defending Flex when someone took cheap shots at it, but for the most part, I used this blog to document Flex techniques and gotchas or full blown components (list at the end of this). Some of the examples have even inspired greater work within the community. For example, SuperTabNavigator, one of the most used components on FlexLib, the open source Flex library that seems to be the one with the most traction right now was developed by Doug McCune on top example code on this blog (He of course packaged it into a complete component from the proof of concept I had here). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Prakash</title>
		<link>http://www.arpitonline.com/blog/2006/11/20/tabnavigator-update-draggable-tabs/comment-page-1/#comment-11572</link>
		<dc:creator>Ravi Prakash</dc:creator>
		<pubDate>Fri, 06 Jul 2007 05:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=35#comment-11572</guid>
		<description>hi, iam newbe to flex, 

the Custome tabNavigator is really good, an i have add another feature to it &quot;Showing Tabs on Mouse Over&quot;. Here is my code

==== ViewBar.as=========
private function MouseOver(event:MouseEvent):void
{
  var index:int = getChildIndex(DisplayObject(event.currentTarget));
  super.selectedIndex = index; 
}
and

ifdo.addEventListener(MouseEvent.MOUSE_OVER, MouseOver); in createNavItem Block
=========================================
and still i have a problem to make this option Dynamic 
(ie: i like to pass bool value in mxml page where the component is called, if i say true the mouse over should work else it should not )
i can able pass the value only to ViewNavigator.as page by creating a public variable and not to ViewBar.as page, 

is there any other idea to control the MouseOver Event? reply requsted

thanks in adv.
ravi prakash</description>
		<content:encoded><![CDATA[<p>hi, iam newbe to flex, </p>
<p>the Custome tabNavigator is really good, an i have add another feature to it &#8220;Showing Tabs on Mouse Over&#8221;. Here is my code</p>
<p>==== ViewBar.as=========<br />
private function MouseOver(event:MouseEvent):void<br />
{<br />
  var index:int = getChildIndex(DisplayObject(event.currentTarget));<br />
  super.selectedIndex = index;<br />
}<br />
and</p>
<p>ifdo.addEventListener(MouseEvent.MOUSE_OVER, MouseOver); in createNavItem Block<br />
=========================================<br />
and still i have a problem to make this option Dynamic<br />
(ie: i like to pass bool value in mxml page where the component is called, if i say true the mouse over should work else it should not )<br />
i can able pass the value only to ViewNavigator.as page by creating a public variable and not to ViewBar.as page, </p>
<p>is there any other idea to control the MouseOver Event? reply requsted</p>
<p>thanks in adv.<br />
ravi prakash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dougmccune.com &#187; Blog Archive &#187; Quest for the Perfect TabNavigator - Part 3 (with source)</title>
		<link>http://www.arpitonline.com/blog/2006/11/20/tabnavigator-update-draggable-tabs/comment-page-1/#comment-2350</link>
		<dc:creator>dougmccune.com &#187; Blog Archive &#187; Quest for the Perfect TabNavigator - Part 3 (with source)</dc:creator>
		<pubDate>Thu, 08 Feb 2007 06:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=35#comment-2350</guid>
		<description>[...] I&#8217;ve gotten ideas from various flexcoders threads, the sample posted on Flexible Experiments, the sample on code zen, darron schall&#8217;s demo, etc etc. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve gotten ideas from various flexcoders threads, the sample posted on Flexible Experiments, the sample on code zen, darron schall&#8217;s demo, etc etc. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dougmccune.com &#187; Blog Archive &#187; The Quest for the Perfect TabNavigator</title>
		<link>http://www.arpitonline.com/blog/2006/11/20/tabnavigator-update-draggable-tabs/comment-page-1/#comment-2047</link>
		<dc:creator>dougmccune.com &#187; Blog Archive &#187; The Quest for the Perfect TabNavigator</dc:creator>
		<pubDate>Tue, 23 Jan 2007 08:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=35#comment-2047</guid>
		<description>[...] First, a few references. Here&#8217;s a TabNavigator with draggable tabs that was posted on a blog called code zen. I used this as my starting point (well, actually I started from scratch, then realized this was already out there). The customized TabNavigator component there is pretty good. So I grabbed that, cleaned up a bit of the re-ordering of tabs stuff, made a few other tweaks, and then added some functionality of my own. [...]</description>
		<content:encoded><![CDATA[<p>[...] First, a few references. Here&#8217;s a TabNavigator with draggable tabs that was posted on a blog called code zen. I used this as my starting point (well, actually I started from scratch, then realized this was already out there). The customized TabNavigator component there is pretty good. So I grabbed that, cleaned up a bit of the re-ordering of tabs stuff, made a few other tweaks, and then added some functionality of my own. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.arpitonline.com/blog/2006/11/20/tabnavigator-update-draggable-tabs/comment-page-1/#comment-1842</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Fri, 12 Jan 2007 21:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=35#comment-1842</guid>
		<description>This helped me a ton!!! I was trying to figure out a way to provide a close button on each LinkButton in a LinkBar, and I only had to make a couple small changes from your code.

This code made my day.</description>
		<content:encoded><![CDATA[<p>This helped me a ton!!! I was trying to figure out a way to provide a close button on each LinkButton in a LinkBar, and I only had to make a couple small changes from your code.</p>
<p>This code made my day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
