<?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: [Flex] Custom treeicons without embedding them</title>
	<atom:link href="http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Dec 2011 02:49:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ryzz</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5666</link>
		<dc:creator>Ryzz</dc:creator>
		<pubDate>Fri, 30 Apr 2010 15:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5666</guid>
		<description>This really helped.  Thank you!</description>
		<content:encoded><![CDATA[<p>This really helped.  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pacory</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5665</link>
		<dc:creator>pacory</dc:creator>
		<pubDate>Thu, 21 Aug 2008 06:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5665</guid>
		<description>Just for help,
this is the solution : http://blog.benstucki.net/?p=42</description>
		<content:encoded><![CDATA[<p>Just for help,<br />
this is the solution : <a href="http://blog.benstucki.net/?p=42" rel="nofollow">http://blog.benstucki.net/?p=42</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyrone</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5664</link>
		<dc:creator>Tyrone</dc:creator>
		<pubDate>Wed, 20 Feb 2008 14:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5664</guid>
		<description>This article really helped, Thanks mate</description>
		<content:encoded><![CDATA[<p>This article really helped, Thanks mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsr</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5663</link>
		<dc:creator>rsr</dc:creator>
		<pubDate>Thu, 14 Jun 2007 12:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5663</guid>
		<description>In case anyone else wants to know, I ended up having to dispatch an event and just catch it in my as file.  Thanks for your help here!</description>
		<content:encoded><![CDATA[<p>In case anyone else wants to know, I ended up having to dispatch an event and just catch it in my as file.  Thanks for your help here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsr</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5662</link>
		<dc:creator>rsr</dc:creator>
		<pubDate>Mon, 11 Jun 2007 12:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5662</guid>
		<description>Hmm ... Almost there!  But all of the code I want to call is in an as file, not the mxml where the tree is intially defined.  Is there a way to call functions in that as file, or do I have to move the function I want to call?</description>
		<content:encoded><![CDATA[<p>Hmm &#8230; Almost there!  But all of the code I want to call is in an as file, not the mxml where the tree is intially defined.  Is there a way to call functions in that as file, or do I have to move the function I want to call?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ids</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5661</link>
		<dc:creator>Ids</dc:creator>
		<pubDate>Thu, 07 Jun 2007 14:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5661</guid>
		<description>Replace the &#039;Alert.show(&quot;CLICK&quot;)&#039; with this.parentDocument.FUNCTIONNAME() and you&#039;re good to go! The function FUNCTIONNAME should be in the mxml where you place the tree.</description>
		<content:encoded><![CDATA[<p>Replace the &#8216;Alert.show(&#8220;CLICK&#8221;)&#8217; with this.parentDocument.FUNCTIONNAME() and you&#8217;re good to go! The function FUNCTIONNAME should be in the mxml where you place the tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rsr</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5660</link>
		<dc:creator>rsr</dc:creator>
		<pubDate>Thu, 07 Jun 2007 13:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5660</guid>
		<description>Yes, how do you call a function outside the renderer?</description>
		<content:encoded><![CDATA[<p>Yes, how do you call a function outside the renderer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ids</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5659</link>
		<dc:creator>Ids</dc:creator>
		<pubDate>Tue, 05 Jun 2007 11:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5659</guid>
		<description>Hmm... I just added
&lt;code&gt;this.img.addEventListener(MouseEvent.CLICK, this.clickEv);&lt;/code&gt;
at line 36 (just after setting the source), and added the clickEv function like this:
&lt;code&gt;private function clickEv(event:Event):void {
	Alert.show(&quot;CLICK&quot;);
}&lt;/code&gt;
When I click the image it shows me the alert. Or do you want to call a function outside the renderer?</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; I just added<br />
<code>this.img.addEventListener(MouseEvent.CLICK, this.clickEv);</code><br />
at line 36 (just after setting the source), and added the clickEv function like this:<br />
<code>private function clickEv(event:Event):void {<br />
	Alert.show("CLICK");<br />
}</code><br />
When I click the image it shows me the alert. Or do you want to call a function outside the renderer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Czar</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5658</link>
		<dc:creator>Czar</dc:creator>
		<pubDate>Tue, 05 Jun 2007 08:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5658</guid>
		<description>Hi!
using your code I managed to add another image (delete icon) at the end of the &quot;row&quot;, e.g. after the text.

but I can&#039;t get it to listen to click events and then call a function in my parentDocument.


Can you help me?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
using your code I managed to add another image (delete icon) at the end of the &#8220;row&#8221;, e.g. after the text.</p>
<p>but I can&#8217;t get it to listen to click events and then call a function in my parentDocument.</p>
<p>Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ids</title>
		<link>http://labs.flexperiments.nl/flex-custom-treeicons-without-embedding-them/comment-page-1/#comment-5657</link>
		<dc:creator>Ids</dc:creator>
		<pubDate>Thu, 31 May 2007 06:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.idsklijnsma.nl/?p=10#comment-5657</guid>
		<description>&lt;p&gt;You just set&lt;/p&gt;
&lt;code&gt;&lt;mx:Tree
   itemrenderer=&quot;nl.ik.renderer.TreeitemRenderer&quot; /&gt;&lt;/code&gt;
&lt;p&gt;That&#039;s all. It should do the trick.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You just set</p>
<p><code>&lt;mx:Tree<br />
   itemrenderer="nl.ik.renderer.TreeitemRenderer" /&gt;</code></p>
<p>That&#8217;s all. It should do the trick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

