<?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: How to combine the power of a Flex Tree control within a ComboBox</title>
	<atom:link href="http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/</link>
	<description>A blog on Flex, ActionScript, RIAs and related open source technologies</description>
	<lastBuildDate>Fri, 27 Nov 2009 14:35:01 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gtbus</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-70</link>
		<dc:creator>gtbus</dc:creator>
		<pubDate>Fri, 27 Nov 2009 14:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-70</guid>
		<description>Hi Alessandro, you are an exemplary coder.  Kudos to you, and thanks again.
Sincerely, Alejandro - gtbus</description>
		<content:encoded><![CDATA[<p>Hi Alessandro, you are an exemplary coder.  Kudos to you, and thanks again.<br />
Sincerely, Alejandro &#8211; gtbus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Ronchi</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-69</link>
		<dc:creator>Alessandro Ronchi</dc:creator>
		<pubDate>Fri, 27 Nov 2009 11:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-69</guid>
		<description>Hi gtbus,

unless otherwise specified (for example, fxDao is licensed under GPL2) you can consider all the source code published here license free.

Sincerely, Alessandro</description>
		<content:encoded><![CDATA[<p>Hi gtbus,</p>
<p>unless otherwise specified (for example, fxDao is licensed under GPL2) you can consider all the source code published here license free.</p>
<p>Sincerely, Alessandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gtbus</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-68</link>
		<dc:creator>gtbus</dc:creator>
		<pubDate>Thu, 26 Nov 2009 20:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-68</guid>
		<description>Thanks for sharing this great component!  Under what kind of license is this released?
cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this great component!  Under what kind of license is this released?<br />
cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vamsi</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-63</link>
		<dc:creator>Vamsi</dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-63</guid>
		<description>Hi  Alessandro,

Thanks for your reply. I have tried it out and  had no luck. It got worst a bit with this override function, the event is dispatched only once.


Thanks,
Vamsi.Nagavalli</description>
		<content:encoded><![CDATA[<p>Hi  Alessandro,</p>
<p>Thanks for your reply. I have tried it out and  had no luck. It got worst a bit with this override function, the event is dispatched only once.</p>
<p>Thanks,<br />
Vamsi.Nagavalli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Ronchi</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-62</link>
		<dc:creator>Alessandro Ronchi</dc:creator>
		<pubDate>Thu, 01 Oct 2009 07:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-62</guid>
		<description>Hi Vamsi,
I apologize because I didn&#039;t answer you before, I&#039;m really overwhelmed by work.
Anyway, try to change the overridden method this way and tell me if it works better:
&lt;pre lang=&quot;actionscript3&quot; line=&quot;1&quot;&gt;
override public function get selectedItem():Object {
  return treeSelectedItem;
}
&lt;/pre&gt;
Regards, Alessandro</description>
		<content:encoded><![CDATA[<p>Hi Vamsi,<br />
I apologize because I didn&#8217;t answer you before, I&#8217;m really overwhelmed by work.<br />
Anyway, try to change the overridden method this way and tell me if it works better:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="actionscript3" style="font-family:monospace;">override <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #339966; font-weight: bold;">function</span> <span style="color: #0033ff; font-weight: bold;">get</span> selectedItem<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">Object</span> <span style="color: #000000;">&#123;</span>
  <span style="color: #0033ff; font-weight: bold;">return</span> treeSelectedItem;
<span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

<p>Regards, Alessandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vamsi</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-60</link>
		<dc:creator>Vamsi</dc:creator>
		<pubDate>Wed, 23 Sep 2009 20:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-60</guid>
		<description>Hi  Alessandro,

Thanks for the components.

As directed in your comment I have over written the get selecteditem  in treecombobox.as. 

Sometimes the event is not getting dispatched. Can you please help me out..

Please find my code  below.
Thanks,
Vamsi.

private var _dropdown:ListBase;
		override public function get selectedItem():Object
        {
            var item:Object = null;
         
            
            if(dropdown &amp;&amp; dropdown == _dropdown){
                item = selectedItem;
                treeSelectedItem = item;
            }else{
                item = treeSelectedItem;
                
            }
            
            return item;
        }</description>
		<content:encoded><![CDATA[<p>Hi  Alessandro,</p>
<p>Thanks for the components.</p>
<p>As directed in your comment I have over written the get selecteditem  in treecombobox.as. </p>
<p>Sometimes the event is not getting dispatched. Can you please help me out..</p>
<p>Please find my code  below.<br />
Thanks,<br />
Vamsi.</p>
<p>private var _dropdown:ListBase;<br />
		override public function get selectedItem():Object<br />
        {<br />
            var item:Object = null;</p>
<p>            if(dropdown &amp;&amp; dropdown == _dropdown){<br />
                item = selectedItem;<br />
                treeSelectedItem = item;<br />
            }else{<br />
                item = treeSelectedItem;</p>
<p>            }</p>
<p>            return item;<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Ronchi</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-49</link>
		<dc:creator>Alessandro Ronchi</dc:creator>
		<pubDate>Mon, 24 Aug 2009 07:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-49</guid>
		<description>Hi popov,
I didn&#039;t experience any problem since now, the component is in a production environment. Anyway I will take a closer look at it.
Thank you, Alessandro</description>
		<content:encoded><![CDATA[<p>Hi popov,<br />
I didn&#8217;t experience any problem since now, the component is in a production environment. Anyway I will take a closer look at it.<br />
Thank you, Alessandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: popov</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-48</link>
		<dc:creator>popov</dc:creator>
		<pubDate>Sun, 23 Aug 2009 17:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-48</guid>
		<description>Hi !

Is there any known problem with the dispatching of change and close events ? some time the events never dispatched in my case</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>Is there any known problem with the dispatching of change and close events ? some time the events never dispatched in my case</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: popov</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-45</link>
		<dc:creator>popov</dc:creator>
		<pubDate>Mon, 17 Aug 2009 12:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-45</guid>
		<description>oups it&#039;s not possible, i mistake myself :}</description>
		<content:encoded><![CDATA[<p>oups it&#8217;s not possible, i mistake myself :}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: popov</title>
		<link>http://www.myflexiblelife.com/2009/07/22/how-to-combine-the-power-of-a-flex-tree-control-within-a-combobox/comment-page-1/#comment-44</link>
		<dc:creator>popov</dc:creator>
		<pubDate>Mon, 17 Aug 2009 12:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=105#comment-44</guid>
		<description>hi Alessandro !  Pleased to meet you.
You&#039;re wright, i&#039;ve done so.
Today i&#039;m searching for a possibility of making a multiple node selection ...</description>
		<content:encoded><![CDATA[<p>hi Alessandro !  Pleased to meet you.<br />
You&#8217;re wright, i&#8217;ve done so.<br />
Today i&#8217;m searching for a possibility of making a multiple node selection &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
