<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using (Native)Windows with AIR</title>
	<atom:link href="http://pegolon.wordpress.com/2008/03/18/using-nativewindows-with-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://pegolon.wordpress.com/2008/03/18/using-nativewindows-with-air/</link>
	<description>Developing software using agile techniques</description>
	<lastBuildDate>Thu, 29 Oct 2009 23:07:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vtrinity</title>
		<link>http://pegolon.wordpress.com/2008/03/18/using-nativewindows-with-air/#comment-276</link>
		<dc:creator>Vtrinity</dc:creator>
		<pubDate>Wed, 22 Apr 2009 16:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://pegolon.wordpress.com/?p=26#comment-276</guid>
		<description>Thanks for your reply.

Can you please elaborate a little more.
I would like to give you some more details about my application. I have WindowedApplication(Main App ) with custom chrome and there are dividebox, canvas, hbox containers within it. I add the components from mx:window to the containers inside the main app and vice versa. And I see that tooltips, comboboxes do not come on the mx:windows but rather on the main app.
I appreciate your response and look forward for some more..

Vandana</description>
		<content:encoded><![CDATA[<p>Thanks for your reply.</p>
<p>Can you please elaborate a little more.<br />
I would like to give you some more details about my application. I have WindowedApplication(Main App ) with custom chrome and there are dividebox, canvas, hbox containers within it. I add the components from mx:window to the containers inside the main app and vice versa. And I see that tooltips, comboboxes do not come on the mx:windows but rather on the main app.<br />
I appreciate your response and look forward for some more..</p>
<p>Vandana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pegolon</title>
		<link>http://pegolon.wordpress.com/2008/03/18/using-nativewindows-with-air/#comment-275</link>
		<dc:creator>pegolon</dc:creator>
		<pubDate>Wed, 22 Apr 2009 04:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://pegolon.wordpress.com/?p=26#comment-275</guid>
		<description>I remember having the same problem. It is the PopupManager who is responsible for this behaviour. You could use one whole-screen native window with transparent chrome and put the other windows as Canvas in them. The user doesn&#039;t feel the difference.
Hopes this helps.
Markus</description>
		<content:encoded><![CDATA[<p>I remember having the same problem. It is the PopupManager who is responsible for this behaviour. You could use one whole-screen native window with transparent chrome and put the other windows as Canvas in them. The user doesn&#8217;t feel the difference.<br />
Hopes this helps.<br />
Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vtrinity</title>
		<link>http://pegolon.wordpress.com/2008/03/18/using-nativewindows-with-air/#comment-273</link>
		<dc:creator>Vtrinity</dc:creator>
		<pubDate>Tue, 21 Apr 2009 22:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://pegolon.wordpress.com/?p=26#comment-273</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. 
The issue I am facing is with Comboboxes, tooltips all show up in the main application window rather than the popped up window. I am using mx:Windows and mx:WindowedApplication.
Please let me know If you have any thought about it.

Thanks &amp; Regards
Vandana</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.<br />
The issue I am facing is with Comboboxes, tooltips all show up in the main application window rather than the popped up window. I am using mx:Windows and mx:WindowedApplication.<br />
Please let me know If you have any thought about it.</p>
<p>Thanks &amp; Regards<br />
Vandana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://pegolon.wordpress.com/2008/03/18/using-nativewindows-with-air/#comment-107</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Thu, 22 May 2008 17:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://pegolon.wordpress.com/?p=26#comment-107</guid>
		<description>Hello,

very useful advice. I wonder if you could expand, so if we want to use Flex Components we can create a separate MXML window and initialize that instance of a window or my making it through var window:Window = new Window();

When would we want to use a NativeWindow instead of an MX/Flex Window? Is better just to use a MX/Flex Window to be on the safeside and to prevent running into buggy situations?

Another problem I have ran into is following the event handling for NativeWindowBoundsEvent.MOVE for the main  /first window &quot;WindowedApplication&quot;, because the WindowedApplication is an MX/Flex Window (Can contain Flex Components). I&#039;ve tried this.nativeWindow for attaching the event, no go.

Thanks,

Chad</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>very useful advice. I wonder if you could expand, so if we want to use Flex Components we can create a separate MXML window and initialize that instance of a window or my making it through var window:Window = new Window();</p>
<p>When would we want to use a NativeWindow instead of an MX/Flex Window? Is better just to use a MX/Flex Window to be on the safeside and to prevent running into buggy situations?</p>
<p>Another problem I have ran into is following the event handling for NativeWindowBoundsEvent.MOVE for the main  /first window &#8220;WindowedApplication&#8221;, because the WindowedApplication is an MX/Flex Window (Can contain Flex Components). I&#8217;ve tried this.nativeWindow for attaching the event, no go.</p>
<p>Thanks,</p>
<p>Chad</p>
]]></content:encoded>
	</item>
</channel>
</rss>
