<?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: Using the Flex IViewCursor to Manage an ArrayCollection</title>
	<atom:link href="http://technophi.com/2009/11/12/using-iviewcursor-to-manage-an-arraycollection/feed/" rel="self" type="application/rss+xml" />
	<link>http://technophi.com/2009/11/12/using-iviewcursor-to-manage-an-arraycollection/</link>
	<description>personal weblog of a tech addict</description>
	<lastBuildDate>Fri, 13 Apr 2012 09:01:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Hasan Otuome</title>
		<link>http://technophi.com/2009/11/12/using-iviewcursor-to-manage-an-arraycollection/comment-page-1/#comment-560</link>
		<dc:creator>Hasan Otuome</dc:creator>
		<pubDate>Sun, 12 Jun 2011 21:19:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-560</guid>
		<description>Nice, thanks Venky...</description>
		<content:encoded><![CDATA[<p>Nice, thanks Venky&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venky</title>
		<link>http://technophi.com/2009/11/12/using-iviewcursor-to-manage-an-arraycollection/comment-page-1/#comment-559</link>
		<dc:creator>Venky</dc:creator>
		<pubDate>Sun, 12 Jun 2011 19:26:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-559</guid>
		<description>Nice article... If you want to avoid the infinite loop that may come in because of forgetting to add the moveNext(), one can use the for...loop:

for (var dealerCursor:IViewCursor = myCollection.createCursor(); !dealerCursor.afterLast; dealerCursor.moveNext()) {
 // Do your stuff here...
}</description>
		<content:encoded><![CDATA[<p>Nice article&#8230; If you want to avoid the infinite loop that may come in because of forgetting to add the moveNext(), one can use the for&#8230;loop:</p>
<p>for (var dealerCursor:IViewCursor = myCollection.createCursor(); !dealerCursor.afterLast; dealerCursor.moveNext()) {<br />
 // Do your stuff here&#8230;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angela</title>
		<link>http://technophi.com/2009/11/12/using-iviewcursor-to-manage-an-arraycollection/comment-page-1/#comment-553</link>
		<dc:creator>angela</dc:creator>
		<pubDate>Wed, 04 May 2011 08:36:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-553</guid>
		<description>Thank u very much for your codes.
I think it&#039;ll be useful for me.
U r so cool</description>
		<content:encoded><![CDATA[<p>Thank u very much for your codes.<br />
I think it&#8217;ll be useful for me.<br />
U r so cool</p>
]]></content:encoded>
	</item>
</channel>
</rss>

