<?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: AIR Windows</title>
	<atom:link href="http://blog.everythingflex.com/2007/07/17/air-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.everythingflex.com/2007/07/17/air-windows/</link>
	<description>News and Information about Adobe Flex &#38; Adobe AIR by Rich Tretola</description>
	<lastBuildDate>Wed, 28 Dec 2011 05:30:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Rich Tretola</title>
		<link>http://blog.everythingflex.com/2007/07/17/air-windows/comment-page-1/#comment-52581</link>
		<dc:creator>Rich Tretola</dc:creator>
		<pubDate>Tue, 04 Aug 2009 11:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2007/07/17/air-windows/#comment-52581</guid>
		<description>When you create the mx:Window just be sure to pass in a reference to mx:WindowApplication.</description>
		<content:encoded><![CDATA[<p>When you create the mx:Window just be sure to pass in a reference to mx:WindowApplication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swapnil Shirke</title>
		<link>http://blog.everythingflex.com/2007/07/17/air-windows/comment-page-1/#comment-52580</link>
		<dc:creator>Swapnil Shirke</dc:creator>
		<pubDate>Tue, 04 Aug 2009 09:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2007/07/17/air-windows/#comment-52580</guid>
		<description>How can I get the data from mx:Window back to mx:WindowedApplication</description>
		<content:encoded><![CDATA[<p>How can I get the data from mx:Window back to mx:WindowedApplication</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swapnil Shirke</title>
		<link>http://blog.everythingflex.com/2007/07/17/air-windows/comment-page-1/#comment-52572</link>
		<dc:creator>Swapnil Shirke</dc:creator>
		<pubDate>Sat, 01 Aug 2009 13:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2007/07/17/air-windows/#comment-52572</guid>
		<description>Thank you for everything</description>
		<content:encoded><![CDATA[<p>Thank you for everything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vshar</title>
		<link>http://blog.everythingflex.com/2007/07/17/air-windows/comment-page-1/#comment-41501</link>
		<dc:creator>Vshar</dc:creator>
		<pubDate>Mon, 09 Feb 2009 19:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2007/07/17/air-windows/#comment-41501</guid>
		<description>Can I drag a Canvas or a custom component out of the Air app to the OS and make it a separate window..
Like the way browser tab if dragged spawns a new window.
Also 
I tried capturing the event nativedragComplete, But when I drag out my component out of the air Application the OS desktop doesnot accept drag. How do I add accept drop to os?
If any solution to this please share

Regards</description>
		<content:encoded><![CDATA[<p>Can I drag a Canvas or a custom component out of the Air app to the OS and make it a separate window..<br />
Like the way browser tab if dragged spawns a new window.<br />
Also<br />
I tried capturing the event nativedragComplete, But when I drag out my component out of the air Application the OS desktop doesnot accept drag. How do I add accept drop to os?<br />
If any solution to this please share</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murtaza</title>
		<link>http://blog.everythingflex.com/2007/07/17/air-windows/comment-page-1/#comment-402</link>
		<dc:creator>Murtaza</dc:creator>
		<pubDate>Wed, 28 May 2008 02:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2007/07/17/air-windows/#comment-402</guid>
		<description>So is there a way to pass variables from one nativeWindow to another? Say for example I have this :
var wOptions:NativeWindowInitOptions = new NativeWindowInitOptions();
wOptions.systemChrome = NativeWindowSystemChrome.NONE;
var newWindow:NativeWindow = new NativeWindow(wOptions);
newWindow.bounds = new Rectangle(0, 0, 1024, 768);
var loaderMC:Loader=new Loader();
loaderMC.load(new URLRequest(&quot;testing.swf&quot;));
newWindow.stage.addChild(loaderMC);
newWindow.activate();

----
so i have a new window opened up and now i want the testing.swf to receive a variable from that &quot;original opener&quot;
is that possible?</description>
		<content:encoded><![CDATA[<p>So is there a way to pass variables from one nativeWindow to another? Say for example I have this :<br />
var wOptions:NativeWindowInitOptions = new NativeWindowInitOptions();<br />
wOptions.systemChrome = NativeWindowSystemChrome.NONE;<br />
var newWindow:NativeWindow = new NativeWindow(wOptions);<br />
newWindow.bounds = new Rectangle(0, 0, 1024, 768);<br />
var loaderMC:Loader=new Loader();<br />
loaderMC.load(new URLRequest(&#8220;testing.swf&#8221;));<br />
newWindow.stage.addChild(loaderMC);<br />
newWindow.activate();</p>
<p>&#8212;-<br />
so i have a new window opened up and now i want the testing.swf to receive a variable from that &#8220;original opener&#8221;<br />
is that possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

