<?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: Adding Mac OS X Close Behavior to AIR 1.5 Application</title>
	<atom:link href="http://www.thanksmister.com/index.php/archive/adding-mac-os-x-close-behavior-to-air-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thanksmister.com/index.php/archive/adding-mac-os-x-close-behavior-to-air-application/</link>
	<description>Flash &#38; Flex Developer</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:17:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: venkat</title>
		<link>http://www.thanksmister.com/index.php/archive/adding-mac-os-x-close-behavior-to-air-application/#comment-35683</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Wed, 21 Jul 2010 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=598#comment-35683</guid>
		<description>I am new to AIR, How this can be achieved through javascript</description>
		<content:encoded><![CDATA[<p>I am new to AIR, How this can be achieved through javascript</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister</title>
		<link>http://www.thanksmister.com/index.php/archive/adding-mac-os-x-close-behavior-to-air-application/#comment-16800</link>
		<dc:creator>Mister</dc:creator>
		<pubDate>Tue, 20 Oct 2009 16:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=598#comment-16800</guid>
		<description>Hmm, I am not sure you can do this.  I know you can make the window invisible upon close and it won&#039;t appear in the TaskBar or dock, but not sure you can make it totally invisible.  Though I do remember reading some article about this same topic and someone came up with a workaround.</description>
		<content:encoded><![CDATA[<p>Hmm, I am not sure you can do this.  I know you can make the window invisible upon close and it won&#8217;t appear in the TaskBar or dock, but not sure you can make it totally invisible.  Though I do remember reading some article about this same topic and someone came up with a workaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian</title>
		<link>http://www.thanksmister.com/index.php/archive/adding-mac-os-x-close-behavior-to-air-application/#comment-16765</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=598#comment-16765</guid>
		<description>This code was a quick easy fix to something I was looking at doing, but I was just curious to whether or not you have any knowledge on hiding a NativeWindowType.NORMAL from the TaskBar/Dock. Like a browser does with a normal Alert (which isn&#039;t a utility but a normal window that doesn&#039;t resize, maxamize, or minamize).</description>
		<content:encoded><![CDATA[<p>This code was a quick easy fix to something I was looking at doing, but I was just curious to whether or not you have any knowledge on hiding a NativeWindowType.NORMAL from the TaskBar/Dock. Like a browser does with a normal Alert (which isn&#8217;t a utility but a normal window that doesn&#8217;t resize, maxamize, or minamize).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mister</title>
		<link>http://www.thanksmister.com/index.php/archive/adding-mac-os-x-close-behavior-to-air-application/#comment-16260</link>
		<dc:creator>Mister</dc:creator>
		<pubDate>Tue, 29 Sep 2009 23:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=598#comment-16260</guid>
		<description>Thanks, I updated the blog post to reflect the changes.</description>
		<content:encoded><![CDATA[<p>Thanks, I updated the blog post to reflect the changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.thanksmister.com/index.php/archive/adding-mac-os-x-close-behavior-to-air-application/#comment-15955</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 17 Sep 2009 11:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=598#comment-15955</guid>
		<description>This exact code did not work for me with Flex Builder 3. I had to change the line which reads

[as]this.nativeWindow.addEventListener(InvokeEvent.INVOKE, handleAppInvoke);[/as]

into this line

[as]NativeApplication.nativeApplication.addEventListener(InvokeEvent.INVOKE, handleAppInvoke);[/as]

Thanks for the code, though!

Cheers, Ben</description>
		<content:encoded><![CDATA[<p>This exact code did not work for me with Flex Builder 3. I had to change the line which reads</p>
<div class="codecolorer-container actionscript mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="actionscript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #0066CC;">this</span>.<span style="color: #006600;">nativeWindow</span>.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>InvokeEvent.<span style="color: #006600;">INVOKE</span>, handleAppInvoke<span style="color: #66cc66;">&#41;</span>;</div></td></tr></tbody></table></div>
<p>into this line</p>
<div class="codecolorer-container actionscript mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="actionscript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">NativeApplication.<span style="color: #006600;">nativeApplication</span>.<span style="color: #006600;">addEventListener</span><span style="color: #66cc66;">&#40;</span>InvokeEvent.<span style="color: #006600;">INVOKE</span>, handleAppInvoke<span style="color: #66cc66;">&#41;</span>;</div></td></tr></tbody></table></div>
<p>Thanks for the code, though!</p>
<p>Cheers, Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nassif</title>
		<link>http://www.thanksmister.com/index.php/archive/adding-mac-os-x-close-behavior-to-air-application/#comment-15284</link>
		<dc:creator>Nassif</dc:creator>
		<pubDate>Fri, 14 Aug 2009 22:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://thanksmister.com/?p=598#comment-15284</guid>
		<description>Saved me a lot of googling time ;-)  Thx.</description>
		<content:encoded><![CDATA[<p>Saved me a lot of googling time <img src='http://www.thanksmister.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   Thx.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
