





<?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 xJSFL</title>
	<atom:link href="http://www.xjsfl.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xjsfl.com</link>
	<description>The rapid development framework for extending Adobe Flash</description>
	<lastBuildDate>Wed, 10 Apr 2013 07:41:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>Comment on Komodo AutoCode Extension by Dave Stewart</title>
		<link>http://www.xjsfl.com/support/setup/komodo/autocode/comment-page-1#comment-1161</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Wed, 10 Apr 2013 07:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=799#comment-1161</guid>
		<description>Updated now. Check the main download link.</description>
		<content:encoded><![CDATA[<p>Updated now. Check the main download link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on xJSFL Installation by Dave Stewart</title>
		<link>http://www.xjsfl.com/support/setup/quick-start/installation/comment-page-1#comment-1120</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Sat, 23 Mar 2013 20:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=409#comment-1120</guid>
		<description>It will still install. The warning is just there for developers who won&#039;t be able to see errors when then develop JSFL.</description>
		<content:encoded><![CDATA[<p>It will still install. The warning is just there for developers who won&#8217;t be able to see errors when then develop JSFL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on xJSFL Installation by Sebastian Gomis</title>
		<link>http://www.xjsfl.com/support/setup/quick-start/installation/comment-page-1#comment-1083</link>
		<dc:creator>Sebastian Gomis</dc:creator>
		<pubDate>Thu, 14 Mar 2013 12:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=409#comment-1083</guid>
		<description>Not installing on CS6, I got an alert warning about a bug in versions higher than CS5 that outputs empty javascript erros. Then it just stopped...</description>
		<content:encoded><![CDATA[<p>Not installing on CS6, I got an alert warning about a bug in versions higher than CS5 that outputs empty javascript erros. Then it just stopped&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Komodo xJSFL Extension by Dave Stewart</title>
		<link>http://www.xjsfl.com/support/setup/komodo/xjsfl-extension/comment-page-1#comment-1079</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Tue, 12 Mar 2013 12:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=778#comment-1079</guid>
		<description>Ah, I&#039;ll need to update it. Hopefully will be able to get that done this week. I&#039;ll tweet when there&#039;s an update!</description>
		<content:encoded><![CDATA[<p>Ah, I&#8217;ll need to update it. Hopefully will be able to get that done this week. I&#8217;ll tweet when there&#8217;s an update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Komodo xJSFL Extension by sameh</title>
		<link>http://www.xjsfl.com/support/setup/komodo/xjsfl-extension/comment-page-1#comment-1078</link>
		<dc:creator>sameh</dc:creator>
		<pubDate>Tue, 12 Mar 2013 11:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=778#comment-1078</guid>
		<description>When I followed these steps, I got: 
&quot;xJSFL is incompatible with Komodo Edit 8.0&quot;
and the extension is disabled :(
the extension version is 1.01 (the latest @GitHub)

Any idea?</description>
		<content:encoded><![CDATA[<p>When I followed these steps, I got:<br />
&#8220;xJSFL is incompatible with Komodo Edit 8.0&#8243;<br />
and the extension is disabled :(<br />
the extension version is 1.01 (the latest @GitHub)</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Komodo AutoCode Extension by bluepicaso</title>
		<link>http://www.xjsfl.com/support/setup/komodo/autocode/comment-page-1#comment-1070</link>
		<dc:creator>bluepicaso</dc:creator>
		<pubDate>Thu, 07 Mar 2013 05:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=799#comment-1070</guid>
		<description>updates for  komodo edit 8??</description>
		<content:encoded><![CDATA[<p>updates for  komodo edit 8??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XUL (library) by Raven Alef</title>
		<link>http://www.xjsfl.com/support/api/ui/xul/comment-page-1#comment-1052</link>
		<dc:creator>Raven Alef</dc:creator>
		<pubDate>Wed, 20 Feb 2013 23:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=534#comment-1052</guid>
		<description>The example for Events http://www.xjsfl.com/support/api/ui/XUL#events doesn&#039;t work.  It looks like create() only returns a generic object.  If you use .factory() that does work.

function onChange(event)
{
    trace(event.control.value);
}

XUL
	.factory(&#039;a, b, c&#039;)
	.addEvent(&#039;a&#039;, &#039;change&#039;, onChange)
	.show();</description>
		<content:encoded><![CDATA[<p>The example for Events <a href="http://www.xjsfl.com/support/api/ui/XUL#events" rel="nofollow">http://www.xjsfl.com/support/api/ui/XUL#events</a> doesn&#8217;t work.  It looks like create() only returns a generic object.  If you use .factory() that does work.</p>
<p>function onChange(event)<br />
{<br />
    trace(event.control.value);<br />
}</p>
<p>XUL<br />
	.factory(&#8216;a, b, c&#8217;)<br />
	.addEvent(&#8216;a&#8217;, &#8216;change&#8217;, onChange)<br />
	.show();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top JSFL bugs to fix by Maor</title>
		<link>http://www.xjsfl.com/blog/top-jsfl-bugs-to-fix/comment-page-1#comment-1051</link>
		<dc:creator>Maor</dc:creator>
		<pubDate>Wed, 20 Feb 2013 22:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=975#comment-1051</guid>
		<description>iv&#039;e been dabbling with it for a week now, tracing capabilities.isDebugger from a loaded swf outputs true, also the System.pause/resume which are only for debugger version work and sockets work to...

So by theory it should work... 

I would love to hear the answer  to this when you receive it!</description>
		<content:encoded><![CDATA[<p>iv&#8217;e been dabbling with it for a week now, tracing capabilities.isDebugger from a loaded swf outputs true, also the System.pause/resume which are only for debugger version work and sockets work to&#8230;</p>
<p>So by theory it should work&#8230; </p>
<p>I would love to hear the answer  to this when you receive it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top JSFL bugs to fix by Dave Stewart</title>
		<link>http://www.xjsfl.com/blog/top-jsfl-bugs-to-fix/comment-page-1#comment-1050</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Wed, 20 Feb 2013 20:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=975#comment-1050</guid>
		<description>How funny! I emailed Adobe last week about this, asking if it was possible for panels to run the debug player, and the answer I got was &quot;Good question, but I don’t have an answer now. I’ll get back to you on this after talking to the relevant folks&quot;.

I mainly use the FlashDevelop debugger for testing panel SWFs in development, then MonsterDebugger when panels are live. It sure would be nice to catch breakpoints live though :)</description>
		<content:encoded><![CDATA[<p>How funny! I emailed Adobe last week about this, asking if it was possible for panels to run the debug player, and the answer I got was &#8220;Good question, but I don’t have an answer now. I’ll get back to you on this after talking to the relevant folks&#8221;.</p>
<p>I mainly use the FlashDevelop debugger for testing panel SWFs in development, then MonsterDebugger when panels are live. It sure would be nice to catch breakpoints live though :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Top JSFL bugs to fix by Maor</title>
		<link>http://www.xjsfl.com/blog/top-jsfl-bugs-to-fix/comment-page-1#comment-1048</link>
		<dc:creator>Maor</dc:creator>
		<pubDate>Wed, 20 Feb 2013 19:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.xjsfl.com/?p=975#comment-1048</guid>
		<description>Debugging swf panel!!! if it was possible to connect flash builder or some other debugger to the swf panel it would be awesome!!. 

only one ive manged to connect is monster debugger which doesn&#039;t support stepping and watch expressions.

this should be relatively easy  as the panel does run in debug mode and could connect to remote debugging quit easily...</description>
		<content:encoded><![CDATA[<p>Debugging swf panel!!! if it was possible to connect flash builder or some other debugger to the swf panel it would be awesome!!. </p>
<p>only one ive manged to connect is monster debugger which doesn&#8217;t support stepping and watch expressions.</p>
<p>this should be relatively easy  as the panel does run in debug mode and could connect to remote debugging quit easily&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
