<?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: Quest for the Perfect TabNavigator &#8211; Part 3 (with source)</title>
	<atom:link href="http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/</link>
	<description>A blog about Adobe Flex</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:34:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shruti</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-209181</link>
		<dc:creator>Shruti</dc:creator>
		<pubDate>Tue, 09 Mar 2010 12:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-209181</guid>
		<description>Hi Doug,
Really great extension, thanks for sharing. I  was looking for the exact same thing. But I need this in Flex 3. So could you please help with this that how can do the same thing in Flex 3.


Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Doug,<br />
Really great extension, thanks for sharing. I  was looking for the exact same thing. But I need this in Flex 3. So could you please help with this that how can do the same thing in Flex 3.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usernum</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-209153</link>
		<dc:creator>usernum</dc:creator>
		<pubDate>Thu, 25 Feb 2010 18:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-209153</guid>
		<description>10x ))</description>
		<content:encoded><![CDATA[<p>10x ))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-209104</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-209104</guid>
		<description>Hi Doug,

First of all thanks for the wonderful component. I have an issue while using the STN. I am creating a custom TabNavigator that extends the SuperTabNavigator. When I do this, the first tab in the custom tabnavigator is missing. Can you help me find out what might be the  issue.

MyCustomTabNavigator extends SuperTabNavigator
{
override protected function createChildren():void{
if (!tabBar){
tabBar = new MyCustomTabBar();
tabBar.focusEnabled = false;
tabBar.styleName = this;
rawChildren.addChild(tabBar);
}
super.createChildren();
popUpButtonPolicy = POPUPPOLICY_OFF;
closePolicy = SuperTab.CLOSE_SELECTED;
}  
}

---------
public class MyCustomTabBar extends SuperTabBar{
public function DroppableTabBar(){
super();
navItemFactory = new ClassFactory(MyCustomTab);
}
}

-----------
public class MyCustomTab extends SuperTab
{
override protected function createChildren():void{
super.createChildren();
}
}

Any help is highly appreciated.

thanks</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>First of all thanks for the wonderful component. I have an issue while using the STN. I am creating a custom TabNavigator that extends the SuperTabNavigator. When I do this, the first tab in the custom tabnavigator is missing. Can you help me find out what might be the  issue.</p>
<p>MyCustomTabNavigator extends SuperTabNavigator<br />
{<br />
override protected function createChildren():void{<br />
if (!tabBar){<br />
tabBar = new MyCustomTabBar();<br />
tabBar.focusEnabled = false;<br />
tabBar.styleName = this;<br />
rawChildren.addChild(tabBar);<br />
}<br />
super.createChildren();<br />
popUpButtonPolicy = POPUPPOLICY_OFF;<br />
closePolicy = SuperTab.CLOSE_SELECTED;<br />
}<br />
}</p>
<p>&#8212;&#8212;&#8212;<br />
public class MyCustomTabBar extends SuperTabBar{<br />
public function DroppableTabBar(){<br />
super();<br />
navItemFactory = new ClassFactory(MyCustomTab);<br />
}<br />
}</p>
<p>&#8212;&#8212;&#8212;&#8211;<br />
public class MyCustomTab extends SuperTab<br />
{<br />
override protected function createChildren():void{<br />
super.createChildren();<br />
}<br />
}</p>
<p>Any help is highly appreciated.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Rossille</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-208933</link>
		<dc:creator>Samuel Rossille</dc:creator>
		<pubDate>Wed, 27 Jan 2010 19:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-208933</guid>
		<description>Hello.

First, thanks for this awesome component!

I found a workaround for the bug reported by Nicolás Dijkstra about the selectedIndex setter not working.
This property is very useful to programmatically change the selected tab.
Actually, the selectedIndex setter works, but after, during the updateDisplayList of the underlying ToggleButtonBar, the selectedIndex property is reset to it&#039;s previous value.


Here is the workaround:

1/ create a class that extend SuperTabNavigator, say MySuperTabNavigator.

2/ override the updateDisplayList method to backup the selectedIndex, call the method of the super class, then restore the selectedIndex property in the wiew stack and in the tab bar:

override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void {
			var backupSelectedIndex:int = selectedIndex;
			super.updateDisplayList(unscaledWidth, unscaledHeight);
			selectedIndex = backupSelectedIndex;
			tabBar.selectedIndex = backupSelectedIndex;
		}

3/ Use MySuperTabNavigator instead of SuperTabNavigator to create tabbed panes in which the setter of the selectedIndex property works.

