<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Removing folder icons from the Flex Tree control</title>
	<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 04 Dec 2008 23:24:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-7783</link>
		<author>peterd</author>
		<pubDate>Fri, 21 Mar 2008 23:41:53 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-7783</guid>
		<description>Sonia,

I'm unable to reproduce the behavior in Flex 2 or Flex 3 using the example above with the following snippet:
&lt;pre class="code"&gt;
&#60;mx:Canvas&#62;
    &#60;mx:Tree id="TreeProject"
            dataProvider="{dp.league}"
            labelField="@label"
            iconField="@icon"
            showRoot="true"
            width="320"
            rowCount="9" /&#62;
&#60;/mx:Canvas&#62;
&lt;/pre&gt;

Does that work for you? If so, how is your code different. If that code doesn't work for you, yikes! Which version of the Flex SDK are you running?

Peter</description>
		<content:encoded><![CDATA[<p>Sonia,</p>
<p>I&#8217;m unable to reproduce the behavior in Flex 2 or Flex 3 using the example above with the following snippet:</p>
<pre class="code">
&lt;mx:Canvas&gt;
    &lt;mx:Tree id="TreeProject"
            dataProvider="{dp.league}"
            labelField="@label"
            iconField="@icon"
            showRoot="true"
            width="320"
            rowCount="9" /&gt;
&lt;/mx:Canvas&gt;
</pre>
<p>Does that work for you? If so, how is your code different. If that code doesn&#8217;t work for you, yikes! Which version of the Flex SDK are you running?</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonia</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-7771</link>
		<author>Sonia</author>
		<pubDate>Fri, 21 Mar 2008 17:56:42 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-7771</guid>
		<description>Thanks for the post.  This is exactly what I needed, but I find that once I put the code into a component (based on Canvas), it stops working (but with no error messages)?   I'm still relatively new to Flex and I'm sure it's something I'm missing.  Is there any reason I can only make this work in the Application wrapper?</description>
		<content:encoded><![CDATA[<p>Thanks for the post.  This is exactly what I needed, but I find that once I put the code into a component (based on Canvas), it stops working (but with no error messages)?   I&#8217;m still relatively new to Flex and I&#8217;m sure it&#8217;s something I&#8217;m missing.  Is there any reason I can only make this work in the Application wrapper?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
