<?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: Displaying a Tree control as a pop up for a Flex PopUpButton control</title>
	<atom:link href="http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-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: riavietnam</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-8098</link>
		<dc:creator>riavietnam</dc:creator>
		<pubDate>Mon, 12 Jul 2010 17:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-8098</guid>
		<description>Hi all, when I apply this as an AIR application, the process is still working but the effect is lost. I mean the effect at opening/closing popupbutton or selecting a item in the tree. 

I do not know why there is a difference between Web application with AIR WindowedApplication

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi all, when I apply this as an AIR application, the process is still working but the effect is lost. I mean the effect at opening/closing popupbutton or selecting a item in the tree. </p>
<p>I do not know why there is a difference between Web application with AIR WindowedApplication</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-7602</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Wed, 28 Apr 2010 14:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-7602</guid>
		<description>I am getting an error message on the &lt;mx:popUp&gt; component.  It says &quot;could not resolve &lt;mx:popUp&gt; to a component implemenation.  I am using Flex Builder 3 and sdk 3.5.  Any ideas?

Casey</description>
		<content:encoded><![CDATA[<p>I am getting an error message on the &lt;mx:popUp&gt; component.  It says &#8220;could not resolve &lt;mx:popUp&gt; to a component implemenation.  I am using Flex Builder 3 and sdk 3.5.  Any ideas?</p>
<p>Casey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dinukx</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-5851</link>
		<dc:creator>dinukx</dc:creator>
		<pubDate>Thu, 24 Sep 2009 05:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-5851</guid>
		<description>Great stuff dude....
hatz off...
you just save a day...
cheers ...
hoping to see more</description>
		<content:encoded><![CDATA[<p>Great stuff dude&#8230;.<br />
hatz off&#8230;<br />
you just save a day&#8230;<br />
cheers &#8230;<br />
hoping to see more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-2625</link>
		<dc:creator>Ash</dc:creator>
		<pubDate>Tue, 29 Jul 2008 16:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-2625</guid>
		<description>To answer schoty and guillaume.jt question about stopping the default close action of the popup you must listen for the ITEM_CLICK event of your popup List or Tree and call event.stopImmediatePropagation() in your event handler.</description>
		<content:encoded><![CDATA[<p>To answer schoty and guillaume.jt question about stopping the default close action of the popup you must listen for the ITEM_CLICK event of your popup List or Tree and call event.stopImmediatePropagation() in your event handler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scuba</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-2624</link>
		<dc:creator>Scuba</dc:creator>
		<pubDate>Fri, 25 Jul 2008 15:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-2624</guid>
		<description>Vackar, thanks for sharing the link.</description>
		<content:encoded><![CDATA[<p>Vackar, thanks for sharing the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vackar</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-2622</link>
		<dc:creator>Vackar</dc:creator>
		<pubDate>Fri, 25 Apr 2008 14:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-2622</guid>
		<description>OK, if anyone else has the above problem see: http://tech.groups.yahoo.com/group/flexcoders/message/99105</description>
		<content:encoded><![CDATA[<p>OK, if anyone else has the above problem see: <a href="http://tech.groups.yahoo.com/group/flexcoders/message/99105" rel="nofollow">http://tech.groups.yahoo.com/group/flexcoders/message/99105</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vackar</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-2623</link>
		<dc:creator>Vackar</dc:creator>
		<pubDate>Fri, 25 Apr 2008 12:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-2623</guid>
		<description>Hi,

First of all thanks for the example, it&#039;s great.

Got a quick question for you. I have an app with some states (x,y), and the control is rendered in stateY. It works when I change from state X to state Y the first time, but when I switch from state X to state Y after that the popup doesn&#039;t work.

Any idea why?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First of all thanks for the example, it&#8217;s great.</p>
<p>Got a quick question for you. I have an app with some states (x,y), and the control is rendered in stateY. It works when I change from state X to state Y the first time, but when I switch from state X to state Y after that the popup doesn&#8217;t work.</p>
<p>Any idea why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaume.jt</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-2620</link>
		<dc:creator>guillaume.jt</dc:creator>
		<pubDate>Tue, 11 Mar 2008 21:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-2620</guid>
		<description>hi !
Very good, so how can we stop the event for no close the layer when we clik or select an item in datagrid or list in the layer and close layer with an RollOut or Click_Over layer ???
thank&#039;s

Guillaume</description>
		<content:encoded><![CDATA[<p>hi !<br />
Very good, so how can we stop the event for no close the layer when we clik or select an item in datagrid or list in the layer and close layer with an RollOut or Click_Over layer ???<br />
thank&#8217;s</p>
<p>Guillaume</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: schoty</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-2619</link>
		<dc:creator>schoty</dc:creator>
		<pubDate>Wed, 05 Mar 2008 22:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-2619</guid>
		<description>Is there a way to stop the popup button&#039;s default behavior when selecting a branch in the tree?

For example:

I want to click on the name of a branch item and have it open the branch but NOT close the popup. Currently any time you select an item from the tree view it closes the popup.

I have tired stopping the default behavior for various events but can&#039;t seem to stop it from closing.</description>
		<content:encoded><![CDATA[<p>Is there a way to stop the popup button&#8217;s default behavior when selecting a branch in the tree?</p>
<p>For example:</p>
<p>I want to click on the name of a branch item and have it open the branch but NOT close the popup. Currently any time you select an item from the tree view it closes the popup.</p>
<p>I have tired stopping the default behavior for various events but can&#8217;t seem to stop it from closing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/comment-page-1/#comment-2618</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Tue, 26 Feb 2008 21:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-2618</guid>
		<description>Gustavo,

As far as I know (but there may be exceptions that I&#039;m not aware of yet).
For another example, see &lt;a href=&quot;http://blog.flexexamples.com/2008/02/01/using-a-datagrid-control-as-a-pop-up-in-the-flex-popupbutton-control/&quot; rel=&quot;nofollow&quot;&gt;&quot;Using a DataGrid control as a pop up in the Flex PopUpButton control&quot;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>Gustavo,</p>
<p>As far as I know (but there may be exceptions that I&#8217;m not aware of yet).<br />
For another example, see <a href="http://blog.flexexamples.com/2008/02/01/using-a-datagrid-control-as-a-pop-up-in-the-flex-popupbutton-control/" rel="nofollow">&#8220;Using a DataGrid control as a pop up in the Flex PopUpButton control&#8221;</a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

