<?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 on: XrayLogger for AS3 (Alpha)</title>
	<atom:link href="http://renaun.com/blog/2006/08/31/91/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2006/08/31/91/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Wed, 07 Jan 2009 08:20:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike Britton</title>
		<link>http://renaun.com/blog/2006/08/31/91/comment-page-1/#comment-480572</link>
		<dc:creator>Mike Britton</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-480572</guid>
		<description>But it's free!  ;)

I've started using it instead of Thunderbolt.  Can't wait for the full functionality.  Nice work.</description>
		<content:encoded><![CDATA[<p>But it&#8217;s free!  ;)</p>
<p>I&#8217;ve started using it instead of Thunderbolt.  Can&#8217;t wait for the full functionality.  Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philip bulley</title>
		<link>http://renaun.com/blog/2006/08/31/91/comment-page-1/#comment-409026</link>
		<dc:creator>philip bulley</dc:creator>
		<pubDate>Sun, 30 Nov 2003 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-409026</guid>
		<description>so what's the easiest way to use Xray with AS3 in the CS3 IDE? still no as3 connector on osflash!

it's a shame that such a simply effing great and easy to use tool, isn't being given the attention it deserves :~(</description>
		<content:encoded><![CDATA[<p>so what&#8217;s the easiest way to use Xray with AS3 in the CS3 IDE? still no as3 connector on osflash!</p>
<p>it&#8217;s a shame that such a simply effing great and easy to use tool, isn&#8217;t being given the attention it deserves :~(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/08/31/91/comment-page-1/#comment-342358</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-342358</guid>
		<description>I haven't revisited this in a long while.  Not sure what the status of XRay is any more.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t revisited this in a long while.  Not sure what the status of XRay is any more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bachir</title>
		<link>http://renaun.com/blog/2006/08/31/91/comment-page-1/#comment-336629</link>
		<dc:creator>Bachir</dc:creator>
		<pubDate>Sat, 30 Nov 2002 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-336629</guid>
		<description>I'm trying to get Xray to work with flashdevelop but can't seem to figure it out.

I can see the output tracing alright, but how can i get the application  view to connect?

when i hit on "_level0" "go" button, I get :
(12271) 
view tree called

_level0

(12272) 
stage is not initialized

(12272) 
inspect object error: stage

Error #1009: Cannot access a property or method of a null object reference.


did anyone get this to work properly?

pls help thx</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get Xray to work with flashdevelop but can&#8217;t seem to figure it out.</p>
<p>I can see the output tracing alright, but how can i get the application  view to connect?</p>
<p>when i hit on &#8220;_level0&#8243; &#8220;go&#8221; button, I get :<br />
(12271)<br />
view tree called</p>
<p>_level0</p>
<p>(12272)<br />
stage is not initialized</p>
<p>(12272)<br />
inspect object error: stage</p>
<p>Error #1009: Cannot access a property or method of a null object reference.</p>
<p>did anyone get this to work properly?</p>
<p>pls help thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rostislav Siryk</title>
		<link>http://renaun.com/blog/2006/08/31/91/comment-page-1/#comment-27862</link>
		<dc:creator>Rostislav Siryk</dc:creator>
		<pubDate>Wed, 30 Nov 2011 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-27862</guid>
		<description>BTW, In February 2007 John has released the a href="http://www.rockonflash.com/xray/downloads/connector/AS3_FLEX2_CONNECTOR_ALPHA.zip"&#62;Very Alpha of Xray Flex2 Connector&lt;/a&gt;!

So now you can inspect/debug your flex application.

Usage:

import com.blitzagency.xray.inspector.flex2.Xray; 
// instantiate Xray:
private var xray:Xray = new Xray();

There's small and only one error (or rather misprint) you must fix in downloaded sources to make it compile correctly. You must replace the uppercase "F" to lowercase "f" in the "Flex2" imported package name in the com.blitzagency.xray.inspector.flex2.Xray.as file, so the correct import should look like:

&lt;code&gt;import com.blitzagency.xray.inspector.&lt;b&gt;f&lt;/b&gt;lex2.FlexObjectInspector; &lt;/code&gt;

Happy Xraying!

-- 
Rost</description>
		<content:encoded><![CDATA[<p>BTW, In February 2007 John has released the a href=&#8221;http://www.rockonflash.com/xray/downloads/connector/AS3_FLEX2_CONNECTOR_ALPHA.zip&#8221;&gt;Very Alpha of Xray Flex2 Connector!</p>
<p>So now you can inspect/debug your flex application.</p>
<p>Usage:</p>
<p>import com.blitzagency.xray.inspector.flex2.Xray;<br />
// instantiate Xray:<br />
private var xray:Xray = new Xray();</p>
<p>There&#8217;s small and only one error (or rather misprint) you must fix in downloaded sources to make it compile correctly. You must replace the uppercase &#8220;F&#8221; to lowercase &#8220;f&#8221; in the &#8220;Flex2&#8243; imported package name in the com.blitzagency.xray.inspector.flex2.Xray.as file, so the correct import should look like:</p>
<p><code>import com.blitzagency.xray.inspector.<b>f</b>lex2.FlexObjectInspector; </code></p>
<p>Happy Xraying!</p>
<p>&#8211;<br />
Rost</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://renaun.com/blog/2006/08/31/91/comment-page-1/#comment-6012</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Fri, 30 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-6012</guid>
		<description>Im having the same problem too, show output is on, and the example app seems to work fine. Any other ideas? (the output panel doesnt show up either)

any help woudl be great!

h</description>
		<content:encoded><![CDATA[<p>Im having the same problem too, show output is on, and the example app seems to work fine. Any other ideas? (the output panel doesnt show up either)</p>
<p>any help woudl be great!</p>
<p>h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renaun Erickson</title>
		<link>http://renaun.com/blog/2006/08/31/91/comment-page-1/#comment-5237</link>
		<dc:creator>Renaun Erickson</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-5237</guid>
		<description>I had the same problem, just click ok and then click on the Output tab (on the right).  Then make sure you have the "Show Output?", you should start to see the basic trace.

The AS3 connector John wrote for Flex has an OutputPanel that you can use inside the Flex/AS3 applications without using the XRay console.  

Note that the AS3 connector is in its early stages with basic tracing functions working, John will working on more and more features and time goes by.</description>
		<content:encoded><![CDATA[<p>I had the same problem, just click ok and then click on the Output tab (on the right).  Then make sure you have the &#8220;Show Output?&#8221;, you should start to see the basic trace.</p>
<p>The AS3 connector John wrote for Flex has an OutputPanel that you can use inside the Flex/AS3 applications without using the XRay console.  </p>
<p>Note that the AS3 connector is in its early stages with basic tracing functions working, John will working on more and more features and time goes by.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://renaun.com/blog/2006/08/31/91/comment-page-1/#comment-5236</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 30 Nov 2010 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-5236</guid>
		<description>Haven't been able to make it work under Flash Alpha 9 preview. In a simple class, i do this:

import com.blitzagency.xray.logger.XrayLog;
var log = new XrayLog();
log.debug( "hello", this );

but the console says "no swf is available to connect with". Any idea what's wrong?

thanks!</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t been able to make it work under Flash Alpha 9 preview. In a simple class, i do this:</p>
<p>import com.blitzagency.xray.logger.XrayLog;<br />
var log = new XrayLog();<br />
log.debug( &#8220;hello&#8221;, this );</p>
<p>but the console says &#8220;no swf is available to connect with&#8221;. Any idea what&#8217;s wrong?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
