<?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 with Close Icon: WORKS :)</title>
	<atom:link href="http://www.arpitonline.com/blog/2006/11/19/tabnavigator-with-close-icon-works/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arpitonline.com/blog/2006/11/19/tabnavigator-with-close-icon-works/</link>
	<description>"I write pretty software"</description>
	<lastBuildDate>Mon, 26 Jul 2010 08:34:18 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sundarapandian</title>
		<link>http://www.arpitonline.com/blog/2006/11/19/tabnavigator-with-close-icon-works/comment-page-1/#comment-63446</link>
		<dc:creator>sundarapandian</dc:creator>
		<pubDate>Mon, 05 Oct 2009 11:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=34#comment-63446</guid>
		<description>I have some doubt in TabBar. 
I need to add icons dynamically in Tab bar using style sheet.

for example:

The TabBar contains 5 Tabs . first Tab has one icon image . other four tabs has different icons . how could i achive this?</description>
		<content:encoded><![CDATA[<p>I have some doubt in TabBar.<br />
I need to add icons dynamically in Tab bar using style sheet.</p>
<p>for example:</p>
<p>The TabBar contains 5 Tabs . first Tab has one icon image . other four tabs has different icons . how could i achive this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudhir</title>
		<link>http://www.arpitonline.com/blog/2006/11/19/tabnavigator-with-close-icon-works/comment-page-1/#comment-59319</link>
		<dc:creator>sudhir</dc:creator>
		<pubDate>Wed, 15 Jul 2009 11:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=34#comment-59319</guid>
		<description>I need to put one indicator where the tab will drop. I added DragEvent to set the style of target tab using event shown below.
this.addEventListener(DragEvent.DRAG_OVER, onDragOver);

But its not working. Can you please let me know how can I apply indicator on target tab in this control</description>
		<content:encoded><![CDATA[<p>I need to put one indicator where the tab will drop. I added DragEvent to set the style of target tab using event shown below.<br />
this.addEventListener(DragEvent.DRAG_OVER, onDragOver);</p>
<p>But its not working. Can you please let me know how can I apply indicator on target tab in this control</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://www.arpitonline.com/blog/2006/11/19/tabnavigator-with-close-icon-works/comment-page-1/#comment-53304</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Sat, 04 Apr 2009 20:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=34#comment-53304</guid>
		<description>Arpit,

Awesome stuff. Do you know if there is a way to selectively disable the &quot;Tab Close&quot; option for a given tab.

I have an app where the default first tab should never be closed but subsequent ones can be.

Thanks for your help</description>
		<content:encoded><![CDATA[<p>Arpit,</p>
<p>Awesome stuff. Do you know if there is a way to selectively disable the &#8220;Tab Close&#8221; option for a given tab.</p>
<p>I have an app where the default first tab should never be closed but subsequent ones can be.</p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julio</title>
		<link>http://www.arpitonline.com/blog/2006/11/19/tabnavigator-with-close-icon-works/comment-page-1/#comment-51277</link>
		<dc:creator>julio</dc:creator>
		<pubDate>Fri, 27 Feb 2009 14:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=34#comment-51277</guid>
		<description>Thank you, that&#039;s exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thank you, that&#8217;s exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arpit</title>
		<link>http://www.arpitonline.com/blog/2006/11/19/tabnavigator-with-close-icon-works/comment-page-1/#comment-35048</link>
		<dc:creator>arpit</dc:creator>
		<pubDate>Wed, 30 Apr 2008 03:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=34#comment-35048</guid>
		<description>@Chaz,
Hmm, may need some work. The simplest hack would be to manage that in the ViewBar. When the ViewBar creates new ViewTab instances, you can check if the tab corresponding to that label needs a close icon. You would also extend ViewTab to have a flag that disables the close button. If the tab corresponding to the label doesnt need a close icon, set that flag. RollOverHandlers for the ViewTab should look at the flag and show the close button accordingly.</description>
		<content:encoded><![CDATA[<p>@Chaz,<br />
Hmm, may need some work. The simplest hack would be to manage that in the ViewBar. When the ViewBar creates new ViewTab instances, you can check if the tab corresponding to that label needs a close icon. You would also extend ViewTab to have a flag that disables the close button. If the tab corresponding to the label doesnt need a close icon, set that flag. RollOverHandlers for the ViewTab should look at the flag and show the close button accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaz</title>
		<link>http://www.arpitonline.com/blog/2006/11/19/tabnavigator-with-close-icon-works/comment-page-1/#comment-35016</link>
		<dc:creator>Chaz</dc:creator>
		<pubDate>Tue, 29 Apr 2008 15:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=34#comment-35016</guid>
		<description>Good job!!!!

My question is how do I control the rollover to show on the tabs I want to close?

I may only want one of the five tabs to close.

Thanks</description>
		<content:encoded><![CDATA[<p>Good job!!!!</p>
<p>My question is how do I control the rollover to show on the tabs I want to close?</p>
<p>I may only want one of the five tabs to close.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanislav Stankov</title>
		<link>http://www.arpitonline.com/blog/2006/11/19/tabnavigator-with-close-icon-works/comment-page-1/#comment-25074</link>
		<dc:creator>Stanislav Stankov</dc:creator>
		<pubDate>Sun, 06 Jan 2008 00:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.arpitonline.com/blog/?p=34#comment-25074</guid>
		<description>just wondering how to do this :)</description>
		<content:encoded><![CDATA[<p>just wondering how to do this <img src='http://www.arpitonline.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
