<?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: Removing folder icons from the Flex Tree control</title>
	<atom:link href="http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: guest</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-9338</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Mon, 27 Jun 2011 06:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-9338</guid>
		<description>How to set a background color only for the selected node&#039;s label.</description>
		<content:encoded><![CDATA[<p>How to set a background color only for the selected node&#8217;s label.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-9337</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Mon, 27 Jun 2011 06:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-9337</guid>
		<description>How to set a vertical distance between tree header and 1st node of that.</description>
		<content:encoded><![CDATA[<p>How to set a vertical distance between tree header and 1st node of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Chen</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-9179</link>
		<dc:creator>Henry Chen</dc:creator>
		<pubDate>Sat, 30 Apr 2011 19:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-9179</guid>
		<description>MXML tag was left out
    
    folderClosedIcon=&quot;{null}&quot; 
    folderOpenIcon=&quot;{null}&quot; 
    defaultLeafIcon=&quot;{null}&quot;</description>
		<content:encoded><![CDATA[<p>MXML tag was left out</p>
<p>    folderClosedIcon=&#8221;{null}&#8221;<br />
    folderOpenIcon=&#8221;{null}&#8221;<br />
    defaultLeafIcon=&#8221;{null}&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Chen</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-9178</link>
		<dc:creator>Henry Chen</dc:creator>
		<pubDate>Sat, 30 Apr 2011 19:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-9178</guid>
		<description>Alternate way is to set property in Tree tag directly



You could use same way to set icon to something else as well.</description>
		<content:encoded><![CDATA[<p>Alternate way is to set property in Tree tag directly</p>
<p>You could use same way to set icon to something else as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-9067</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Fri, 18 Mar 2011 01:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-9067</guid>
		<description>for leaf use:
defaultLeafIcon: ClassReference(null);</description>
		<content:encoded><![CDATA[<p>for leaf use:<br />
defaultLeafIcon: ClassReference(null);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Kingry</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-6153</link>
		<dc:creator>Joseph Kingry</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-6153</guid>
		<description>Failed on my commenting markup. Setting within the MXML folderOpenIcon=&quot;{null}&quot; also seems to work.</description>
		<content:encoded><![CDATA[<p>Failed on my commenting markup. Setting within the MXML folderOpenIcon=&#8221;{null}&#8221; also seems to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Kingry</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-6152</link>
		<dc:creator>Joseph Kingry</dc:creator>
		<pubDate>Thu, 29 Oct 2009 16:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-6152</guid>
		<description>This also seems to work:

    </description>
		<content:encoded><![CDATA[<p>This also seems to work:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohan</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-4320</link>
		<dc:creator>mohan</dc:creator>
		<pubDate>Thu, 02 Jul 2009 06:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-4320</guid>
		<description>How set font only label and increase the the label height when the tree is collapsed?
could any help ?, it is urgent.

Thnaks
Mohan</description>
		<content:encoded><![CDATA[<p>How set font only label and increase the the label height when the tree is collapsed?<br />
could any help ?, it is urgent.</p>
<p>Thnaks<br />
Mohan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CipriB</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-2366</link>
		<dc:creator>CipriB</dc:creator>
		<pubDate>Wed, 25 Feb 2009 22:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-2366</guid>
		<description>You need to set width and height to the Canvas, otherwise you cannot see anything.
So, you should have something as follows:

&lt;mx:Canvas width=&quot;100%&quot; height=&quot;100%&quot;&gt; // numbers or percents
    &lt;mx:Tree id=&quot;TreeProject&quot;
            dataProvider=&quot;{dp.league}&quot;
            labelField=&quot;@label&quot;
            iconField=&quot;@icon&quot;
            showRoot=&quot;true&quot;
            width=&quot;320&quot;
            rowCount=&quot;9&quot; /&gt;
&lt;/mx:Canvas&gt;</description>
		<content:encoded><![CDATA[<p>You need to set width and height to the Canvas, otherwise you cannot see anything.<br />
So, you should have something as follows:</p>
<p>&lt;mx:Canvas width=&#8221;100%&#8221; height=&#8221;100%&#8221;&gt; // numbers or percents<br />
    &lt;mx:Tree id=&#8221;TreeProject&#8221;<br />
            dataProvider=&#8221;{dp.league}&#8221;<br />
            labelField=&#8221;@label&#8221;<br />
            iconField=&#8221;@icon&#8221;<br />
            showRoot=&#8221;true&#8221;<br />
            width=&#8221;320&#8243;<br />
            rowCount=&#8221;9&#8243; /&gt;<br />
&lt;/mx:Canvas&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CipriB</title>
		<link>http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/comment-page-1/#comment-2365</link>
		<dc:creator>CipriB</dc:creator>
		<pubDate>Wed, 25 Feb 2009 22:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/01/25/removing-folder-icons-from-the-flex-tree-control/#comment-2365</guid>
		<description>You need to set width and height to the Canvas, otherwise you cannot see anything.
So, you should have something as follows:

 // or width=&quot;100%&quot; and height=&quot;100%&quot;</description>
		<content:encoded><![CDATA[<p>You need to set width and height to the Canvas, otherwise you cannot see anything.<br />
So, you should have something as follows:</p>
<p> // or width=&#8221;100%&#8221; and height=&#8221;100%&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

