<?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/xraylogger-for-as3-alpha/feed/" rel="self" type="application/rss+xml" /><link>http://renaun.com/blog/2006/08/xraylogger-for-as3-alpha/</link> <description>My ideas on the web and mobile application/game technologies</description> <lastBuildDate>Sat, 27 Jun 2015 02:02:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Mike Britton</title><link>http://renaun.com/blog/2006/08/xraylogger-for-as3-alpha/#comment-480572</link> <dc:creator>Mike Britton</dc:creator> <pubDate>Tue, 09 Dec 2008 00:19:03 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-480572</guid> <description><![CDATA[But it&#039;s free!  ;)I&#039;ve started using it instead of Thunderbolt.  Can&#039;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/xraylogger-for-as3-alpha/#comment-409026</link> <dc:creator>philip bulley</dc:creator> <pubDate>Mon, 23 Jun 2008 12:07:19 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-409026</guid> <description><![CDATA[so what&#039;s the easiest way to use Xray with AS3 in the CS3 IDE? still no as3 connector on osflash!it&#039;s a shame that such a simply effing great and easy to use tool, isn&#039;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/xraylogger-for-as3-alpha/#comment-342358</link> <dc:creator>Renaun Erickson</dc:creator> <pubDate>Fri, 07 Mar 2008 03:43:18 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-342358</guid> <description><![CDATA[I haven&#039;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/xraylogger-for-as3-alpha/#comment-336629</link> <dc:creator>Bachir</dc:creator> <pubDate>Sun, 02 Mar 2008 23:27:48 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-336629</guid> <description><![CDATA[I&#039;m trying to get Xray to work with flashdevelop but can&#039;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 &quot;_level0&quot; &quot;go&quot; button, I get : (12271) view tree called_level0(12272) stage is not initialized(12272) inspect object error: stageError #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/xraylogger-for-as3-alpha/#comment-27862</link> <dc:creator>Rostislav Siryk</dc:creator> <pubDate>Mon, 26 Feb 2007 19:50:11 +0000</pubDate> <guid isPermaLink="false">http://renaun.com/blog/2006/08/31/91/#comment-27862</guid> <description><![CDATA[BTW, In February 2007 John has released the a href=&quot;http://www.rockonflash.com/xray/downloads/connector/AS3_FLEX2_CONNECTOR_ALPHA.zip&quot;&gt;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&#039;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 &quot;F&quot; to lowercase &quot;f&quot; in the &quot;Flex2&quot; 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> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/5 queries in 0.002 seconds using disk: basic
Object Caching 368/373 objects using disk: basic

 Served from: renaun.com @ 2026-06-09 02:28:11 by W3 Total Cache -->