<?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: More Flex 4 / Spark ItemRenderer Samples</title>
	<atom:link href="http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=more-flex-4-spark-itemrenderer-samples</link>
	<description>Mobile, Cloud, HTML, JavaScript, Java, PHP, Flex</description>
	<lastBuildDate>Mon, 21 May 2012 12:25:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rajkamal</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4567</link>
		<dc:creator>rajkamal</dc:creator>
		<pubDate>Thu, 14 Jul 2011 14:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4567</guid>
		<description>thanks  for posting  Christophe Coenraets</description>
		<content:encoded><![CDATA[<p>thanks  for posting  Christophe Coenraets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: porno</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4566</link>
		<dc:creator>porno</dc:creator>
		<pubDate>Fri, 17 Jun 2011 12:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4566</guid>
		<description>thanks this posting admins</description>
		<content:encoded><![CDATA[<p>thanks this posting admins</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: catfigh twrestling</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4565</link>
		<dc:creator>catfigh twrestling</dc:creator>
		<pubDate>Sun, 12 Jun 2011 20:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4565</guid>
		<description>extremely useful thanks so much for sharing</description>
		<content:encoded><![CDATA[<p>extremely useful thanks so much for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: canli alem</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4564</link>
		<dc:creator>canli alem</dc:creator>
		<pubDate>Sun, 13 Feb 2011 18:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4564</guid>
		<description>Hi. I wanted to drop you a quick note to express my thanks. I’ve been. following your blog for a month or so and have picked up a ton of good information as well as enjoyed the way you’ve structured your site. I am attempting to run my own blog but I think its too general and I want to focus more on smaller topics. Being all things to all people is not all that its cracked up to be.</description>
		<content:encoded><![CDATA[<p>Hi. I wanted to drop you a quick note to express my thanks. I’ve been. following your blog for a month or so and have picked up a ton of good information as well as enjoyed the way you’ve structured your site. I am attempting to run my own blog but I think its too general and I want to focus more on smaller topics. Being all things to all people is not all that its cracked up to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Shongrunden</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4563</link>
		<dc:creator>Steven Shongrunden</dc:creator>
		<pubDate>Wed, 29 Dec 2010 19:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4563</guid>
		<description>@Dan Orlando - mx:Image should work fine in Flex 4.1.  I realize you have already stated that you have the mx namespace defined, but maybe check that you have the right path specified?  It used to be xmlns:mx=&quot;library://ns.adobe.com/flex/halo&quot; during the beta of Flex 4.0 and was changed to xmlns:mx=&quot;library://ns.adobe.com/flex/mx&quot; when Flex 4.0 was released.  It&#039;s a subtle change that I trip up on all the time when revisiting old item renderers I created before 4.0 was released.</description>
		<content:encoded><![CDATA[<p>@Dan Orlando &#8211; mx:Image should work fine in Flex 4.1.  I realize you have already stated that you have the mx namespace defined, but maybe check that you have the right path specified?  It used to be xmlns:mx=&#8221;library://ns.adobe.com/flex/halo&#8221; during the beta of Flex 4.0 and was changed to xmlns:mx=&#8221;library://ns.adobe.com/flex/mx&#8221; when Flex 4.0 was released.  It&#8217;s a subtle change that I trip up on all the time when revisiting old item renderers I created before 4.0 was released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Orlando</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4562</link>
		<dc:creator>Dan Orlando</dc:creator>
		<pubDate>Wed, 29 Dec 2010 03:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4562</guid>
		<description>hey dude, I don&#039;t think mx:Image is supported anymore, and that&#039;s what you have in your item renderers... when attempting to use mx:Image within an app using sdk v4.1, a compile error is thrown: could not resolve mx:Image to a component implementation

(to save you the trouble of stating the obvious - yea, the mx namespace is defined in the ItemRenderer)

What sdk version did you build this with???

Thanks dude,
Dan</description>
		<content:encoded><![CDATA[<p>hey dude, I don&#8217;t think mx:Image is supported anymore, and that&#8217;s what you have in your item renderers&#8230; when attempting to use mx:Image within an app using sdk v4.1, a compile error is thrown: could not resolve mx:Image to a component implementation</p>
<p>(to save you the trouble of stating the obvious &#8211; yea, the mx namespace is defined in the ItemRenderer)</p>
<p>What sdk version did you build this with???</p>
<p>Thanks dude,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caitlin Linkbuilder</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4561</link>
		<dc:creator>Caitlin Linkbuilder</dc:creator>
		<pubDate>Wed, 03 Nov 2010 17:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4561</guid>
		<description>These look really great! I&#039;m definitely trying out those scripts. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>These look really great! I&#8217;m definitely trying out those scripts. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: porno</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4560</link>
		<dc:creator>porno</dc:creator>
		<pubDate>Sun, 31 Oct 2010 20:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4560</guid>
		<description>yes baby</description>
		<content:encoded><![CDATA[<p>yes baby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: porno</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4559</link>
		<dc:creator>porno</dc:creator>
		<pubDate>Fri, 29 Oct 2010 19:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4559</guid>
		<description>heheseee</description>
		<content:encoded><![CDATA[<p>heheseee</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: porno</title>
		<link>http://coenraets.org/blog/2010/02/more-flex-4-spark-itemrenderer-samples/#comment-4558</link>
		<dc:creator>porno</dc:creator>
		<pubDate>Fri, 29 Oct 2010 19:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=439#comment-4558</guid>
		<description>sdseee</description>
		<content:encoded><![CDATA[<p>sdseee</p>
]]></content:encoded>
	</item>
</channel>
</rss>

