<?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: EverythingFlexAIR1.swc introduces SuperWindow</title>
	<atom:link href="http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/</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: Ankur Arora</title>
		<link>http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/comment-page-1/#comment-60300</link>
		<dc:creator>Ankur Arora</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/#comment-60300</guid>
		<description>Hi Rich,
I tried using SuperWindow in my application but somehow I&#039;m not able to see icons when publishing a Adobe AIR file. Do you have some working example in Flex which help us to understand the code?

My basic purpose of using SuperWindow is to launch different windows on the fly and as well as assign title bar icons to those windows.

Please provide if you have one that would be a certainly great help.

Thanks
Ankur</description>
		<content:encoded><![CDATA[<p>Hi Rich,<br />
I tried using SuperWindow in my application but somehow I&#8217;m not able to see icons when publishing a Adobe AIR file. Do you have some working example in Flex which help us to understand the code?</p>
<p>My basic purpose of using SuperWindow is to launch different windows on the fly and as well as assign title bar icons to those windows.</p>
<p>Please provide if you have one that would be a certainly great help.</p>
<p>Thanks<br />
Ankur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/comment-page-1/#comment-49273</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 07 May 2009 13:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/#comment-49273</guid>
		<description>Thanks Rich,

I really admire all the great work you are doing. 

I was also getting this error from time to time when clsing the application or trying to open a new SuperWindow  (sorry about the formatting): 

Error: Error #3200: Cannot perform operation on closed window.
	at Error$/throwError()
	at flash.display::NativeWindow/get systemChrome()
	at flash.display::NativeWindow/set menu()
	at com.everythingflex.air.components::SuperWindow/handleMenus()[/Users/rich/Documents/workingflexair/everythingflexairlib/src/com/everythingflex/air/components/SuperWindow.as:141]
	at com.everythingflex.air.components::SuperWindow/nowActive()[/Users/rich/Documents/workingflexair/everythingflexairlib/src/com/everythingflex/air/components/SuperWindow.as:166]

Maybe a change in 1.1 to 1.5... or maybe its just me!

Thanks again

David</description>
		<content:encoded><![CDATA[<p>Thanks Rich,</p>
<p>I really admire all the great work you are doing. </p>
<p>I was also getting this error from time to time when clsing the application or trying to open a new SuperWindow  (sorry about the formatting): </p>
<p>Error: Error #3200: Cannot perform operation on closed window.<br />
	at Error$/throwError()<br />
	at flash.display::NativeWindow/get systemChrome()<br />
	at flash.display::NativeWindow/set menu()<br />
	at com.everythingflex.air.components::SuperWindow/handleMenus()[/Users/rich/Documents/workingflexair/everythingflexairlib/src/com/everythingflex/air/components/SuperWindow.as:141]<br />
	at com.everythingflex.air.components::SuperWindow/nowActive()[/Users/rich/Documents/workingflexair/everythingflexairlib/src/com/everythingflex/air/components/SuperWindow.as:166]</p>
<p>Maybe a change in 1.1 to 1.5&#8230; or maybe its just me!</p>
<p>Thanks again</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Tretola</title>
		<link>http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/comment-page-1/#comment-49272</link>
		<dc:creator>Rich Tretola</dc:creator>
		<pubDate>Thu, 07 May 2009 13:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/#comment-49272</guid>
		<description>Sounds like a timing issue as the old Apollo icon is the default icon. I&#039;ll take a look. I would like to get this updated to AIR 1.5 as well.</description>
		<content:encoded><![CDATA[<p>Sounds like a timing issue as the old Apollo icon is the default icon. I&#8217;ll take a look. I would like to get this updated to AIR 1.5 as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/comment-page-1/#comment-49271</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 07 May 2009 12:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/#comment-49271</guid>
		<description>Hey Rich,

Great Lib. Will it be updated to AIR 1.5? 

I noticed a possible bug when I create a MXML instance of a SuperWindow (in windows) the icon in the taskbar  is the Apollo icon (white ship on a blue background) until I minimize and then maximize the new window, then the embed image that I specifed using:

 this.sysDockIconBitmaps = [bitmap16.bitmapData,
                            bitmap32.bitmapData,
                            bitmap48.bitmapData,
                            bitmap128.bitmapData];

displays correctly.

Any ideas?

Thanks again.</description>
		<content:encoded><![CDATA[<p>Hey Rich,</p>
<p>Great Lib. Will it be updated to AIR 1.5? </p>
<p>I noticed a possible bug when I create a MXML instance of a SuperWindow (in windows) the icon in the taskbar  is the Apollo icon (white ship on a blue background) until I minimize and then maximize the new window, then the embed image that I specifed using:</p>
<p> this.sysDockIconBitmaps = [bitmap16.bitmapData,<br />
                            bitmap32.bitmapData,<br />
                            bitmap48.bitmapData,<br />
                            bitmap128.bitmapData];</p>
<p>displays correctly.</p>
<p>Any ideas?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Strother</title>
		<link>http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/comment-page-1/#comment-588</link>
		<dc:creator>Mike Strother</dc:creator>
		<pubDate>Wed, 09 Apr 2008 16:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/2008/02/26/everythingflexair1swc-introduces-superwindow/#comment-588</guid>
		<description>Looks like Internet Explorer is doing something goofy.  The link works in Firefox.</description>
		<content:encoded><![CDATA[<p>Looks like Internet Explorer is doing something goofy.  The link works in Firefox.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

