<?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: Toggling file extensions on the FileSystemTree control in Adobe AIR</title>
	<atom:link href="http://airexamples.com/2008/12/14/toggling-file-extensions-on-the-filesystemtree-control-in-adobe-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://airexamples.com/2008/12/14/toggling-file-extensions-on-the-filesystemtree-control-in-adobe-air/</link>
	<description>A bunch of Adobe AIR examples*</description>
	<lastBuildDate>Mon, 22 Mar 2010 14:43:49 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://airexamples.com/2008/12/14/toggling-file-extensions-on-the-filesystemtree-control-in-adobe-air/comment-page-1/#comment-19</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Sat, 10 Jan 2009 01:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://airexamples.com/?p=68#comment-19</guid>
		<description>david,

Nope, the ActionScript code is &quot;cleverly&quot; buried within the CheckBox control&#039;s &lt;code&gt;change&lt;/code&gt; event handler in the MXML:
&lt;pre lang=&quot;actionscript3&quot;&gt;
tree.showExtensions = checkBox.selected;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>david,</p>
<p>Nope, the ActionScript code is &#8220;cleverly&#8221; buried within the CheckBox control&#8217;s <code>change</code> event handler in the MXML:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">tree.showExtensions = checkBox.selected;</pre></div></div>

<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://airexamples.com/2008/12/14/toggling-file-extensions-on-the-filesystemtree-control-in-adobe-air/comment-page-1/#comment-18</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 10 Jan 2009 01:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://airexamples.com/?p=68#comment-18</guid>
		<description>Thanks for these air examples!
I think you forgot the actionscript code in the second example (it appears to be the same mxml code as in the first example).</description>
		<content:encoded><![CDATA[<p>Thanks for these air examples!<br />
I think you forgot the actionscript code in the second example (it appears to be the same mxml code as in the first example).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
