<?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: Setting position of Alert control in Flex</title>
	<atom:link href="http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/</link>
	<description>a developer and entrepreneur on web technologies, adobe flash platform (flex, flash, air), web, opensource, linux, free software, usability, startups, India...</description>
	<lastBuildDate>Sun, 14 Mar 2010 08:42:34 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/comment-page-1/#comment-6850</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=344#comment-6850</guid>
		<description>You can use Alert.show(&quot;text&quot;, &quot;title&quot;, Alert.OK, Application.application as Application, handler); to automatically center the Alert on your entire application initially (Application.application as Application is the Object it will center on in this case).&lt;br&gt;&lt;br&gt;You have to coerce it to type Application because the static var Application.application is of type Object</description>
		<content:encoded><![CDATA[<p>You can use Alert.show(&#8221;text&#8221;, &#8220;title&#8221;, Alert.OK, Application.application as Application, handler); to automatically center the Alert on your entire application initially (Application.application as Application is the Object it will center on in this case).</p>
<p>You have to coerce it to type Application because the static var Application.application is of type Object</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold Aprieto</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/comment-page-1/#comment-6821</link>
		<dc:creator>Arnold Aprieto</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=344#comment-6821</guid>
		<description>Thanks Abdul.  This has been very useful.  &lt;br&gt;It&#039;s just weird to why alert.x and alert.y. did not work,  suffice to say they are part of the attributes for Alert.</description>
		<content:encoded><![CDATA[<p>Thanks Abdul.  This has been very useful.  <br />It&#39;s just weird to why alert.x and alert.y. did not work,  suffice to say they are part of the attributes for Alert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/comment-page-1/#comment-6799</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Tue, 10 Nov 2009 22:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=344#comment-6799</guid>
		<description>Thanks for feedback, glad you found it useful.</description>
		<content:encoded><![CDATA[<p>Thanks for feedback, glad you found it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Name</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/comment-page-1/#comment-6786</link>
		<dc:creator>Name</dc:creator>
		<pubDate>Wed, 14 Oct 2009 06:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=344#comment-6786</guid>
		<description>Excellent.. i went all over the internet but could not find a solution... your method works great!</description>
		<content:encoded><![CDATA[<p>Excellent.. i went all over the internet but could not find a solution&#8230; your method works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Dodge</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/comment-page-1/#comment-3119</link>
		<dc:creator>Kyle Dodge</dc:creator>
		<pubDate>Tue, 16 Jun 2009 22:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=344#comment-3119</guid>
		<description>Thanks! I struggled with this, appreciate it!</description>
		<content:encoded><![CDATA[<p>Thanks! I struggled with this, appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabio</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/comment-page-1/#comment-1749</link>
		<dc:creator>fabio</dc:creator>
		<pubDate>Tue, 13 Nov 2007 15:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=344#comment-1749</guid>
		<description>Hi!
I solved the problem with
myControl=myControlClass(PopUpManager.createPopUp(DisplayObject(Application.application.parentDocument),intervalSelector,true));
PopUpManager.centerPopUp(myControl);
</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I solved the problem with<br />
myControl=myControlClass(PopUpManager.createPopUp(DisplayObject(Application.application.parentDocument),intervalSelector,true));<br />
PopUpManager.centerPopUp(myControl);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Qabiz</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/comment-page-1/#comment-1748</link>
		<dc:creator>Abdul Qabiz</dc:creator>
		<pubDate>Fri, 02 Nov 2007 21:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=344#comment-1748</guid>
		<description>@John: Right, that&#039;s a workaround to invoke validate the Alert before setting the properties. All of the above methods invalidate and set the property and invalidate...
I am still trying to figure out the reason, I am looking into the code to find the issue with it...
-abdul
</description>
		<content:encoded><![CDATA[<p>@John: Right, that&#8217;s a workaround to invoke validate the Alert before setting the properties. All of the above methods invalidate and set the property and invalidate&#8230;<br />
I am still trying to figure out the reason, I am looking into the code to find the issue with it&#8230;<br />
-abdul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.abdulqabiz.com/blog/archives/2007/11/02/setting-position-of-alert-control-in-flex/comment-page-1/#comment-1747</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 02 Nov 2007 18:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.abdulqabiz.com/wordpress/?p=344#comment-1747</guid>
		<description>Hello,
Cool stuff...
The centerPopUp method centers the popup relative to it&#039;s parent so another way to place it at certain position is by setting a specific parent component.
</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Cool stuff&#8230;<br />
The centerPopUp method centers the popup relative to it&#8217;s parent so another way to place it at certain position is by setting a specific parent component.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
