<?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 Alain Hufkens</title>
	<atom:link href="http://www.hufkens.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hufkens.net</link>
	<description>{Technology Enthusiast &#38; Developer}</description>
	<lastBuildDate>Thu, 19 Jan 2012 21:46:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on How to restart an AIR application from code by SnakeMedia</title>
		<link>http://www.hufkens.net/2009/03/how-to-restart-an-air-application-from-code/comment-page-1/#comment-2725</link>
		<dc:creator>SnakeMedia</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=447#comment-2725</guid>
		<description>ANd i have been fixed for Flex 4.6 SDK

Please do not forget for Application into FlexGlobals replacement!!!!

Look like this:
Code:
&lt;code&gt;/**
 * 
 * Reboot of Air App
 * 
 */
package
{
	import adobe.utils.ProductManager;
	
	import flash.desktop.NativeApplication;
	
	import mx.core.FlexGlobals;
	import spark.components.WindowedApplication;

	public function Reboot():void
	{
		var app:WindowedApplication = WindowedApplication(FlexGlobals.topLevelApplication);
		
		var mgr:ProductManager = new ProductManager(&quot;airappinstaller&quot;);
		mgr.launch(&quot;-launch &quot;+app.nativeApplication.applicationID+&quot; &quot;+app.nativeApplication.publisherID);
		app.close();
	}
}&lt;/code&gt;

If you are using Flex 4.6 than you just replace from &quot;Application&quot; to &quot;FlexGlobals&quot; It will work for restart. I have been testet this Application Air :)

