<?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 for Swami Charan&#039;s Blog</title>
	<atom:link href="http://www.swamicharan.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swamicharan.com/blog</link>
	<description>My personal blog...</description>
	<lastBuildDate>Tue, 23 Aug 2011 19:22:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>Comment on Adobe Photoshop is 20 Years Old by 1c-rezerv.ru</title>
		<link>http://www.swamicharan.com/blog/photoshop/adobe-photoshop-is-20-years-old/comment-page-1/#comment-8032</link>
		<dc:creator>1c-rezerv.ru</dc:creator>
		<pubDate>Tue, 23 Aug 2011 19:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=737#comment-8032</guid>
		<description>It&#039;s very cool!</description>
		<content:encoded><![CDATA[<p>It&#8217;s very cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minimizing an AIR App to SystemTray by Pankaj</title>
		<link>http://www.swamicharan.com/blog/air/minimizing-an-air-app-to-systemtray/comment-page-1/#comment-6835</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Mon, 04 Jul 2011 17:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=276#comment-6835</guid>
		<description>Awesome....That&#039;s wat I was looking for...</description>
		<content:encoded><![CDATA[<p>Awesome&#8230;.That&#8217;s wat I was looking for&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drag-drop on non-list based controls in Flex/AIR by Evisong</title>
		<link>http://www.swamicharan.com/blog/flex/drag-drop-on-non-list-based-controls-in-flexair/comment-page-1/#comment-6584</link>
		<dc:creator>Evisong</dc:creator>
		<pubDate>Wed, 22 Jun 2011 14:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=338#comment-6584</guid>
		<description>I wish I found your article earlier. I investigate into this for a while and I feel lucky to have found the DragManager during reading Flex source code.</description>
		<content:encoded><![CDATA[<p>I wish I found your article earlier. I investigate into this for a while and I feel lucky to have found the DragManager during reading Flex source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ADOBE and AVATAR by sachin</title>
		<link>http://www.swamicharan.com/blog/adobe/adobe-and-avatar/comment-page-1/#comment-5889</link>
		<dc:creator>sachin</dc:creator>
		<pubDate>Wed, 18 May 2011 06:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=727#comment-5889</guid>
		<description>waooooooo...
Realy It is proudly that be a part of ADOBE...</description>
		<content:encoded><![CDATA[<p>waooooooo&#8230;<br />
Realy It is proudly that be a part of ADOBE&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minimizing an AIR App to SystemTray by rajat goyal</title>
		<link>http://www.swamicharan.com/blog/air/minimizing-an-air-app-to-systemtray/comment-page-1/#comment-4557</link>
		<dc:creator>rajat goyal</dc:creator>
		<pubDate>Mon, 28 Feb 2011 17:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=276#comment-4557</guid>
		<description>got it figured out myself :) , 

you should change ,,

&quot;stage.nativeWindow.addEventListener(NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING, winMinimized);&quot; 

                                                                to 

&quot;this.nativeWindow.addEventListener(NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING, winMinimized);&quot;


thanks again for the code .</description>
		<content:encoded><![CDATA[<p>got it figured out myself <img src='http://www.swamicharan.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , </p>
<p>you should change ,,</p>
<p>&#8220;stage.nativeWindow.addEventListener(NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING, winMinimized);&#8221; </p>
<p>                                                                to </p>
<p>&#8220;this.nativeWindow.addEventListener(NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING, winMinimized);&#8221;</p>
<p>thanks again for the code .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minimizing an AIR App to SystemTray by rajat goyal</title>
		<link>http://www.swamicharan.com/blog/air/minimizing-an-air-app-to-systemtray/comment-page-1/#comment-4556</link>
		<dc:creator>rajat goyal</dc:creator>
		<pubDate>Mon, 28 Feb 2011 17:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=276#comment-4556</guid>
		<description>great work !! thanks !!

i have one prob. , the close button is working fine but the tray icon does not show any menu , and also the minimize button also does not minimize it to tray . 

i&#039;m getting a null reference err at this line when i start the project :
stage.nativeWindow.addEventListener(NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING, winMinimized);</description>
		<content:encoded><![CDATA[<p>great work !! thanks !!</p>
<p>i have one prob. , the close button is working fine but the tray icon does not show any menu , and also the minimize button also does not minimize it to tray . </p>
<p>i&#8217;m getting a null reference err at this line when i start the project :<br />
stage.nativeWindow.addEventListener(NativeWindowDisplayStateEvent.DISPLAY_STATE_CHANGING, winMinimized);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minimizing an AIR App to SystemTray by memo</title>
		<link>http://www.swamicharan.com/blog/air/minimizing-an-air-app-to-systemtray/comment-page-1/#comment-4325</link>
		<dc:creator>memo</dc:creator>
		<pubDate>Tue, 08 Feb 2011 11:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=276#comment-4325</guid>
		<description>Hi,
I tried you example and it is working.
But when I move code to class i am having problems:
1. stage is null (i solved this with passing the stage variable to class so i can use it)
2. next problem is EVENTs, they are not fired, i checked with debuger and it is not entering method (readyToTray), maybe i miss something here

Can you help with this?

Thx</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried you example and it is working.<br />
But when I move code to class i am having problems:<br />
1. stage is null (i solved this with passing the stage variable to class so i can use it)<br />
2. next problem is EVENTs, they are not fired, i checked with debuger and it is not entering method (readyToTray), maybe i miss something here</p>
<p>Can you help with this?</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minimizing an AIR App to SystemTray by Chun Elmblad</title>
		<link>http://www.swamicharan.com/blog/air/minimizing-an-air-app-to-systemtray/comment-page-1/#comment-4101</link>
		<dc:creator>Chun Elmblad</dc:creator>
		<pubDate>Sat, 29 Jan 2011 08:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=276#comment-4101</guid>
		<description>I&#039;m not capable of view this website correctly on firefox I feel there is a drawback</description>
		<content:encoded><![CDATA[<p>I&#8217;m not capable of view this website correctly on firefox I feel there is a drawback</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Dynamic Accordian Menu in Flash CS4 with ActionScript3.0 and XML by Usually</title>
		<link>http://www.swamicharan.com/blog/flash/creating-dynamic-accordian-menu-in-flash-cs4-with-actionscript3-0-and-xml/comment-page-1/#comment-3258</link>
		<dc:creator>Usually</dc:creator>
		<pubDate>Tue, 21 Dec 2010 07:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=488#comment-3258</guid>
		<description>Hey!, I just noticed your RSS feed isn&#039;t working when I attempted to subscribe :( Just an FYI!</description>
		<content:encoded><![CDATA[<p>Hey!, I just noticed your RSS feed isn&#8217;t working when I attempted to subscribe <img src='http://www.swamicharan.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Just an FYI!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Minimizing an AIR App to SystemTray by Yaseen Shaik</title>
		<link>http://www.swamicharan.com/blog/air/minimizing-an-air-app-to-systemtray/comment-page-1/#comment-3237</link>
		<dc:creator>Yaseen Shaik</dc:creator>
		<pubDate>Mon, 20 Dec 2010 08:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.swamicharan.com/blog/?p=276#comment-3237</guid>
		<description>Awesome....thanks a lot.</description>
		<content:encoded><![CDATA[<p>Awesome&#8230;.thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

