<?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: Using the itemDoubleClick event to open nodes in a Flex Tree control</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/29/using-the-itemdoubleclick-event-to-open-nodes-in-a-flex-tree-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/29/using-the-itemdoubleclick-event-to-open-nodes-in-a-flex-tree-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Moyeha</title>
		<link>http://blog.flexexamples.com/2007/11/29/using-the-itemdoubleclick-event-to-open-nodes-in-a-flex-tree-control/comment-page-1/#comment-6903</link>
		<dc:creator>Moyeha</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/29/using-the-itemdoubleclick-event-to-open-nodes-in-a-flex-tree-control/#comment-6903</guid>
		<description>itemDoubleClick event doesn&#039;t work in firefox 3,6 Mac 10,5,8</description>
		<content:encoded><![CDATA[<p>itemDoubleClick event doesn&#8217;t work in firefox 3,6 Mac 10,5,8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/11/29/using-the-itemdoubleclick-event-to-open-nodes-in-a-flex-tree-control/comment-page-1/#comment-2034</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 06 Dec 2007 16:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/29/using-the-itemdoubleclick-event-to-open-nodes-in-a-flex-tree-control/#comment-2034</guid>
		<description>razor7,

Try passing a third parameter to the &lt;code&gt;expandItem()&lt;/code&gt; method and setting it to true, like this:

&lt;pre class=&quot;code&quot;&gt;
arbolCategorias.expandItem(node, !isOpen, true);
&lt;/pre&gt;

For more information on the &lt;code&gt;expandItem()&lt;/code&gt; method, see the &lt;a href=&quot;http://livedocs.adobe.com/labs/flex3/langref/mx/controls/Tree.html#expandItem()&quot; rel=&quot;nofollow&quot;&gt;Tree.expandItem()  documentation for Flex 3 beta&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>razor7,</p>
<p>Try passing a third parameter to the <code>expandItem()</code> method and setting it to true, like this:</p>
<pre class="code">
arbolCategorias.expandItem(node, !isOpen, true);
</pre>
<p>For more information on the <code>expandItem()</code> method, see the <a href="http://livedocs.adobe.com/labs/flex3/langref/mx/controls/Tree.html#expandItem()" rel="nofollow">Tree.expandItem()  documentation for Flex 3 beta</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: razor7</title>
		<link>http://blog.flexexamples.com/2007/11/29/using-the-itemdoubleclick-event-to-open-nodes-in-a-flex-tree-control/comment-page-1/#comment-2033</link>
		<dc:creator>razor7</dc:creator>
		<pubDate>Thu, 06 Dec 2007 15:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/29/using-the-itemdoubleclick-event-to-open-nodes-in-a-flex-tree-control/#comment-2033</guid>
		<description>Hello, i have this ree component in my app, but if I double click on ot, i loose the easi9ng animation function... Any suggestion?

AS3 function

&lt;pre class=&quot;code&quot;&gt;
private function treeItemClick(event:ListEvent):void {
	var node:XML = arbolCategorias.selectedItem as XML;
	var isOpen:Boolean = arbolCategorias.isItemOpen(node);
	arbolCategorias.expandItem(node, !isOpen);
}
&lt;/pre&gt;

Thanks in advise</description>
		<content:encoded><![CDATA[<p>Hello, i have this ree component in my app, but if I double click on ot, i loose the easi9ng animation function&#8230; Any suggestion?</p>
<p>AS3 function</p>
<pre class="code">
private function treeItemClick(event:ListEvent):void {
	var node:XML = arbolCategorias.selectedItem as XML;
	var isOpen:Boolean = arbolCategorias.isItemOpen(node);
	arbolCategorias.expandItem(node, !isOpen);
}
</pre>
<p>Thanks in advise</p>
]]></content:encoded>
	</item>
</channel>
</rss>

