<?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: Adobe AIR Non-Transparent Window Bugs Part 2: Maximize</title>
	<atom:link href="http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/</link>
	<description>Adobe, Flash, Flex, AIR, Technology</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:21:51 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: djandrew</title>
		<link>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/comment-page-1/#comment-23333</link>
		<dc:creator>djandrew</dc:creator>
		<pubDate>Mon, 14 Jun 2010 18:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=564#comment-23333</guid>
		<description>The work around seems to be broken in the latest version of AIR (2.0.2). A white 1 pixel border shows on dynamically created non-transparent windows that are maximized on Windows 7.</description>
		<content:encoded><![CDATA[<p>The work around seems to be broken in the latest version of AIR (2.0.2). A white 1 pixel border shows on dynamically created non-transparent windows that are maximized on Windows 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loïc Fougeray</title>
		<link>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/comment-page-1/#comment-21289</link>
		<dc:creator>Loïc Fougeray</dc:creator>
		<pubDate>Mon, 05 Apr 2010 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=564#comment-21289</guid>
		<description>Hi, you&#039;re talking about non-transparent windows but i&#039;m worling with a transparent one and a custom chrome and i&#039;m having similar problems.

Since the window is move to -4,-4 (-8,-8) and sized to compensate some of the chrome is cut off.
First it&#039;s not looking great but the bigger problem is it&#039;s not actually cut off, it&#039;s just outside of the screen so if you bring mutliple screens you can see the borders of your chrome on those (you can see it behind windows 7 taskbar wich is transparent too).

For the moment the only solution i see is creating a custom maximize/restore capability and thuse loosing the native system one.</description>
		<content:encoded><![CDATA[<p>Hi, you&#039;re talking about non-transparent windows but i&#039;m worling with a transparent one and a custom chrome and i&#039;m having similar problems.</p>
<p>Since the window is move to -4,-4 (-8,-8) and sized to compensate some of the chrome is cut off.<br />
First it&#039;s not looking great but the bigger problem is it&#039;s not actually cut off, it&#039;s just outside of the screen so if you bring mutliple screens you can see the borders of your chrome on those (you can see it behind windows 7 taskbar wich is transparent too).</p>
<p>For the moment the only solution i see is creating a custom maximize/restore capability and thuse loosing the native system one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Sacks</title>
		<link>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/comment-page-1/#comment-19938</link>
		<dc:creator>Steven Sacks</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=564#comment-19938</guid>
		<description>A maximized window already takes into account the visibleBounds. 

This is an onResize event listener and uses the afterBounds property. No additional calculation required. My code is fully tested on all platforms.</description>
		<content:encoded><![CDATA[<p>A maximized window already takes into account the visibleBounds. </p>
<p>This is an onResize event listener and uses the afterBounds property. No additional calculation required. My code is fully tested on all platforms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yann Graufogel</title>
		<link>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/comment-page-1/#comment-19927</link>
		<dc:creator>Yann Graufogel</dc:creator>
		<pubDate>Thu, 25 Feb 2010 12:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=564#comment-19927</guid>
		<description>Take care, you&#039;re workaround doesn&#039;t deal with the taskbar size (width or height depending on the user configuration).
So need to add in the calculation some of the Screen.mainScreen.visibleBounds properties.

regards.</description>
		<content:encoded><![CDATA[<p>Take care, you&#039;re workaround doesn&#039;t deal with the taskbar size (width or height depending on the user configuration).<br />
So need to add in the calculation some of the Screen.mainScreen.visibleBounds properties.</p>
<p>regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Sacks</title>
		<link>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/comment-page-1/#comment-19301</link>
		<dc:creator>Steven Sacks</dc:creator>
		<pubDate>Fri, 05 Feb 2010 20:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=564#comment-19301</guid>
		<description>Already did!</description>
		<content:encoded><![CDATA[<p>Already did!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Goldman</title>
		<link>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/comment-page-1/#comment-19293</link>
		<dc:creator>Oliver Goldman</dc:creator>
		<pubDate>Fri, 05 Feb 2010 17:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=564#comment-19293</guid>
		<description>Thanks for the detailed write-up. If you&#039;d be so kind as to submit this through our public bug reporting mechanism at www.adobe.com/go/wish, we&#039;d be happy to investigate.

regards,
Oliver Goldman
Adobe AIR engineering</description>
		<content:encoded><![CDATA[<p>Thanks for the detailed write-up. If you&#039;d be so kind as to submit this through our public bug reporting mechanism at <a href="http://www.adobe.com/go/wish" rel="nofollow">http://www.adobe.com/go/wish</a>, we&#039;d be happy to investigate.</p>
<p>regards,<br />
Oliver Goldman<br />
Adobe AIR engineering</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neobox75</title>
		<link>http://www.stevensacks.net/2010/02/04/adobe-air-non-transparent-window-bugs-part-2-maximize/comment-page-1/#comment-19276</link>
		<dc:creator>Neobox75</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevensacks.net/?p=564#comment-19276</guid>
		<description>Same problem... :(</description>
		<content:encoded><![CDATA[<p>Same problem&#8230; <img src='http://www.stevensacks.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
