<?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 custom dialog boxes using the PopUpManager and TitleWindow classes</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/</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: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-10104</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 30 Oct 2011 06:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-10104</guid>
		<description>I still have this problem, as for the other reply, defaultButton is not defined anywhere in the example.</description>
		<content:encoded><![CDATA[<p>I still have this problem, as for the other reply, defaultButton is not defined anywhere in the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-9185</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Tue, 03 May 2011 07:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-9185</guid>
		<description>Can u help me in TitleWindow how to set minimize skin and minimize event add in titlewindow&#039;s titlebar.</description>
		<content:encoded><![CDATA[<p>Can u help me in TitleWindow how to set minimize skin and minimize event add in titlewindow&#8217;s titlebar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: efe</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-7500</link>
		<dc:creator>efe</dc:creator>
		<pubDate>Wed, 14 Apr 2010 15:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-7500</guid>
		<description>thank you for the example. its really cool and looks great!</description>
		<content:encoded><![CDATA[<p>thank you for the example. its really cool and looks great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scottchu.tw</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-6547</link>
		<dc:creator>scottchu.tw</dc:creator>
		<pubDate>Tue, 08 Dec 2009 06:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-6547</guid>
		<description>I use the CustomTitleWindow.xml example, just add following line to the mx:TitleWindow tag:

createComplete=&quot;defaultButton=checkBox; checkBox.SetFocus();&quot;</description>
		<content:encoded><![CDATA[<p>I use the CustomTitleWindow.xml example, just add following line to the mx:TitleWindow tag:</p>
<p>createComplete=&#8221;defaultButton=checkBox; checkBox.SetFocus();&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scottchu.tw</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-6546</link>
		<dc:creator>scottchu.tw</dc:creator>
		<pubDate>Tue, 08 Dec 2009 05:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-6546</guid>
		<description>I tried set 3rd argument to true but the problem that revealed by Henk still exists. Does anyone succed to create a true modal dialog?</description>
		<content:encoded><![CDATA[<p>I tried set 3rd argument to true but the problem that revealed by Henk still exists. Does anyone succed to create a true modal dialog?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliot</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-6456</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Wed, 25 Nov 2009 12:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-6456</guid>
		<description>Legend, thanks for this.</description>
		<content:encoded><![CDATA[<p>Legend, thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-680</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 26 Mar 2009 20:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-680</guid>
		<description>Save issue as Tim and Craig for me...

Also, how can we access variables from the parent considering that parentDocument doesn&#039;t seem to work.</description>
		<content:encoded><![CDATA[<p>Save issue as Tim and Craig for me&#8230;</p>
<p>Also, how can we access variables from the parent considering that parentDocument doesn&#8217;t seem to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-684</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 16 Jan 2009 13:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-684</guid>
		<description>I am trying to achieve the same effect as Craig, has there been any feedback?

I have a modal titleWindow which spawns another modal titleWindow, on completing some form processing I want the child window to dispatch an Event(COMPLETE) so that the parent window can do further processing. However, from what I&#039;ve read the listeners seem to be disabled.

Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>I am trying to achieve the same effect as Craig, has there been any feedback?</p>
<p>I have a modal titleWindow which spawns another modal titleWindow, on completing some form processing I want the child window to dispatch an Event(COMPLETE) so that the parent window can do further processing. However, from what I&#8217;ve read the listeners seem to be disabled.</p>
<p>Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-682</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 19 Dec 2008 01:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-682</guid>
		<description>my bad: I had added a removeEffect by accident instead of a hideEffect on the popup window component.

thanks for all your tips!</description>
		<content:encoded><![CDATA[<p>my bad: I had added a removeEffect by accident instead of a hideEffect on the popup window component.</p>
<p>thanks for all your tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/comment-page-1/#comment-681</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 19 Dec 2008 01:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/20/creating-custom-dialog-boxes-using-the-popupmanager-and-titlewindow-classes/#comment-681</guid>
		<description>Hi Peter,

I&#039;m having a weird issue with removing popups.

I&#039;m creating the popup from a click event off an image within an item renderer and using your code above in the &#039;popped up&#039; TitleWindow to remove itself.

I set the modal property to true so the background is blurred.

When the close event is fired from the popup window, the background stops being blurred but the popup remains open.

Any ideas?

cheers</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>I&#8217;m having a weird issue with removing popups.</p>
<p>I&#8217;m creating the popup from a click event off an image within an item renderer and using your code above in the &#8216;popped up&#8217; TitleWindow to remove itself.</p>
<p>I set the modal property to true so the background is blurred.</p>
<p>When the close event is fired from the popup window, the background stops being blurred but the popup remains open.</p>
<p>Any ideas?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

