<?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: Centering a pop up window when a Flex application is resized</title>
	<atom:link href="http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/</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: ntaka</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-8835</link>
		<dc:creator>ntaka</dc:creator>
		<pubDate>Wed, 12 Jan 2011 11:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-8835</guid>
		<description>nice
check this link for centering a pop up window &lt;a href=&quot;http://www.ntaka.co.za/centering-a-popup-in-flex&quot; title=&quot;http://www.ntaka.co.za/centering-a-popup-in-flex&quot; rel=&quot;nofollow&quot;&gt; http://www.ntaka.co.za/centering-a-popup-in-flex&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>nice<br />
check this link for centering a pop up window <a href="http://www.ntaka.co.za/centering-a-popup-in-flex" title="http://www.ntaka.co.za/centering-a-popup-in-flex" rel="nofollow"> </a><a href="http://www.ntaka.co.za/centering-a-popup-in-flex" rel="nofollow">http://www.ntaka.co.za/centering-a-popup-in-flex</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ntaka</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-8834</link>
		<dc:creator>ntaka</dc:creator>
		<pubDate>Wed, 12 Jan 2011 11:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-8834</guid>
		<description>nice 
check this link for centering a pop up window</description>
		<content:encoded><![CDATA[<p>nice<br />
check this link for centering a pop up window</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-7220</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-7220</guid>
		<description>Lol !!! Woa !!!  This code creates a big dependence between Application and the popup .... 

You must add this event listener on the popup component (use creationComplete=&quot;Application.application.addEventListener(Res....&quot;)  and do the PopupManager.center(this); in the popup component else your code is working only for 1 Popup (good for a blog but useless for dev. )

eBuildy, Web 2 Specialists</description>
		<content:encoded><![CDATA[<p>Lol !!! Woa !!!  This code creates a big dependence between Application and the popup &#8230;. </p>
<p>You must add this event listener on the popup component (use creationComplete=&#8221;Application.application.addEventListener(Res&#8230;.&#8221;)  and do the PopupManager.center(this); in the popup component else your code is working only for 1 Popup (good for a blog but useless for dev. )</p>
<p>eBuildy, Web 2 Specialists</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-6396</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-6396</guid>
		<description>I created a login window,its a pop up window. How do i enable the scroll bar for pop up window(i.e login window) when i resize the browser? 

Suman</description>
		<content:encoded><![CDATA[<p>I created a login window,its a pop up window. How do i enable the scroll bar for pop up window(i.e login window) when i resize the browser? </p>
<p>Suman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-6157</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 29 Oct 2009 20:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-6157</guid>
		<description>:)
Thanks, I actually had it wrong for quite a few months before I realized I was using the incorrect phrase.

Peter</description>
		<content:encoded><![CDATA[<p>:)<br />
Thanks, I actually had it wrong for quite a few months before I realized I was using the incorrect phrase.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo Salinas</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-6155</link>
		<dc:creator>Marcelo Salinas</dc:creator>
		<pubDate>Thu, 29 Oct 2009 19:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-6155</guid>
		<description>Nice example !!!.

One Comment, the correct phrase is &quot;The quick brown fox jumps over the lazy dog&quot;</description>
		<content:encoded><![CDATA[<p>Nice example !!!.</p>
<p>One Comment, the correct phrase is &#8220;The quick brown fox jumps over the lazy dog&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-4331</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 24 Jun 2009 07:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-4331</guid>
		<description>I too have the same problem. Is there any solution..?</description>
		<content:encoded><![CDATA[<p>I too have the same problem. Is there any solution..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-3069</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 26 Jan 2009 14:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-3069</guid>
		<description>I have the same problem as Abhilash.  Anyone have any answers?</description>
		<content:encoded><![CDATA[<p>I have the same problem as Abhilash.  Anyone have any answers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhilash</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-3070</link>
		<dc:creator>Abhilash</dc:creator>
		<pubDate>Tue, 18 Nov 2008 05:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-3070</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: Shane</title>
		<link>http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/comment-page-1/#comment-3068</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 16 Jul 2008 20:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/04/06/centering-a-pop-up-window-when-a-flex-application-is-resized/#comment-3068</guid>
		<description>Nice solution.  Worked well for me.  Thanks!</description>
		<content:encoded><![CDATA[<p>Nice solution.  Worked well for me.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

