<?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 Sönke Rohde</title>
	<atom:link href="http://soenkerohde.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Sun, 20 May 2012 23:30:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>Comment on CoffeeScript with Sublime Text by NxD</title>
		<link>http://soenkerohde.com/2011/11/coffeescript-with-sublime-text/comment-page-1/#comment-30897</link>
		<dc:creator>NxD</dc:creator>
		<pubDate>Sun, 20 May 2012 23:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=1047#comment-30897</guid>
		<description>Ovidiu C. - to avoid getting:
[Errno 2] No such file or directory
[Finished]

...Confirm that the coffee interpreter is installed - see http://jashkenas.github.com/coffee-script/
As indicated in the package&#039;s README, I used &quot;sudo bin/cake install&quot; 
Open a terminal session, and type &quot;coffee&quot;. You should see the &quot;coffee: &quot; prompt.
If you go to the directory where you saved &quot;helloWorld&quot; and type &quot;coffee helloWorld.coffee&quot;. you should see its output.
You&#039;ll need to remove &quot;-c&quot; from CoffeeScript.sublime-build file for it to work in Sublime console (a per SiM)</description>
		<content:encoded><![CDATA[<p>Ovidiu C. &#8211; to avoid getting:<br />
[Errno 2] No such file or directory<br />
[Finished]</p>
<p>&#8230;Confirm that the coffee interpreter is installed &#8211; see <a href="http://jashkenas.github.com/coffee-script/" rel="nofollow">http://jashkenas.github.com/coffee-script/</a><br />
As indicated in the package&#8217;s README, I used &#8220;sudo bin/cake install&#8221;<br />
Open a terminal session, and type &#8220;coffee&#8221;. You should see the &#8220;coffee: &#8221; prompt.<br />
If you go to the directory where you saved &#8220;helloWorld&#8221; and type &#8220;coffee helloWorld.coffee&#8221;. you should see its output.<br />
You&#8217;ll need to remove &#8220;-c&#8221; from CoffeeScript.sublime-build file for it to work in Sublime console (a per SiM)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CoffeeScript with Sublime Text by SiM</title>
		<link>http://soenkerohde.com/2011/11/coffeescript-with-sublime-text/comment-page-1/#comment-30893</link>
		<dc:creator>SiM</dc:creator>
		<pubDate>Thu, 17 May 2012 16:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=1047#comment-30893</guid>
		<description>Got it:
Had to remove &quot;-c&quot; from

“cmd”: [&quot;iced&quot;,&quot;-c&quot;,&quot;$file&quot;],</description>
		<content:encoded><![CDATA[<p>Got it:<br />
Had to remove &#8220;-c&#8221; from</p>
<p>“cmd”: ["iced","-c","$file"],</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CoffeeScript with Sublime Text by SiM</title>
		<link>http://soenkerohde.com/2011/11/coffeescript-with-sublime-text/comment-page-1/#comment-30892</link>
		<dc:creator>SiM</dc:creator>
		<pubDate>Thu, 17 May 2012 16:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=1047#comment-30892</guid>
		<description>I installed coffeescript and Icedcoffeescript through npm install -g and then installed Icedcoffeescript package, NOT the coffeescript package, through ST2 package manager. The IcedCoffeeScript.sublime-build looks like:

{
	&quot;path&quot;: &quot;$HOME/bin:/usr/local/bin:$PATH&quot;,
	&quot;cmd&quot;: [&quot;iced&quot;,&quot;-c&quot;,&quot;$file&quot;],
	&quot;file_regex&quot;: &quot;^(...*?):([0-9]*):?([0-9]*)&quot;,
	&quot;selector&quot;: &quot;source.coffee&quot;
}

Problem is that when I try to Cmd-B a file test.coffee:
console.log &quot;Hello World!&quot;

The console output is just:
[Finished]

What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I installed coffeescript and Icedcoffeescript through npm install -g and then installed Icedcoffeescript package, NOT the coffeescript package, through ST2 package manager. The IcedCoffeeScript.sublime-build looks like:</p>
<p>{<br />
	&#8220;path&#8221;: &#8220;$HOME/bin:/usr/local/bin:$PATH&#8221;,<br />
	&#8220;cmd&#8221;: ["iced","-c","$file"],<br />
	&#8220;file_regex&#8221;: &#8220;^(&#8230;*?):([0-9]*):?([0-9]*)&#8221;,<br />
	&#8220;selector&#8221;: &#8220;source.coffee&#8221;<br />
}</p>
<p>Problem is that when I try to Cmd-B a file test.coffee:<br />
console.log &#8220;Hello World!&#8221;</p>
<p>The console output is just:<br />
[Finished]</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AIR Mobile StageWebView UIComponent by Raja</title>
		<link>http://soenkerohde.com/2010/11/air-mobile-stagewebview-uicomponent/comment-page-1/#comment-30889</link>
		<dc:creator>Raja</dc:creator>
		<pubDate>Thu, 17 May 2012 09:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=995#comment-30889</guid>
		<description>Hi, 

Im using StageWebView to display a webpage on my Android Application.....Can any one please help me , how to change the Default WHITE Background color of the StageWebView....


Thanks,
Rajkumar</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Im using StageWebView to display a webpage on my Android Application&#8230;..Can any one please help me , how to change the Default WHITE Background color of the StageWebView&#8230;.</p>
<p>Thanks,<br />
Rajkumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter AS3 OAuth Lib with Flex 4 example by Sönke</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-30879</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Tue, 15 May 2012 05:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-30879</guid>
		<description>Sorry for that, haven&#039;t looked at that code for a very long time.</description>
		<content:encoded><![CDATA[<p>Sorry for that, haven&#8217;t looked at that code for a very long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter AS3 OAuth Lib with Flex 4 example by Shawn</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-30868</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sun, 13 May 2012 06:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-30868</guid>
		<description>Sorry for the false lead guys, actually adding &quot;oauth_version&quot; didn&#039;t help, I&#039;m still getting a 2032.

This sucks, this whole lib is basically useless because of this mysterious error :(</description>
		<content:encoded><![CDATA[<p>Sorry for the false lead guys, actually adding &#8220;oauth_version&#8221; didn&#8217;t help, I&#8217;m still getting a 2032.</p>
<p>This sucks, this whole lib is basically useless because of this mysterious error <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CoffeeScript with Sublime Text by Sönke</title>
		<link>http://soenkerohde.com/2011/11/coffeescript-with-sublime-text/comment-page-1/#comment-30850</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 07 May 2012 17:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=1047#comment-30850</guid>
		<description>Did you set CoffeeScript as the build target?
Tools-&gt;Build System</description>
		<content:encoded><![CDATA[<p>Did you set CoffeeScript as the build target?<br />
Tools-&gt;Build System</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CoffeeScript with Sublime Text by Ovidiu C.</title>
		<link>http://soenkerohde.com/2011/11/coffeescript-with-sublime-text/comment-page-1/#comment-30849</link>
		<dc:creator>Ovidiu C.</dc:creator>
		<pubDate>Mon, 07 May 2012 08:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=1047#comment-30849</guid>
		<description>The syntax highlighting worked, but for some reason the second part doesn&#039;t. When I try to execute the script with CMD-B I get this: 

[Errno 2] No such file or directory
[Finished]

Do I have to change anything in the CoffeeScript.sublime-build file?

Thanks!</description>
		<content:encoded><![CDATA[<p>The syntax highlighting worked, but for some reason the second part doesn&#8217;t. When I try to execute the script with CMD-B I get this: </p>
<p>[Errno 2] No such file or directory<br />
[Finished]</p>
<p>Do I have to change anything in the CoffeeScript.sublime-build file?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Image control as Button by Alanzo</title>
		<link>http://soenkerohde.com/2008/05/flex-image-control-as-button/comment-page-1/#comment-30779</link>
		<dc:creator>Alanzo</dc:creator>
		<pubDate>Wed, 18 Apr 2012 11:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=193#comment-30779</guid>
		<description>Thanks, that tip was just what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks, that tip was just what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CoffeeScript with Sublime Text by Sönke</title>
		<link>http://soenkerohde.com/2011/11/coffeescript-with-sublime-text/comment-page-1/#comment-30774</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Fri, 13 Apr 2012 20:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=1047#comment-30774</guid>
		<description>Sweet, thanks a lot Ian and good luck!</description>
		<content:encoded><![CDATA[<p>Sweet, thanks a lot Ian and good luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

