<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>franto.com &#187; Feedback</title>
	<atom:link href="http://franto.com/tag/feedback/feed/" rel="self" type="application/rss+xml" />
	<link>http://franto.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Apr 2010 06:19:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fastest way of closing AIR application</title>
		<link>http://franto.com/fastest-way-of-closing-air-application/</link>
		<comments>http://franto.com/fastest-way-of-closing-air-application/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 10:03:12 +0000</pubDate>
		<dc:creator>Franto</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[AIR Tips]]></category>
		<category><![CDATA[Feedback]]></category>

		<guid isPermaLink="false">http://www.franto.com/?p=932</guid>
		<description><![CDATA[In my appliaction, The code: "application.close();" is used to exit
the application. And I found, no. of ways are there to exit the application. Let me
know, which one is best , should allow the grace full exit and should faster.

No. of ways to Exit in Flex:

       1. NativeApplication.nativeApplication.exit();
       2. Application.application.exit();
       3. application.close();
       4. exit();

       And please advise, any other option is there to exit the application.]]></description>
			<content:encoded><![CDATA[<p>Today on <a href="http://code.google.com/p/flexlib/">FlexLib</a> mailinglist I&#8217;ve found quite nice and interesting question:</p>
<blockquote><p>Dear Folks,</p>
<p>       In my appliaction, The code: &#8220;application.close();&#8221; is used to exit<br />
the application.<br />
And I found, no. of ways are there to exit the application. Let me<br />
know, which one is best , should allow the<br />
grace full exit and should faster.</p>
<p> No. of ways to Exit in Flex:</p>
<p>       1. NativeApplication.nativeApplication.exit();<br />
       2. Application.application.exit();<br />
       3. application.close();<br />
       4. exit();</p>
<p>       And please advise, any other option is there to exit the application.</p>
<p>Thanks in Advance</p>
<p>Lokh</p></blockquote>
<p>What are your experiences with closing AIR application. Do you think it&#8217;s matters on function which is  closing AIR application?</p>
<p>Post your thoughts and I will post them to the FlexLib mailinglist.</p>
<p>Thank you</p>
]]></content:encoded>
			<wfw:commentRss>http://franto.com/fastest-way-of-closing-air-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
