<?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: Displaying the row number or index in a spark List</title>
	<atom:link href="http://flexponential.com/2010/02/08/displaying-the-row-number-or-index-in-a-spark-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexponential.com/2010/02/08/displaying-the-row-number-or-index-in-a-spark-list/</link>
	<description>Programming under the influence of Flex</description>
	<lastBuildDate>Sun, 22 Jan 2012 01:08:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: aandhu</title>
		<link>http://flexponential.com/2010/02/08/displaying-the-row-number-or-index-in-a-spark-list/comment-page-1/#comment-3754</link>
		<dc:creator>aandhu</dc:creator>
		<pubDate>Thu, 31 Mar 2011 00:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=323#comment-3754</guid>
		<description>after making deletions how can I save a custom list as xml along with row numbers</description>
		<content:encoded><![CDATA[<p>after making deletions how can I save a custom list as xml along with row numbers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Shongrunden</title>
		<link>http://flexponential.com/2010/02/08/displaying-the-row-number-or-index-in-a-spark-list/comment-page-1/#comment-3301</link>
		<dc:creator>Steven Shongrunden</dc:creator>
		<pubDate>Sun, 20 Feb 2011 20:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=323#comment-3301</guid>
		<description>&lt;a href=&quot;#comment-3159&quot; rel=&quot;nofollow&quot;&gt;@baki&lt;/a&gt; - Make sure that your renderer doesn&#039;t have any logic on the creationComplete event when in a virtual layout.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3159" rel="nofollow">@baki</a> &#8211; Make sure that your renderer doesn&#8217;t have any logic on the creationComplete event when in a virtual layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baki</title>
		<link>http://flexponential.com/2010/02/08/displaying-the-row-number-or-index-in-a-spark-list/comment-page-1/#comment-3159</link>
		<dc:creator>baki</dc:creator>
		<pubDate>Wed, 09 Feb 2011 16:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=323#comment-3159</guid>
		<description>I just found the solution, I changed useVirtualLayout property to false, not it works like here</description>
		<content:encoded><![CDATA[<p>I just found the solution, I changed useVirtualLayout property to false, not it works like here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baki</title>
		<link>http://flexponential.com/2010/02/08/displaying-the-row-number-or-index-in-a-spark-list/comment-page-1/#comment-3158</link>
		<dc:creator>baki</dc:creator>
		<pubDate>Wed, 09 Feb 2011 16:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=323#comment-3158</guid>
		<description>hello, I have may items to be displayed in the list. I can see 6 of them in the list and I need to scroll down to see others. In this case 7th item get index 0 and 8th item get index 1 and goes on... it is related to the displaying items in a list I think, how can I prevent this.</description>
		<content:encoded><![CDATA[<p>hello, I have may items to be displayed in the list. I can see 6 of them in the list and I need to scroll down to see others. In this case 7th item get index 0 and 8th item get index 1 and goes on&#8230; it is related to the displaying items in a list I think, how can I prevent this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: florian</title>
		<link>http://flexponential.com/2010/02/08/displaying-the-row-number-or-index-in-a-spark-list/comment-page-1/#comment-2797</link>
		<dc:creator>florian</dc:creator>
		<pubDate>Fri, 14 Jan 2011 10:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=323#comment-2797</guid>
		<description>exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Shongrunden</title>
		<link>http://flexponential.com/2010/02/08/displaying-the-row-number-or-index-in-a-spark-list/comment-page-1/#comment-510</link>
		<dc:creator>Steven Shongrunden</dc:creator>
		<pubDate>Tue, 09 Feb 2010 21:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=323#comment-510</guid>
		<description>&lt;a href=&quot;#comment-508&quot; rel=&quot;nofollow&quot;&gt;@Amy&lt;/a&gt; - The data setter gets called after the renderer is added to the display list and all of the renderer&#039;s children (such as the Label) are created.  This should be the same behavior as in halo.  Do you have an example of a case where this failed for you in Flex 3?</description>
		<content:encoded><![CDATA[<p><a href="#comment-508" rel="nofollow">@Amy</a> &#8211; The data setter gets called after the renderer is added to the display list and all of the renderer&#8217;s children (such as the Label) are created.  This should be the same behavior as in halo.  Do you have an example of a case where this failed for you in Flex 3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://flexponential.com/2010/02/08/displaying-the-row-number-or-index-in-a-spark-list/comment-page-1/#comment-508</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://flexponential.com/?p=323#comment-508</guid>
		<description>Has Flex 4 solved the issue that sometimes the set data function will get called before the component is instantiated?  If not, it seems like using the setter to directly reference the labels could result in NPE errors.</description>
		<content:encoded><![CDATA[<p>Has Flex 4 solved the issue that sometimes the set data function will get called before the component is instantiated?  If not, it seems like using the setter to directly reference the labels could result in NPE errors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

