<?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: fdtracer 0.3.2 &#8211; flashdevelop 3 b4 compatibility</title>
	<atom:link href="http://www.andrewlucking.com/archives/2007/11/fd3-b4-compatibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrewlucking.com/archives/2007/11/fd3-b4-compatibility/</link>
	<description></description>
	<lastBuildDate>Wed, 27 Jan 2010 17:53:50 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ãlvaro Obyrne</title>
		<link>http://www.andrewlucking.com/archives/2007/11/fd3-b4-compatibility/comment-page-1/#comment-80583</link>
		<dc:creator>Ãlvaro Obyrne</dc:creator>
		<pubDate>Thu, 22 Jan 2009 02:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewlucking.com/archives/2007/11/fdtracer-032-flashdevelop-3-b4-compatibility/#comment-80583</guid>
		<description>Certainly Master, it sure cheers me up, thanks a lot.</description>
		<content:encoded><![CDATA[<p>Certainly Master, it sure cheers me up, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://www.andrewlucking.com/archives/2007/11/fd3-b4-compatibility/comment-page-1/#comment-80582</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Wed, 21 Jan 2009 00:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewlucking.com/archives/2007/11/fdtracer-032-flashdevelop-3-b4-compatibility/#comment-80582</guid>
		<description>Hi Ãlvaro,

&lt;a href=&quot;http://www.andrewlucking.com/archives/2009/01/fdtracer-034-compatibility-release-and-eol/&quot; rel=&quot;nofollow&quot;&gt; This&lt;/a&gt; should cheer you up ;-)</description>
		<content:encoded><![CDATA[<p>Hi Ãlvaro,</p>
<p><a href="http://www.andrewlucking.com/archives/2009/01/fdtracer-034-compatibility-release-and-eol/" rel="nofollow"> This</a> should cheer you up ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ãlvaro Obyrne</title>
		<link>http://www.andrewlucking.com/archives/2007/11/fd3-b4-compatibility/comment-page-1/#comment-80580</link>
		<dc:creator>Ãlvaro Obyrne</dc:creator>
		<pubDate>Mon, 19 Jan 2009 23:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewlucking.com/archives/2007/11/fdtracer-032-flashdevelop-3-b4-compatibility/#comment-80580</guid>
		<description>I hadn&#039;t seen the (your) post from December 12, 2007 at 9:29 am addressed at flashmech, so I went on an installed FDB but the same problem seems to affect that plugin. Thanks for having this space in oder for some of us to cry...:-$</description>
		<content:encoded><![CDATA[<p>I hadn&#8217;t seen the (your) post from December 12, 2007 at 9:29 am addressed at flashmech, so I went on an installed FDB but the same problem seems to affect that plugin. Thanks for having this space in oder for some of us to cry&#8230;:-$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ãlvaro Obyrne</title>
		<link>http://www.andrewlucking.com/archives/2007/11/fd3-b4-compatibility/comment-page-1/#comment-80579</link>
		<dc:creator>Ãlvaro Obyrne</dc:creator>
		<pubDate>Mon, 19 Jan 2009 23:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewlucking.com/archives/2007/11/fdtracer-032-flashdevelop-3-b4-compatibility/#comment-80579</guid>
		<description>Hi,
In the latest fd version, rc1, when I try to add a class to my project having FDTracer.dll in C:\Program Files\FlashDevelop\Plugins the following error appears
&lt;b&gt;Error occured in FlashDevelop. Here are details of the error:
Unable to cast object of type &#039;PluginCore.TextEvent&#039; to type &#039;PluginCore.DataEvent&#039;.

   at FDTracer.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
   at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)
&lt;/b&gt;
And when hit continue button the following &#039;class&#039; is created:

package $(Package) 
{
	
	/**
	 * ...
	 * @author ...
	 */
	public class $(FileName) 
	{
		
		public function $(FileName)() 
		{
			
		}
		
	}
	
}
I understand the plugin was built for earlier versions of FlashDevelop... just wanted to inform you about what happens in current FD release in case you are planning the release of a new version of the plugin (OMG I wish he is planning this release!!!)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
In the latest fd version, rc1, when I try to add a class to my project having FDTracer.dll in C:\Program Files\FlashDevelop\Plugins the following error appears<br />
<b>Error occured in FlashDevelop. Here are details of the error:<br />
Unable to cast object of type &#8216;PluginCore.TextEvent&#8217; to type &#8216;PluginCore.DataEvent&#8217;.</p>
<p>   at FDTracer.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)<br />
   at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)<br />
</b><br />
And when hit continue button the following &#8216;class&#8217; is created:</p>
<p>package $(Package)<br />
{</p>
<p>	/**<br />
	 * &#8230;<br />
	 * @author &#8230;<br />
	 */<br />
	public class $(FileName)<br />
	{</p>
<p>		public function $(FileName)()<br />
		{</p>
<p>		}</p>
<p>	}</p>
<p>}<br />
I understand the plugin was built for earlier versions of FlashDevelop&#8230; just wanted to inform you about what happens in current FD release in case you are planning the release of a new version of the plugin (OMG I wish he is planning this release!!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://www.andrewlucking.com/archives/2007/11/fd3-b4-compatibility/comment-page-1/#comment-58706</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Mon, 17 Dec 2007 16:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewlucking.com/archives/2007/11/fdtracer-032-flashdevelop-3-b4-compatibility/#comment-58706</guid>
		<description>hi guest,

Can you compile the test project here:
&lt;a href=&quot;http://www.andrewlucking.com/temp/FDTracerTest.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.andrewlucking.com/temp/FDTracerTest.zip&lt;/a&gt;

When you run that test project the textField in swf should read something like:
&lt;i&gt;Flash Player
Version: WIN 9,0,45,0
isDebugger: true&lt;/i&gt;

Note the &quot;isDebugger&quot; line. If it says false you don&#039;t have the ActiveX Flash Debug player installed. 

Cheers,
A.</description>
		<content:encoded><![CDATA[<p>hi guest,</p>
<p>Can you compile the test project here:<br />
<a href="http://www.andrewlucking.com/temp/FDTracerTest.zip" rel="nofollow">http://www.andrewlucking.com/temp/FDTracerTest.zip</a></p>
<p>When you run that test project the textField in swf should read something like:<br />
<i>Flash Player<br />
Version: WIN 9,0,45,0<br />
isDebugger: true</i></p>
<p>Note the &#8220;isDebugger&#8221; line. If it says false you don&#8217;t have the ActiveX Flash Debug player installed. </p>
<p>Cheers,<br />
A.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
