<?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: Detecting when the Flex PopUpButton control is opened or closed</title>
	<atom:link href="http://blog.flexexamples.com/2008/02/18/detecting-when-the-flex-popupbutton-control-is-opened-or-closed/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/02/18/detecting-when-the-flex-popupbutton-control-is-opened-or-closed/</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: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/02/18/detecting-when-the-flex-popupbutton-control-is-opened-or-closed/comment-page-1/#comment-8539</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Tue, 09 Nov 2010 07:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/18/detecting-when-the-flex-popupbutton-control-is-opened-or-closed/#comment-8539</guid>
		<description>@Hatch,

You could try the &lt;code&gt;open()&lt;/code&gt; and &lt;code&gt;close()&lt;/code&gt; methods, as seen in the following snippet:
&lt;pre lang=&quot;mxml&quot; escape=&quot;true&quot;&gt;
&lt;mx:Button mouseOver=&quot;popUpButton.open();&quot; mouseOut=&quot;popUpButton.close();&quot; /&gt;
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>@Hatch,</p>
<p>You could try the <code>open()</code> and <code>close()</code> methods, as seen in the following snippet:</p>
<pre lang="mxml" escape="true">
&lt;mx:Button mouseOver="popUpButton.open();" mouseOut="popUpButton.close();" /&gt;
</pre>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hatch</title>
		<link>http://blog.flexexamples.com/2008/02/18/detecting-when-the-flex-popupbutton-control-is-opened-or-closed/comment-page-1/#comment-8538</link>
		<dc:creator>Hatch</dc:creator>
		<pubDate>Tue, 09 Nov 2010 05:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/18/detecting-when-the-flex-popupbutton-control-is-opened-or-closed/#comment-8538</guid>
		<description>Hi Peter - 
Is there anyway to tell an open popUp Button to close (besides clicking outside of it or selecting an item)?

I have a button within the dropdown that when clicked should roll up (close) the popUp button automatically.  Can&#039;t seem to figure it out.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Peter &#8211;<br />
Is there anyway to tell an open popUp Button to close (besides clicking outside of it or selecting an item)?</p>
<p>I have a button within the dropdown that when clicked should roll up (close) the popUp button automatically.  Can&#8217;t seem to figure it out.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vignesh</title>
		<link>http://blog.flexexamples.com/2008/02/18/detecting-when-the-flex-popupbutton-control-is-opened-or-closed/comment-page-1/#comment-7669</link>
		<dc:creator>vignesh</dc:creator>
		<pubDate>Mon, 10 May 2010 09:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/02/18/detecting-when-the-flex-popupbutton-control-is-opened-or-closed/#comment-7669</guid>
		<description>hai... am learning flex for the past one month... i have a problem regarding popup button.... consider i want a popupbutton all thru my columns... iam able to create them.... i used an item renderer which creates popupbutton and included it in advanceddatagridcolumn. but the problem is, when i scroll the window[inside advanceddatagrid] up and down to view all the columns, the popup value selected by me is getting resetted. can anyone please help me??</description>
		<content:encoded><![CDATA[<p>hai&#8230; am learning flex for the past one month&#8230; i have a problem regarding popup button&#8230;. consider i want a popupbutton all thru my columns&#8230; iam able to create them&#8230;. i used an item renderer which creates popupbutton and included it in advanceddatagridcolumn. but the problem is, when i scroll the window[inside advanceddatagrid] up and down to view all the columns, the popup value selected by me is getting resetted. can anyone please help me??</p>
]]></content:encoded>
	</item>
</channel>
</rss>