Thanks SnakeMedia</description>
		<content:encoded><![CDATA[<p>ANd i have been fixed for Flex 4.6 SDK</p>
<p>Please do not forget for Application into FlexGlobals replacement!!!!</p>
<p>Look like this:<br />
Code:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:540px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">/**<br />
&nbsp;* <br />
&nbsp;* Reboot of Air App<br />
&nbsp;* <br />
&nbsp;*/<br />
package<br />
{<br />
&nbsp; import adobe.utils.ProductManager;<br />
&nbsp; <br />
&nbsp; import flash.desktop.NativeApplication;<br />
&nbsp; <br />
&nbsp; import mx.core.FlexGlobals;<br />
&nbsp; import spark.components.WindowedApplication;<br />
<br />
&nbsp; public function Reboot():void<br />
&nbsp; {<br />
&nbsp; &nbsp; var app:WindowedApplication = WindowedApplication(FlexGlobals.topLevelApplication);<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; var mgr:ProductManager = new ProductManager(&quot;airappinstaller&quot;);<br />
&nbsp; &nbsp; mgr.launch(&quot;-launch &quot;+app.nativeApplication.applicationID+&quot; &quot;+app.nativeApplication.publisherID);<br />
&nbsp; &nbsp; app.close();<br />
&nbsp; }<br />
}</div></div>
<p>If you are using Flex 4.6 than you just replace from &#8220;Application&#8221; to &#8220;FlexGlobals&#8221; It will work for restart. I have been testet this Application Air <img src='http://www.hufkens.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks SnakeMedia</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to restart an AIR application from code by SnakeMedia</title>
		<link>http://www.hufkens.net/2009/03/how-to-restart-an-air-application-from-code/comment-page-1/#comment-2716</link>
		<dc:creator>SnakeMedia</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=447#comment-2716</guid>
		<description>WOW that is a nice trick!
For Windows Vista and 7 Version?
 Eh that is best idea but how does Adobe AIr work when i am starting into Administrative Right? If Air App writes regfile and starts process with powershell for regfile will write into registry database than Air App will restart - but it can not show Administrative Mode ( Yes or No ).

Thanks best regards SnakeMedia</description>
		<content:encoded><![CDATA[<p>WOW that is a nice trick!<br />
For Windows Vista and 7 Version?<br />
 Eh that is best idea but how does Adobe AIr work when i am starting into Administrative Right? If Air App writes regfile and starts process with powershell for regfile will write into registry database than Air App will restart &#8211; but it can not show Administrative Mode ( Yes or No ).</p>
<p>Thanks best regards SnakeMedia</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Must-have iOS Libraries by andikurnia</title>
		<link>http://www.hufkens.net/2011/10/must-have-ios-libraries/comment-page-1/#comment-2480</link>
		<dc:creator>andikurnia</dc:creator>
		<pubDate>Mon, 05 Dec 2011 14:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=14833#comment-2480</guid>
		<description>thank you for sharing about nimbus. That&#039;s what I looking for..</description>
		<content:encoded><![CDATA[<p>thank you for sharing about nimbus. That&#8217;s what I looking for..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex HTTPService and Basic Authentication by Vishal</title>
		<link>http://www.hufkens.net/2009/03/flex-httpservice-and-basic-authentication/comment-page-1/#comment-2457</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Fri, 02 Dec 2011 09:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=529#comment-2457</guid>
		<description>private function authAndSend(service:HTTPService):void
			{
				var encoder:Base64Encoder = new Base64Encoder();
				//encoder.insertNewLines = false; // see below for why you need to do this
				encoder.encode(&quot;test99:198$elect&quot;);
				service.headers[&quot;Authorization&quot;] = &quot;Basic &quot; + encoder.toString();                                                
				service.send();
			}


I am not able to get it work in Flex Mobile 4.5

Jack can you help me</description>
		<content:encoded><![CDATA[<p>private function authAndSend(service:HTTPService):void<br />
			{<br />
				var encoder:Base64Encoder = new Base64Encoder();<br />
				//encoder.insertNewLines = false; // see below for why you need to do this<br />
				encoder.encode(&#8220;test99:198$elect&#8221;);<br />
				service.headers["Authorization"] = &#8220;Basic &#8221; + encoder.toString();<br />
				service.send();<br />
			}</p>
<p>I am not able to get it work in Flex Mobile 4.5</p>
<p>Jack can you help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Must-have iOS Libraries by Jeff Verkoeyen</title>
		<link>http://www.hufkens.net/2011/10/must-have-ios-libraries/comment-page-1/#comment-1930</link>
		<dc:creator>Jeff Verkoeyen</dc:creator>
		<pubDate>Thu, 13 Oct 2011 13:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=14833#comment-1930</guid>
		<description>Thanks for the kind words about Nimbus. I&#039;m definitely looking forward to the library getting even better over time - still much work to be done! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the kind words about Nimbus. I&#8217;m definitely looking forward to the library getting even better over time &#8211; still much work to be done! <img src='http://www.hufkens.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to restart an AIR application from code by Ceola Phomphithak</title>
		<link>http://www.hufkens.net/2009/03/how-to-restart-an-air-application-from-code/comment-page-1/#comment-1485</link>
		<dc:creator>Ceola Phomphithak</dc:creator>
		<pubDate>Thu, 08 Sep 2011 01:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=447#comment-1485</guid>
		<description>A cool blog post there mate . Thanks for it !</description>
		<content:encoded><![CDATA[<p>A cool blog post there mate . Thanks for it !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to restart an AIR application from code by cbrown</title>
		<link>http://www.hufkens.net/2009/03/how-to-restart-an-air-application-from-code/comment-page-1/#comment-1337</link>
		<dc:creator>cbrown</dc:creator>
		<pubDate>Sun, 21 Aug 2011 19:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=447#comment-1337</guid>
		<description>Works for me on both osx 10.6.8 and windows 7 with an air app from flash pro using:

import flash.desktop.NativeApplication;
var mgr:ProductManager = new ProductManager(&quot;airappinstaller&quot;);
mgr.launch(&quot;-launch &quot; + NativeApplication.nativeApplication.applicationID + &quot; &quot; + NativeApplication.nativeApplication.publisherID);
NativeApplication.nativeApplication.exit();

UNLESS... an flvplayback component loads a video! After that, it will only close and not restart. I&#039;ve tried everything under the sun to destroy the video/component before the restart to no avail. Any suggestions are very appreciated, thanks.</description>
		<content:encoded><![CDATA[<p>Works for me on both osx 10.6.8 and windows 7 with an air app from flash pro using:</p>
<p>import flash.desktop.NativeApplication;<br />
var mgr:ProductManager = new ProductManager(&#8220;airappinstaller&#8221;);<br />
mgr.launch(&#8220;-launch &#8221; + NativeApplication.nativeApplication.applicationID + &#8221; &#8221; + NativeApplication.nativeApplication.publisherID);<br />
NativeApplication.nativeApplication.exit();</p>
<p>UNLESS&#8230; an flvplayback component loads a video! After that, it will only close and not restart. I&#8217;ve tried everything under the sun to destroy the video/component before the restart to no avail. Any suggestions are very appreciated, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Great iPad apps for Kids by Frank</title>
		<link>http://www.hufkens.net/2011/07/great-ipad-apps-for-kids/comment-page-1/#comment-1150</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 23 Jul 2011 11:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=13998#comment-1150</guid>
		<description>Great list Alain! My 3.5 year old loves Morris and roxies amazing vacation adventure. She is a big fan of your Bumba-app as well.</description>
		<content:encoded><![CDATA[<p>Great list Alain! My 3.5 year old loves Morris and roxies amazing vacation adventure. She is a big fan of your Bumba-app as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Great iPad apps for Kids by Paul</title>
		<link>http://www.hufkens.net/2011/07/great-ipad-apps-for-kids/comment-page-1/#comment-1146</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 22 Jul 2011 15:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=13998#comment-1146</guid>
		<description>Great reviews. My 2-year old daughter loves &lt;a href=&quot;http://bit.ly/getalphabet&quot; rel=&quot;nofollow&quot;&gt;Animal Alphabet HD - By Fish The Mouse Media&lt;/a&gt; The letter scenes are beautiful and plenty of animations.</description>
		<content:encoded><![CDATA[<p>Great reviews. My 2-year old daughter loves <a href="http://bit.ly/getalphabet" rel="nofollow">Animal Alphabet HD &#8211; By Fish The Mouse Media</a> The letter scenes are beautiful and plenty of animations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Raz*War iPhone App by Midge</title>
		<link>http://www.hufkens.net/2010/10/razwar-iphone-app/comment-page-1/#comment-1069</link>
		<dc:creator>Midge</dc:creator>
		<pubDate>Fri, 24 Jun 2011 11:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=7783#comment-1069</guid>
		<description>Shoot, who would have thohgut that it was that easy?</description>
		<content:encoded><![CDATA[<p>Shoot, who would have thohgut that it was that easy?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

