<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: function to fix &#8220;class is not an IEventDispatcher&#8221; problem in Flex</title>
	<atom:link href="http://blog.flexuous.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexuous.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 09 Dec 2011 08:26:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Anil</title>
		<link>http://blog.flexuous.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/#comment-78</link>
		<dc:creator><![CDATA[Anil]]></dc:creator>
		<pubDate>Mon, 23 Feb 2009 19:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://flexuous.wordpress.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/#comment-78</guid>
		<description><![CDATA[Thanks a lot!
was almost about to redesign..saved my design]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
was almost about to redesign..saved my design</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Middendorf</title>
		<link>http://blog.flexuous.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/#comment-67</link>
		<dc:creator><![CDATA[John Middendorf]]></dc:creator>
		<pubDate>Tue, 18 Nov 2008 23:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://flexuous.wordpress.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/#comment-67</guid>
		<description><![CDATA[This is the solution I have been looking for.  In my case I just converted the  Objects to ObjectProxys prior to adding them to the ArrayCollection.

 //create the objectMarker:
        var objMarker:Object={
        shpNum:shpNum,
  		Name: trimName, 
  		ImgTxtName: trimImgTxtName,
  		Url:dbfReservesArray[shpNum].values.Url,
  		Bounds:polyBnds,
  		polyMarker:polyMarker,
  		txt:txt
  		}
  		//change Objects to ObjectProxy to get rid of warnings in the databinding:
  		objMarker=new ObjectProxy(objMarker);
      	//add item to markerArray
    	markerArray.addItem(objMarker); 

(markerArray is an ArrayCollection)]]></description>
		<content:encoded><![CDATA[<p>This is the solution I have been looking for.  In my case I just converted the  Objects to ObjectProxys prior to adding them to the ArrayCollection.</p>
<p> //create the objectMarker:<br />
        var objMarker:Object={<br />
        shpNum:shpNum,<br />
  		Name: trimName,<br />
  		ImgTxtName: trimImgTxtName,<br />
  		Url:dbfReservesArray[shpNum].values.Url,<br />
  		Bounds:polyBnds,<br />
  		polyMarker:polyMarker,<br />
  		txt:txt<br />
  		}<br />
  		//change Objects to ObjectProxy to get rid of warnings in the databinding:<br />
  		objMarker=new ObjectProxy(objMarker);<br />
      	//add item to markerArray<br />
    	markerArray.addItem(objMarker); </p>
<p>(markerArray is an ArrayCollection)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marzim</title>
		<link>http://blog.flexuous.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/#comment-37</link>
		<dc:creator><![CDATA[marzim]]></dc:creator>
		<pubDate>Thu, 15 May 2008 02:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://flexuous.wordpress.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/#comment-37</guid>
		<description><![CDATA[Thanks for this snippet it helps a lot.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this snippet it helps a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blog.flexuous.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/#comment-25</link>
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Thu, 27 Sep 2007 21:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://flexuous.wordpress.com/2007/03/14/function-to-fix-class-is-not-an-ieventdispatcher-problem-in-flex/#comment-25</guid>
		<description><![CDATA[Excellent fix! Just what i needed and there&#039;s not a lot of consise information about this error...]]></description>
		<content:encoded><![CDATA[<p>Excellent fix! Just what i needed and there&#8217;s not a lot of consise information about this error&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