This is not very clean, but it&#039;s the only way i found. I would gladly use a better solution if someone finds one.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>First, thanks for this awesome component!</p>
<p>I found a workaround for the bug reported by Nicolás Dijkstra about the selectedIndex setter not working.<br />
This property is very useful to programmatically change the selected tab.<br />
Actually, the selectedIndex setter works, but after, during the updateDisplayList of the underlying ToggleButtonBar, the selectedIndex property is reset to it&#8217;s previous value.</p>
<p>Here is the workaround:</p>
<p>1/ create a class that extend SuperTabNavigator, say MySuperTabNavigator.</p>
<p>2/ override the updateDisplayList method to backup the selectedIndex, call the method of the super class, then restore the selectedIndex property in the wiew stack and in the tab bar:</p>
<p>override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void {<br />
			var backupSelectedIndex:int = selectedIndex;<br />
			super.updateDisplayList(unscaledWidth, unscaledHeight);<br />
			selectedIndex = backupSelectedIndex;<br />
			tabBar.selectedIndex = backupSelectedIndex;<br />
		}</p>
<p>3/ Use MySuperTabNavigator instead of SuperTabNavigator to create tabbed panes in which the setter of the selectedIndex property works.</p>
<p>This is not very clean, but it&#8217;s the only way i found. I would gladly use a better solution if someone finds one.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sai</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-208875</link>
		<dc:creator>sai</dc:creator>
		<pubDate>Tue, 19 Jan 2010 03:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-208875</guid>
		<description>I&#039;m extending the SUperTabNavigator in my application. How should i change the close button to an custom image. Could any one please give me some explanation. I&#039;ve tried everything avaialble in the internet. it does not seems to work.. already spent 8 hours on it.. 

Thanks..</description>
		<content:encoded><![CDATA[<p>I&#8217;m extending the SUperTabNavigator in my application. How should i change the close button to an custom image. Could any one please give me some explanation. I&#8217;ve tried everything avaialble in the internet. it does not seems to work.. already spent 8 hours on it.. </p>
<p>Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krunal</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-208795</link>
		<dc:creator>Krunal</dc:creator>
		<pubDate>Thu, 07 Jan 2010 07:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-208795</guid>
		<description>hi

I am not sure is this a bug or not? I am creating 10-15 tabs (which has datagrid) at runtime but it is taking too much time to display. Assume that there are total 3500 records which are divided in all the tabs.

I had tried one scenario like i first created 15 hard coded  tabs. and at runtime i am just assigning the data provider to my grid. it much faster than earlier.

so main question is that Is the tab rendering is taking time? if so can we invisible tabs runtime rather adding it on runtime?

Hope you will get my question.

Thanks</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>I am not sure is this a bug or not? I am creating 10-15 tabs (which has datagrid) at runtime but it is taking too much time to display. Assume that there are total 3500 records which are divided in all the tabs.</p>
<p>I had tried one scenario like i first created 15 hard coded  tabs. and at runtime i am just assigning the data provider to my grid. it much faster than earlier.</p>
<p>so main question is that Is the tab rendering is taking time? if so can we invisible tabs runtime rather adding it on runtime?</p>
<p>Hope you will get my question.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-208699</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Fri, 04 Dec 2009 06:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-208699</guid>
		<description>good work, keep it up!

Regards</description>
		<content:encoded><![CDATA[<p>good work, keep it up!</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zarc</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-208598</link>
		<dc:creator>Zarc</dc:creator>
		<pubDate>Wed, 11 Nov 2009 08:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-208598</guid>
		<description>hi,
   can tell me how to add a tab like the righttop tabmenu?please?i can not find the interface or where let me extend?</description>
		<content:encoded><![CDATA[<p>hi,<br />
   can tell me how to add a tab like the righttop tabmenu?please?i can not find the interface or where let me extend?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-208539</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sat, 24 Oct 2009 10:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-208539</guid>
		<description>http://www.zambala.net/images/VerticalTab.jpg

Vertical Tabs - Not always vertical

Is there a way to position the Titles the right way up as I have only seen examples of vertical tabbing with titles rotated 90 deg ccw?</description>
		<content:encoded><![CDATA[<p><a href="http://www.zambala.net/images/VerticalTab.jpg" rel="nofollow">http://www.zambala.net/images/VerticalTab.jpg</a></p>
<p>Vertical Tabs &#8211; Not always vertical</p>
<p>Is there a way to position the Titles the right way up as I have only seen examples of vertical tabbing with titles rotated 90 deg ccw?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urgent Help Needed</title>
		<link>http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/comment-page-2/#comment-208493</link>
		<dc:creator>Urgent Help Needed</dc:creator>
		<pubDate>Sun, 11 Oct 2009 14:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2007/02/07/quest-for-the-perfect-tabnavigator-part-3-with-source/#comment-208493</guid>
		<description>1046: Type was not found or was not a compile-time constant: SuperTabNavigator.

is the error. I am using it for a web browser  want to create. If I need to get somethng then where to I get it?</description>
		<content:encoded><![CDATA[<p>1046: Type was not found or was not a compile-time constant: SuperTabNavigator.</p>
<p>is the error. I am using it for a web browser  want to create. If I need to get somethng then where to I get it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
