<?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: Possible bug with TabNavigator?</title>
	<atom:link href="http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/</link>
	<description>My thoughts on ColdFusion, Flex and other RIA stuff....</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:21:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: tom</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-6423</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Tue, 25 Jan 2011 12:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-6423</guid>
		<description>Thanks for your replies. 

It was a bit irritating to deal with it. Something was really odd with TabNavigator class in Flex 3. I have had some issues with indexes adding children at concrete positions - &quot;addChildAt&quot; worked strangely for me. Anyway, thanks for your help in this particular case.</description>
		<content:encoded><![CDATA[<p>Thanks for your replies. </p>
<p>It was a bit irritating to deal with it. Something was really odd with TabNavigator class in Flex 3. I have had some issues with indexes adding children at concrete positions &#8211; &#8220;addChildAt&#8221; worked strangely for me. Anyway, thanks for your help in this particular case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tavo</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-5615</link>
		<dc:creator>Tavo</dc:creator>
		<pubDate>Thu, 21 Oct 2010 16:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-5615</guid>
		<description>Hi. Good post. My problem is that i nned to capture the IndexChangedEvent.CHANGE but at enter, look this line:
tabNav.addEventListener(IndexChangedEvent.CHANGE, functionTest, true);
The last boolean value, indicate that i need to capture before change the tab, but don&#039;t work, because the function &quot;functionTest&quot; receive a Event (not a IndexChangedEvent) and the parameters newIndex, oldIndex are lost. Anyone know how to do this, without an MouseEvent.CLICK ?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi. Good post. My problem is that i nned to capture the IndexChangedEvent.CHANGE but at enter, look this line:<br />
tabNav.addEventListener(IndexChangedEvent.CHANGE, functionTest, true);<br />
The last boolean value, indicate that i need to capture before change the tab, but don&#8217;t work, because the function &#8220;functionTest&#8221; receive a Event (not a IndexChangedEvent) and the parameters newIndex, oldIndex are lost. Anyone know how to do this, without an MouseEvent.CLICK ?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BobTheCoolGuy</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-5523</link>
		<dc:creator>BobTheCoolGuy</dc:creator>
		<pubDate>Tue, 28 Sep 2010 22:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-5523</guid>
		<description>Thanks.  These comments solved my problems.</description>
		<content:encoded><![CDATA[<p>Thanks.  These comments solved my problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-3079</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Sat, 20 Dec 2008 12:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-3079</guid>
		<description>@JC, It would help if we have some sample code to look at. Cheers.</description>
		<content:encoded><![CDATA[<p>@JC, It would help if we have some sample code to look at. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-3070</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Mon, 15 Dec 2008 11:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-3070</guid>
		<description>Can you put a simplified example up with the source?</description>
		<content:encoded><![CDATA[<p>Can you put a simplified example up with the source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-3066</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Fri, 12 Dec 2008 20:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-3066</guid>
		<description>I have run into an issue with the CHANGE event for the TabNavigator. 

I have a TabNavigator with several Canvas children that each contain form elements. When the user clicks to go to the next tab, the CHANGE handler calls some validation. If the validation returns false, then the SelectedIndex is set back to the previous tab. This works fine, but once the user fixes his mistakes and clicks to go to the next tab again, the CHANGE event does not fire. For example, they are on tab 0 and click on tab 1, if they didn&#039;t fill out everything on tab 0, the CHANGE event sets the SelectedIndex back to 0 and displays an Alert. This works. However, once they fill out everything on tab 0 and click on tab 1 again, tab 1 is displayed, but the CHANGE event does not fire. 

Any ideas?

Thanks,
JC</description>
		<content:encoded><![CDATA[<p>I have run into an issue with the CHANGE event for the TabNavigator. </p>
<p>I have a TabNavigator with several Canvas children that each contain form elements. When the user clicks to go to the next tab, the CHANGE handler calls some validation. If the validation returns false, then the SelectedIndex is set back to the previous tab. This works fine, but once the user fixes his mistakes and clicks to go to the next tab again, the CHANGE event does not fire. For example, they are on tab 0 and click on tab 1, if they didn&#8217;t fill out everything on tab 0, the CHANGE event sets the SelectedIndex back to 0 and displays an Alert. This works. However, once they fill out everything on tab 0 and click on tab 1 again, tab 1 is displayed, but the CHANGE event does not fire. </p>
<p>Any ideas?</p>
<p>Thanks,<br />
JC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Guzman</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-2895</link>
		<dc:creator>Manuel Guzman</dc:creator>
		<pubDate>Fri, 01 Aug 2008 07:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-2895</guid>
		<description>Thank you...for the proper event and then introducing me to recaptcha...</description>
		<content:encoded><![CDATA[<p>Thank you&#8230;for the proper event and then introducing me to recaptcha&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fineglow</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-2758</link>
		<dc:creator>fineglow</dc:creator>
		<pubDate>Wed, 30 Apr 2008 18:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-2758</guid>
		<description>Thanks for your post. I had a same problem. I used &#039;TabIndexChange&#039; event, but it didn&#039;t work. So, appreciating to your post, I use &#039;Chang&#039; event and solve my problem. :)</description>
		<content:encoded><![CDATA[<p>Thanks for your post. I had a same problem. I used &#8216;TabIndexChange&#8217; event, but it didn&#8217;t work. So, appreciating to your post, I use &#8216;Chang&#8217; event and solve my problem. <img src='http://www.anujgakhar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-2688</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Mon, 21 Apr 2008 07:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-2688</guid>
		<description>I have seen more than a few people getting confused with this. Many wouldnt realize in first instance that which event they should cast to when they pick it up. It would have been better if the event was called indexChanged or something on those lines rather than a duplicate name CHANGE.</description>
		<content:encoded><![CDATA[<p>I have seen more than a few people getting confused with this. Many wouldnt realize in first instance that which event they should cast to when they pick it up. It would have been better if the event was called indexChanged or something on those lines rather than a duplicate name CHANGE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tink</title>
		<link>http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/comment-page-1/#comment-2686</link>
		<dc:creator>Tink</dc:creator>
		<pubDate>Sun, 20 Apr 2008 21:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/22/possible-bug-with-tabnavigator/#comment-2686</guid>
		<description>definitely best off typing it as...

IndexChangedEvent.CHANGE

It&#039;s confusing like anything else you don&#039;t know or haven&#039;t used before. Once used it makes perfect sense. when the Index in your TabNavigator changes it fires a &#039;IndexChangedEvent.CHANGE&#039;. That makes perfect sense to me.</description>
		<content:encoded><![CDATA[<p>definitely best off typing it as&#8230;</p>
<p>IndexChangedEvent.CHANGE</p>
<p>It&#8217;s confusing like anything else you don&#8217;t know or haven&#8217;t used before. Once used it makes perfect sense. when the Index in your TabNavigator changes it fires a &#8216;IndexChangedEvent.CHANGE&#8217;. That makes perfect sense to me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

