<?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: Customizing folder and leaf icons in the Flex Tree control using the folderOpenIcon, folderClosedIcon, and defaultLeafIcon styles</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chikka nithin</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-9322</link>
		<dc:creator>chikka nithin</dc:creator>
		<pubDate>Tue, 21 Jun 2011 04:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-9322</guid>
		<description>hi friend am using flex 4.0 version. i need code to customize folder icons in tree. instead of folder sysmbol i need &quot;+&quot; symbol in that. such that wen i press on + symbol it should display inner nodes. hope u do need thank you.</description>
		<content:encoded><![CDATA[<p>hi friend am using flex 4.0 version. i need code to customize folder icons in tree. instead of folder sysmbol i need &#8220;+&#8221; symbol in that. such that wen i press on + symbol it should display inner nodes. hope u do need thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-9215</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Thu, 12 May 2011 09:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-9215</guid>
		<description>HElp HElp Help !!!

Can anyone knows how to add an image at the last of lable in a flex tree leaf...i.e. i want to add icon on right side of label in a tree...???</description>
		<content:encoded><![CDATA[<p>HElp HElp Help !!!</p>
<p>Can anyone knows how to add an image at the last of lable in a flex tree leaf&#8230;i.e. i want to add icon on right side of label in a tree&#8230;???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billion</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-8543</link>
		<dc:creator>Billion</dc:creator>
		<pubDate>Tue, 09 Nov 2010 21:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-8543</guid>
		<description>Thanks for an example! very usefull! but i have some question about default folder icons:

i load all data for a tree from XML and folders icons too. but if there is no icon parameter in XML, i have error:

private function setIcons(item:Object):Class {
				var iconClass:Class;
				var classType:String = tree.selectedItem.@foldicon;
				if(classType!=&quot;&quot;)
					return this[classType];
				else
					return // HERE i should insert some code with default folder&#039;s icons. any ideas? paint? :)
;
			}</description>
		<content:encoded><![CDATA[<p>Thanks for an example! very usefull! but i have some question about default folder icons:</p>
<p>i load all data for a tree from XML and folders icons too. but if there is no icon parameter in XML, i have error:</p>
<p>private function setIcons(item:Object):Class {<br />
				var iconClass:Class;<br />
				var classType:String = tree.selectedItem.@foldicon;<br />
				if(classType!=&#8221;")<br />
					return this[classType];<br />
				else<br />
					return // HERE i should insert some code with default folder&#8217;s icons. any ideas? paint? :)<br />
;<br />
			}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-6347</link>
		<dc:creator>Jakub</dc:creator>
		<pubDate>Fri, 13 Nov 2009 11:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-6347</guid>
		<description>Hallo,

I use setIcons function by Elizabeth Lyen,
but I have problem when I use Flex 4.0 SDK.
When I use Flex 3 SDK, there is no problem.
But I have to use Flex 4.0 SDK.

Can you help me how to solve this problem?


Thanks,
Jakub</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>I use setIcons function by Elizabeth Lyen,<br />
but I have problem when I use Flex 4.0 SDK.<br />
When I use Flex 3 SDK, there is no problem.<br />
But I have to use Flex 4.0 SDK.</p>
<p>Can you help me how to solve this problem?</p>
<p>Thanks,<br />
Jakub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-6117</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Sat, 24 Oct 2009 12:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-6117</guid>
		<description>&lt;strong&gt;
hello friend i wan to tree lok for my website . and i want to display full folder and files from my domain like 
public_html
..
.
..
.
..
.index.php
etc...
ok so if you know then please send me on my email id &quot;rakesh.guest@gmail.com&quot;  
 
 
thanks..&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong><br />
hello friend i wan to tree lok for my website . and i want to display full folder and files from my domain like<br />
public_html<br />
..<br />
.<br />
..<br />
.<br />
..<br />
.index.php<br />
etc&#8230;<br />
ok so if you know then please send me on my email id &#8220;rakesh.guest@gmail.com&#8221;  </p>
<p>thanks..</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-6116</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Sat, 24 Oct 2009 12:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-6116</guid>
		<description>&lt;pre lang=&quot;mxml&quot;&gt;

hello friend i wan to tree lok for my website . and i want to display full folder and files from my domain like 
public_html
..
.
..
.
..
.index.php
etc...
ok so if you know then please send me on my email id &quot;rakesh.guest@gmail.com&quot;  


thanks..

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[
<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;">&nbsp;
hello friend i wan to tree lok for my website . and i want to display full folder and files from my domain like 
public_html
..
.
..
.
..
.index.php
etc...
ok so if you know then please send me on my email id &quot;rakesh.guest@gmail.com&quot;  
&nbsp;
&nbsp;
thanks..</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: restrict leafs</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-1875</link>
		<dc:creator>restrict leafs</dc:creator>
		<pubDate>Wed, 13 May 2009 11:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-1875</guid>
		<description>hoe to restrict the leafs of a tree to 5 if there are 20 leafs and remaining by scrolling</description>
		<content:encoded><![CDATA[<p>hoe to restrict the leafs of a tree to 5 if there are 20 leafs and remaining by scrolling</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: restrict leafs</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-1874</link>
		<dc:creator>restrict leafs</dc:creator>
		<pubDate>Wed, 13 May 2009 11:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-1874</guid>
		<description>how to restrict the leafs of a tree to 5 if there are 20 leafs</description>
		<content:encoded><![CDATA[<p>how to restrict the leafs of a tree to 5 if there are 20 leafs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mosima</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-1872</link>
		<dc:creator>Mosima</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-1872</guid>
		<description>How can I change the image of a Root folder If the leaf/Children is not fine.</description>
		<content:encoded><![CDATA[<p>How can I change the image of a Root folder If the leaf/Children is not fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan K</title>
		<link>http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/comment-page-1/#comment-1873</link>
		<dc:creator>Ethan K</dc:creator>
		<pubDate>Thu, 14 Aug 2008 17:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/14/customizing-folder-and-leaf-icons-in-the-flex-tree-control-using-the-folderopenicon-folderclosedicon-and-defaultleaficon-styles/#comment-1873</guid>
		<description>Trying to implement the different methods of choosing a custom icon in a tree control, and regardless of whether I browse using the design view/properties, type the &quot;@Embed(source=&#039;...&#039;)&quot; into the tag, or set up a class in actionscript, I get this error at compile time:

Unable to resolve &#039;file:///C&#124;/ColdFusion8/wwwroot/images/nav_icon.gif&#039; for transcoding
Unable to transcode file:///C&#124;/ColdFusion8/wwwroot/images/nav_icon.gif.

what am I missing?</description>
		<content:encoded><![CDATA[<p>Trying to implement the different methods of choosing a custom icon in a tree control, and regardless of whether I browse using the design view/properties, type the &#8220;@Embed(source=&#8217;&#8230;&#8217;)&#8221; into the tag, or set up a class in actionscript, I get this error at compile time:</p>
<p>Unable to resolve &#8216;file:///C|/ColdFusion8/wwwroot/images/nav_icon.gif&#8217; for transcoding<br />
Unable to transcode file:///C|/ColdFusion8/wwwroot/images/nav_icon.gif.</p>
<p>what am I missing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

