<?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: Popup/Alert parent in Multi-window AIR Application</title>
	<atom:link href="http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Sun, 20 May 2012 23:30:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Feres</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-28650</link>
		<dc:creator>Feres</dc:creator>
		<pubDate>Tue, 24 Aug 2010 14:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-28650</guid>
		<description>Ok! no problem, thanks anyway! I&#039;ll try to figure this out!  bye :)</description>
		<content:encoded><![CDATA[<p>Ok! no problem, thanks anyway! I&#8217;ll try to figure this out!  bye <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-28649</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-28649</guid>
		<description>Sorry, no idea. Maybe you should try flexcoders mailing list to get help.</description>
		<content:encoded><![CDATA[<p>Sorry, no idea. Maybe you should try flexcoders mailing list to get help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feresr</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-28648</link>
		<dc:creator>Feresr</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-28648</guid>
		<description>And one more thing.. If i write this:

Alert.show(“your text”, “your title”, 4, this);

or

Alert.show(“your text”, “your title”, 4, this as Sprite);


my application works, I mean, The pop-up appears in the right window. But I  get an error. 

TypeError: Error #1034: Type Coercion failed: cannot convert mx.managers::WindowedSystemManager@9a830b1 to mx.managers.SystemManager.</description>
		<content:encoded><![CDATA[<p>And one more thing.. If i write this:</p>
<p>Alert.show(“your text”, “your title”, 4, this);</p>
<p>or</p>
<p>Alert.show(“your text”, “your title”, 4, this as Sprite);</p>
<p>my application works, I mean, The pop-up appears in the right window. But I  get an error. </p>
<p>TypeError: Error #1034: Type Coercion failed: cannot convert mx.managers::WindowedSystemManager@9a830b1 to mx.managers.SystemManager.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feresr</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-28647</link>
		<dc:creator>Feresr</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-28647</guid>
		<description>Thanks for asking me so soon.. 
Well.. I&#039;ve got my main application.  It&#039;s a MX:WindowedApplication, and I have a button on it. 

That button calls a mx:Window  this way.

new myWindowName().open(true);

Now, when the Alert pops-up  it appears in my main application.   And that&#039;s not supposed to happen.
I&#039;m writing exactly the same code that you are. 

Alert.show(&quot;your text&quot;, &quot;your title&quot;, 4, parentApplication as Sprite);

(this code is in the window where the Alert should appear. (not the main frame)).
Thanks again for asking me, And please, excuse my English. It&#039;s not my native language.</description>
		<content:encoded><![CDATA[<p>Thanks for asking me so soon..<br />
Well.. I&#8217;ve got my main application.  It&#8217;s a MX:WindowedApplication, and I have a button on it. </p>
<p>That button calls a mx:Window  this way.</p>
<p>new myWindowName().open(true);</p>
<p>Now, when the Alert pops-up  it appears in my main application.   And that&#8217;s not supposed to happen.<br />
I&#8217;m writing exactly the same code that you are. </p>
<p>Alert.show(&#8220;your text&#8221;, &#8220;your title&#8221;, 4, parentApplication as Sprite);</p>
<p>(this code is in the window where the Alert should appear. (not the main frame)).<br />
Thanks again for asking me, And please, excuse my English. It&#8217;s not my native language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-28646</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-28646</guid>
		<description>It should work so I assume you are using the wrong reference to retrieve the correct parentApplication.
Are you sure you take the UIComponent of the child window?</description>
		<content:encoded><![CDATA[<p>It should work so I assume you are using the wrong reference to retrieve the correct parentApplication.<br />
Are you sure you take the UIComponent of the child window?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feresr</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-28644</link>
		<dc:creator>Feresr</dc:creator>
		<pubDate>Mon, 23 Aug 2010 15:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-28644</guid>
		<description>Hi there,  excuse me.. but i can&#039;t get this code working.. for some reason.. my Alert pop up  keeps appearing in my main frame..  

i&#039;m also working with  mx:Windows and Mx:WindowedApplication (mainFrame)..</description>
		<content:encoded><![CDATA[<p>Hi there,  excuse me.. but i can&#8217;t get this code working.. for some reason.. my Alert pop up  keeps appearing in my main frame..  </p>
<p>i&#8217;m also working with  mx:Windows and Mx:WindowedApplication (mainFrame)..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feresr</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-28645</link>
		<dc:creator>Feresr</dc:creator>
		<pubDate>Mon, 23 Aug 2010 15:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-28645</guid>
		<description>Hi there,  excuse me.. but i can&#039;t get this code working.. for some reason.. my Alert pop up  keeps appearing in my main frame..  

i&#039;m also working with  mx:Windows and Mx:WindowedApplication (mainFrame)..</description>
		<content:encoded><![CDATA[<p>Hi there,  excuse me.. but i can&#8217;t get this code working.. for some reason.. my Alert pop up  keeps appearing in my main frame..  </p>
<p>i&#8217;m also working with  mx:Windows and Mx:WindowedApplication (mainFrame)..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kanwaljeet Singh Kalra</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-28624</link>
		<dc:creator>Kanwaljeet Singh Kalra</dc:creator>
		<pubDate>Wed, 14 Jul 2010 14:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-28624</guid>
		<description>Hey Sonke,
thanks a lot buddy..It really made my day :)</description>
		<content:encoded><![CDATA[<p>Hey Sonke,<br />
thanks a lot buddy..It really made my day <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vtrinity</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-26177</link>
		<dc:creator>Vtrinity</dc:creator>
		<pubDate>Wed, 22 Apr 2009 21:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-26177</guid>
		<description>Hi,

This is with respect to AIR windowing system. I am working on an application where components have to added/ removed from the main application window and added to new windows.(I have WindowedApplication(Main App ) with custom chrome and there are other containers within it.)
The issue I am facing is with Comboboxes, tooltips all (popupmanger impl) show up in the main application window rather than the popped up window. I am using mx:Windows and mx:WindowedApplication.
It would be great if you can provide with some solution.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is with respect to AIR windowing system. I am working on an application where components have to added/ removed from the main application window and added to new windows.(I have WindowedApplication(Main App ) with custom chrome and there are other containers within it.)<br />
The issue I am facing is with Comboboxes, tooltips all (popupmanger impl) show up in the main application window rather than the popped up window. I am using mx:Windows and mx:WindowedApplication.<br />
It would be great if you can provide with some solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2008/08/popupalert-parent-in-multi-window-air-application/comment-page-1/#comment-23717</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Sat, 22 Nov 2008 13:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=226#comment-23717</guid>
		<description>Brian, the garbage collection thing could also be a bug. If you think so and can produce a little test case you could file a bug at http://bugs.adobe.com/jira.
Otherwise I would suggest asking the flexcoders list.</description>
		<content:encoded><![CDATA[<p>Brian, the garbage collection thing could also be a bug. If you think so and can produce a little test case you could file a bug at <a href="http://bugs.adobe.com/jira" rel="nofollow">http://bugs.adobe.com/jira</a>.<br />
Otherwise I would suggest asking the flexcoders list.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

