<?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: Active Desktop replacement with Adobe AIR</title>
	<atom:link href="http://blog.dotsamazing.com/2009/11/active-desktop-replacement-with-adobe-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dotsamazing.com/2009/11/active-desktop-replacement-with-adobe-air/</link>
	<description>web tech delicacies</description>
	<lastBuildDate>Mon, 18 Jul 2011 20:29:41 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: sreekumar</title>
		<link>http://blog.dotsamazing.com/2009/11/active-desktop-replacement-with-adobe-air/comment-page-1/#comment-2007</link>
		<dc:creator>sreekumar</dc:creator>
		<pubDate>Tue, 30 Nov 2010 07:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotsamazing.com/?p=40#comment-2007</guid>
		<description>Thanx Brain!!!
You are the man!!!
 you saved my time...</description>
		<content:encoded><![CDATA[<p>Thanx Brain!!!<br />
You are the man!!!<br />
 you saved my time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: enko</title>
		<link>http://blog.dotsamazing.com/2009/11/active-desktop-replacement-with-adobe-air/comment-page-1/#comment-1939</link>
		<dc:creator>enko</dc:creator>
		<pubDate>Wed, 17 Nov 2010 15:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotsamazing.com/?p=40#comment-1939</guid>
		<description>Excellent solution !  . 
 but  one thing ...  I am trying to create a menu  in our LIGHTWEIGHT widow&#039;
 but no success</description>
		<content:encoded><![CDATA[<p>Excellent solution !  .<br />
 but  one thing &#8230;  I am trying to create a menu  in our LIGHTWEIGHT widow&#8217;<br />
 but no success</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://blog.dotsamazing.com/2009/11/active-desktop-replacement-with-adobe-air/comment-page-1/#comment-1856</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Thu, 04 Nov 2010 18:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotsamazing.com/?p=40#comment-1856</guid>
		<description>To follow up, I was able to figure a way out to reproduce this functionality using Flash Builder 4 -- and it also negates the need to use AutoHotKey (which is an awesome app to know about--thanks!!). Here is how it works:

Create a new AIR app (for which an taskbar icon is required). This app spawns a new application component based on mx:Window with the HTMLLoader in it. I used a separate component for this so it could function independently from the main app. Child apps in AIR do *not* require an icon so you can set the type=NativeWindowType.LIGHTWEIGHT on this new component when you open it. As soon as this new window opens it dispatches a complete event. The main app listens for the complete event and then closes itself -- taking the taskbar icon with it. Since (I believe) in Windows 7 the shortcut &quot;Windows/M&quot; works from the items in the task bar, the fact that the child app is not in the task bar prevents it from being minimized by the shortcut. 

By the way, this seems to work only on Windows -- not Mac -- so a different solution would be required for that.

Thanks for the starting point on on this solution!</description>
		<content:encoded><![CDATA[<p>To follow up, I was able to figure a way out to reproduce this functionality using Flash Builder 4 &#8212; and it also negates the need to use AutoHotKey (which is an awesome app to know about&#8211;thanks!!). Here is how it works:</p>
<p>Create a new AIR app (for which an taskbar icon is required). This app spawns a new application component based on mx:Window with the HTMLLoader in it. I used a separate component for this so it could function independently from the main app. Child apps in AIR do *not* require an icon so you can set the type=NativeWindowType.LIGHTWEIGHT on this new component when you open it. As soon as this new window opens it dispatches a complete event. The main app listens for the complete event and then closes itself &#8212; taking the taskbar icon with it. Since (I believe) in Windows 7 the shortcut &#8220;Windows/M&#8221; works from the items in the task bar, the fact that the child app is not in the task bar prevents it from being minimized by the shortcut. </p>
<p>By the way, this seems to work only on Windows &#8212; not Mac &#8212; so a different solution would be required for that.</p>
<p>Thanks for the starting point on on this solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://blog.dotsamazing.com/2009/11/active-desktop-replacement-with-adobe-air/comment-page-1/#comment-1852</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Wed, 03 Nov 2010 19:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotsamazing.com/?p=40#comment-1852</guid>
		<description>This is really great but I tried to reproduce it and am still getting the icon of the AIR app appearing in the taskbar. Is there a special way to remove the icon?</description>
		<content:encoded><![CDATA[<p>This is really great but I tried to reproduce it and am still getting the icon of the AIR app appearing in the taskbar. Is there a special way to remove the icon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mconn</title>
		<link>http://blog.dotsamazing.com/2009/11/active-desktop-replacement-with-adobe-air/comment-page-1/#comment-898</link>
		<dc:creator>Mconn</dc:creator>
		<pubDate>Fri, 12 Mar 2010 03:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotsamazing.com/?p=40#comment-898</guid>
		<description>It seems you&#039;re still leaving a gap for the icons to the left you said. Is there anyway to get this to fit the full screen, under the desktop icons, like in active desktop?</description>
		<content:encoded><![CDATA[<p>It seems you&#8217;re still leaving a gap for the icons to the left you said. Is there anyway to get this to fit the full screen, under the desktop icons, like in active desktop?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d-a-m</title>
		<link>http://blog.dotsamazing.com/2009/11/active-desktop-replacement-with-adobe-air/comment-page-1/#comment-852</link>
		<dc:creator>d-a-m</dc:creator>
		<pubDate>Tue, 02 Mar 2010 17:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotsamazing.com/?p=40#comment-852</guid>
		<description>You should find an airaliases.js file in your SDK which provides several factory shortcuts to reduce typing. Just include it, and you&#039;ll have things go like:

air.NativeWindowInitOptions = window.runtime.flash.display.NativeWindowInitOptions;</description>
		<content:encoded><![CDATA[<p>You should find an airaliases.js file in your SDK which provides several factory shortcuts to reduce typing. Just include it, and you&#8217;ll have things go like:</p>
<p>air.NativeWindowInitOptions = window.runtime.flash.display.NativeWindowInitOptions;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://blog.dotsamazing.com/2009/11/active-desktop-replacement-with-adobe-air/comment-page-1/#comment-790</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 17 Feb 2010 17:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotsamazing.com/?p=40#comment-790</guid>
		<description>Excellent article, I have been looking for just this kind of solution. I am currently running flex builder 3, and would like to do what you are talking about. The syntax is clearly compatible but i cannot call &#039;air.NativeWindowInitOptions()&#039; for example. What do i need to build your samples, and/or can i get the full source code including imports?</description>
		<content:encoded><![CDATA[<p>Excellent article, I have been looking for just this kind of solution. I am currently running flex builder 3, and would like to do what you are talking about. The syntax is clearly compatible but i cannot call &#8216;air.NativeWindowInitOptions()&#8217; for example. What do i need to build your samples, and/or can i get the full source code including imports?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

