<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Displaying a Tree control as a pop up for a Flex PopUpButton control</title>
	<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 02:03:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<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-14391</link>
		<author>Ash</author>
		<pubDate>Tue, 29 Jul 2008 16:33:30 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-14391</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-14343</link>
		<author>Scuba</author>
		<pubDate>Fri, 25 Jul 2008 15:17:59 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-14343</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-12288</link>
		<author>Vackar</author>
		<pubDate>Fri, 25 Apr 2008 14:21:37 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-12288</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-12286</link>
		<author>Vackar</author>
		<pubDate>Fri, 25 Apr 2008 12:55:11 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-12286</guid>
		<description>Hi,

First of all thanks for the example, it'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'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-7510</link>
		<author>guillaume.jt</author>
		<pubDate>Tue, 11 Mar 2008 21:49:34 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-7510</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'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-7365</link>
		<author>schoty</author>
		<pubDate>Wed, 05 Mar 2008 22:36:04 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-7365</guid>
		<description>Is there a way to stop the popup button'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'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-7190</link>
		<author>peterd</author>
		<pubDate>Tue, 26 Feb 2008 21:41:56 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-7190</guid>
		<description>Gustavo,

As far as I know (but there may be exceptions that I'm not aware of yet).
For another example, see &lt;a href="http://blog.flexexamples.com/2008/02/01/using-a-datagrid-control-as-a-pop-up-in-the-flex-popupbutton-control/" rel="nofollow"&gt;"Using a DataGrid control as a pop up in the Flex PopUpButton control"&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>
	<item>
		<title>By: Gustavo</title>
		<link>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-7189</link>
		<author>Gustavo</author>
		<pubDate>Tue, 26 Feb 2008 21:14:27 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/02/26/displaying-a-tree-control-as-a-pop-up-for-a-flex-popupbutton-control/#comment-7189</guid>
		<description>Hi,

You mean that we can put anything we want inside a PopUpButton?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You mean that we can put anything we want inside a PopUpButton?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
