<?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.savvasmalamas.com/2009/01/01/air-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.savvasmalamas.com/2009/01/01/air-windows/</link>
	<description>Made with Macromedia</description>
	<lastBuildDate>Fri, 04 Mar 2011 20:45:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mahesh</title>
		<link>http://blog.savvasmalamas.com/2009/01/01/air-windows/comment-page-1/#comment-15114</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Mon, 29 Mar 2010 11:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.savvasmalamas.com/?p=265#comment-15114</guid>
		<description>I am working on an application where components have to added/ removed from the main application window and added to new windows.

The issue I am facing is with Comboboxes, DataGridEvent.COLUMN_STRETCH, tooltips all show up in the main application window rather than the popped up window. 
I am using mx:Windows and mx:WindowedApplication.

Please let me know If you have any thought about it.

For more detail view below link:-

http://stackoverflow.com/questions/2507435/air-desktop-application-related-to-window-component-need-some-work-around

Any suggestion.</description>
		<content:encoded><![CDATA[<p>I am working on an application where components have to added/ removed from the main application window and added to new windows.</p>
<p>The issue I am facing is with Comboboxes, DataGridEvent.COLUMN_STRETCH, tooltips all show up in the main application window rather than the popped up window.<br />
I am using mx:Windows and mx:WindowedApplication.</p>
<p>Please let me know If you have any thought about it.</p>
<p>For more detail view below link:-</p>
<p><a href="http://stackoverflow.com/questions/2507435/air-desktop-application-related-to-window-component-need-some-work-around" rel="nofollow">http://stackoverflow.com/questions/2507435/air-desktop-application-related-to-window-component-need-some-work-around</a></p>
<p>Any suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobMcM</title>
		<link>http://blog.savvasmalamas.com/2009/01/01/air-windows/comment-page-1/#comment-12374</link>
		<dc:creator>RobMcM</dc:creator>
		<pubDate>Fri, 27 Nov 2009 11:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.savvasmalamas.com/?p=265#comment-12374</guid>
		<description>It&#039;s worth noting, that in order to have a lightweight or utility window you need to pass this information through before the window is created. Doing this in MXML you can&#039;t use a constant, and have to use plain text:

This will work:
type=&quot;utility&quot; 

This won&#039;t work
type=&quot;{NativeWindowType.UTILITY}&quot;

It caught me for ages as I was getting the window appear in the task bar on Windows XP, even when I though I was using utility and lightweight.

Hopefully this will help someone else!</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth noting, that in order to have a lightweight or utility window you need to pass this information through before the window is created. Doing this in MXML you can&#8217;t use a constant, and have to use plain text:</p>
<p>This will work:<br />
type=&#8221;utility&#8221; </p>
<p>This won&#8217;t work<br />
type=&#8221;{NativeWindowType.UTILITY}&#8221;</p>
<p>It caught me for ages as I was getting the window appear in the task bar on Windows XP, even when I though I was using utility and lightweight.</p>
<p>Hopefully this will help someone else!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Savvas Malamas</title>
		<link>http://blog.savvasmalamas.com/2009/01/01/air-windows/comment-page-1/#comment-6565</link>
		<dc:creator>Savvas Malamas</dc:creator>
		<pubDate>Wed, 04 Mar 2009 09:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.savvasmalamas.com/?p=265#comment-6565</guid>
		<description>Hello Newton and thanks for the comment! 
BTW what a nice name :)

For the initial screen you could use just a sprite-movieclip  to present something to the users. I guess a custom chrome app with an &quot;initial&quot; window could do the job and then after some time or if the user clicks on this you could kill that screen and present the normal init window of your app right? Let me know if you do it some other way. Its always nice to share stuff. Thats how and why I understand, respect and love the Flash community! :)
Take care</description>
		<content:encoded><![CDATA[<p>Hello Newton and thanks for the comment!<br />
BTW what a nice name <img src='http://blog.savvasmalamas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For the initial screen you could use just a sprite-movieclip  to present something to the users. I guess a custom chrome app with an &#8220;initial&#8221; window could do the job and then after some time or if the user clicks on this you could kill that screen and present the normal init window of your app right? Let me know if you do it some other way. Its always nice to share stuff. Thats how and why I understand, respect and love the Flash community! <img src='http://blog.savvasmalamas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Take care</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newton</title>
		<link>http://blog.savvasmalamas.com/2009/01/01/air-windows/comment-page-1/#comment-6564</link>
		<dc:creator>newton</dc:creator>
		<pubDate>Wed, 04 Mar 2009 08:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.savvasmalamas.com/?p=265#comment-6564</guid>
		<description>Hi,

I like your separation and exemplifying different type of windows. Thanks for the post. I would like know what you would suggest if I need make an initial splash screen.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I like your separation and exemplifying different type of windows. Thanks for the post. I would like know what you would suggest if I need make an initial splash screen.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

