<?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: Creating a pop up TitleWindow using the PopUpButton control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vijay Anand Mareddy</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-6309</link>
		<dc:creator>Vijay Anand Mareddy</dc:creator>
		<pubDate>Mon, 09 Nov 2009 22:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-6309</guid>
		<description>Daniel ,  focusEnabled=false will solve your problem

</description>
		<content:encoded><![CDATA[<p>Daniel ,  focusEnabled=false will solve your problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Anand Mareddy</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-6308</link>
		<dc:creator>Vijay Anand Mareddy</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-6308</guid>
		<description>Peter D, Where is the delete comment button?</description>
		<content:encoded><![CDATA[<p>Peter D, Where is the delete comment button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Anand Mareddy</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-6307</link>
		<dc:creator>Vijay Anand Mareddy</dc:creator>
		<pubDate>Mon, 09 Nov 2009 19:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-6307</guid>
		<description>Ian,
 The easiest way i could think of is to override the close function of PopUpButton and use a boolean flag to actually close at your beck and call vis-a-vis when u click on the close button instead of focusOut.

override public function close():void {
        if(flag == true){ super.close();}
}</description>
		<content:encoded><![CDATA[<p>Ian,<br />
 The easiest way i could think of is to override the close function of PopUpButton and use a boolean flag to actually close at your beck and call vis-a-vis when u click on the close button instead of focusOut.</p>
<p>override public function close():void {<br />
        if(flag == true){ super.close();}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Anand Mareddy</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-6306</link>
		<dc:creator>Vijay Anand Mareddy</dc:creator>
		<pubDate>Mon, 09 Nov 2009 19:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-6306</guid>
		<description>Matthew,  The easiest way i could think of  is to override the close function of PopUpButton and use a boolean flag to actually close at your beck and call vis-a-vis when u click on the close button instead of focusOut.

 override public function close():void {
      if(flag == true){ super.close();}
}</description>
		<content:encoded><![CDATA[<p>Matthew,  The easiest way i could think of  is to override the close function of PopUpButton and use a boolean flag to actually close at your beck and call vis-a-vis when u click on the close button instead of focusOut.</p>
<p> override public function close():void {<br />
      if(flag == true){ super.close();}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew C</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-3091</link>
		<dc:creator>Matthew C</dc:creator>
		<pubDate>Mon, 08 Jun 2009 13:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-3091</guid>
		<description>Has anyone figured out a method for making the popupbutton titlewindow modal?</description>
		<content:encoded><![CDATA[<p>Has anyone figured out a method for making the popupbutton titlewindow modal?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-3092</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Sat, 06 Jun 2009 15:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-3092</guid>
		<description>To everyone who is having trouble with the popup button not working after changing states:  Download the 3.2 (or greater) SDK or update for flex builder and your problem will be fixed.
You can grab the FlexBuilder updater here:
http://www.adobe.com/support/flex/downloads_updaters.html#flex3
Or just the SDK here:
http://opensource.adobe.com/wiki/display/flexsdk/Downloads</description>
		<content:encoded><![CDATA[<p>To everyone who is having trouble with the popup button not working after changing states:  Download the 3.2 (or greater) SDK or update for flex builder and your problem will be fixed.<br />
You can grab the FlexBuilder updater here:<br />
<a href="http://www.adobe.com/support/flex/downloads_updaters.html#flex3" rel="nofollow">http://www.adobe.com/support/flex/downloads_updaters.html#flex3</a><br />
Or just the SDK here:<br />
<a href="http://opensource.adobe.com/wiki/display/flexsdk/Downloads" rel="nofollow">http://opensource.adobe.com/wiki/display/flexsdk/Downloads</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-3090</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 30 Mar 2009 20:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-3090</guid>
		<description>When you first load, and hit the popupbutton and check off Select All, it closes the popup...then when you expand it again, it works fine.

Seems like the first time Select All is checked, it doesn&#039;t work and just closes the popup.

Any thoughts?

Thanks!</description>
		<content:encoded><![CDATA[<p>When you first load, and hit the popupbutton and check off Select All, it closes the popup&#8230;then when you expand it again, it works fine.</p>
<p>Seems like the first time Select All is checked, it doesn&#8217;t work and just closes the popup.</p>
<p>Any thoughts?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-3096</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 05 Mar 2009 20:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-3096</guid>
		<description>Is it possible to make the popped out TitleWindow modal ?</description>
		<content:encoded><![CDATA[<p>Is it possible to make the popped out TitleWindow modal ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhilash</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-3094</link>
		<dc:creator>Abhilash</dc:creator>
		<pubDate>Tue, 18 Nov 2008 05:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-3094</guid>
		<description>I have a form designed using Flex. The form does not fit the screen area and hence I am having scroll bars in it. When we click on some of the controls in the form, we open popups. But when the popup is opened, if we scroll the form using the form scroll bar then the popup is not getting scrolled. I want the popup to be scrolled along with the form elements. Please let me know how this can be done.

Thanks

Abhilash</description>
		<content:encoded><![CDATA[<p>I have a form designed using Flex. The form does not fit the screen area and hence I am having scroll bars in it. When we click on some of the controls in the form, we open popups. But when the popup is opened, if we scroll the form using the form scroll bar then the popup is not getting scrolled. I want the popup to be scrolled along with the form elements. Please let me know how this can be done.</p>
<p>Thanks</p>
<p>Abhilash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/comment-page-1/#comment-3093</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Sun, 09 Nov 2008 14:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/13/creating-a-pop-up-titlewindow-using-the-popupbutton-control-in-flex/#comment-3093</guid>
		<description>hi shwetha u have posted a nice blog</description>
		<content:encoded><![CDATA[<p>hi shwetha u have posted a nice blog</p>
]]></content:encoded>
	</item>
</channel>
</rss>
