<?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: More FlexLib bugfixes and updates</title>
	<atom:link href="http://dougmccune.com/blog/2008/01/28/more-flexlib-bugfixes-and-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougmccune.com/blog/2008/01/28/more-flexlib-bugfixes-and-updates/</link>
	<description>A blog about Adobe Flex</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:28:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Rit</title>
		<link>http://dougmccune.com/blog/2008/01/28/more-flexlib-bugfixes-and-updates/comment-page-1/#comment-207737</link>
		<dc:creator>Rit</dc:creator>
		<pubDate>Thu, 16 Apr 2009 14:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/01/28/more-flexlib-bugfixes-and-updates/#comment-207737</guid>
		<description>I am having the same problem. The first tab in this shouldnt show the &quot;close icon&quot;. Here is my code:

			var pTimeline:publicTimeline=new publicTimeline();
			this.tabPanelMain.addChild(pTimeline);
			var fTimeline:friendsTimeline=new friendsTimeline();
			this.tabPanelMain.addChild(fTimeline);
			
			tabPanelMain.setClosePolicyForTab(0,SuperTab.CLOSE_NEVER);

Any ideas? Steve how did you solve it?</description>
		<content:encoded><![CDATA[<p>I am having the same problem. The first tab in this shouldnt show the &#8220;close icon&#8221;. Here is my code:</p>
<p>			var pTimeline:publicTimeline=new publicTimeline();<br />
			this.tabPanelMain.addChild(pTimeline);<br />
			var fTimeline:friendsTimeline=new friendsTimeline();<br />
			this.tabPanelMain.addChild(fTimeline);</p>
<p>			tabPanelMain.setClosePolicyForTab(0,SuperTab.CLOSE_NEVER);</p>
<p>Any ideas? Steve how did you solve it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://dougmccune.com/blog/2008/01/28/more-flexlib-bugfixes-and-updates/comment-page-1/#comment-205871</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 07 Nov 2008 17:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://dougmccune.com/blog/2008/01/28/more-flexlib-bugfixes-and-updates/#comment-205871</guid>
		<description>Doug - First off - I am loving the flexlib.  I am a relative newcomer to flex and am having some trouble with setting the closePolicy for the SuperTabNavigator.  I&#039;m not sure if this is the correct place to post these kind of inquiries, but here goes anyway.   :)  

I have the following SuperTabNavigator:


	


I am building the tabs dynamically with as like:

private function buildFDTab():void {
          		var myFDTab:fixDataTab = new fDTab();
          		myFDTab.label = &#039;F D&#039;;
          		myFDTab.id = &#039;mainTabsFDTab&#039;;
          		mainTabs.addChild(myFDTab);
          		mainTabs.setClosePolicyForTab(0,SuperTab.CLOSE_NEVER);	
          	}	

So basically, when buildFDTab() is call it adds a new tab which works correctly.  Most of the tabs that I add I would like the user to be able to close.  However, there are 2 main tabs that should not be closeable - thus the CLOSE_NEVER above.  However, I cannot get the individual tab&#039;s closePolicy to override the SuperTabNavigator&#039;s closePolicy.

Hopefully this makes sense.  Any help you can provide on proper use is greatly appreciated.

Thanks...Steve</description>
		<content:encoded><![CDATA[<p>Doug &#8211; First off &#8211; I am loving the flexlib.  I am a relative newcomer to flex and am having some trouble with setting the closePolicy for the SuperTabNavigator.  I&#8217;m not sure if this is the correct place to post these kind of inquiries, but here goes anyway.   <img src='http://dougmccune.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   </p>
<p>I have the following SuperTabNavigator:</p>
<p>I am building the tabs dynamically with as like:</p>
<p>private function buildFDTab():void {<br />
          		var myFDTab:fixDataTab = new fDTab();<br />
          		myFDTab.label = &#8216;F D&#8217;;<br />
          		myFDTab.id = &#8216;mainTabsFDTab&#8217;;<br />
          		mainTabs.addChild(myFDTab);<br />
          		mainTabs.setClosePolicyForTab(0,SuperTab.CLOSE_NEVER);<br />
          	}	</p>
<p>So basically, when buildFDTab() is call it adds a new tab which works correctly.  Most of the tabs that I add I would like the user to be able to close.  However, there are 2 main tabs that should not be closeable &#8211; thus the CLOSE_NEVER above.  However, I cannot get the individual tab&#8217;s closePolicy to override the SuperTabNavigator&#8217;s closePolicy.</p>
<p>Hopefully this makes sense.  Any help you can provide on proper use is greatly appreciated.</p>
<p>Thanks&#8230;Steve</p>
]]></content:encoded>
	</item>
</channel>
</rss>
