<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: AS3 Iterator API Update</title>
	<link>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 10:59:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: John Bailey</title>
		<link>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-89068</link>
		<pubDate>Wed, 06 Aug 2008 15:40:57 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-89068</guid>
					<description>Thanks for your hard work! I started developing my own IIterator and reading around about different ideas for has to think of the "next." Lott and Patterson explained a fascinating concept in their book that differed from what I've read online in many places until I came to yours.</description>
		<content:encoded><![CDATA[<p>Thanks for your hard work! I started developing my own IIterator and reading around about different ideas for has to think of the &#8220;next.&#8221; Lott and Patterson explained a fascinating concept in their book that differed from what I&#8217;ve read online in many places until I came to yours.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Andrii</title>
		<link>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-12890</link>
		<pubDate>Mon, 10 Mar 2008 07:43:47 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-12890</guid>
					<description>why do you need another iterator implementation when ArrayCollection already has IViewCursor?</description>
		<content:encoded><![CDATA[<p>why do you need another iterator implementation when ArrayCollection already has IViewCursor?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eric</title>
		<link>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1597</link>
		<pubDate>Fri, 27 Apr 2007 14:50:17 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1597</guid>
					<description>No problem Bjorn, enjoy the API.

Thanks,
Eric</description>
		<content:encoded><![CDATA[<p>No problem Bjorn, enjoy the API.</p>
<p>Thanks,<br />
Eric
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eric</title>
		<link>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1594</link>
		<pubDate>Fri, 27 Apr 2007 14:27:45 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1594</guid>
					<description>Hey Bjorn,

The included Flex project demonstrates a basic usage example for correctly implementing the API and functions as expected. If you are using the API as prescribed via the example then you shouldn't have any problems. Send me the exact code which is causing the error and I will debug for you.

The Iterator API is a basic Iterator Pattern implementation for AS3. Developers familiar with this design pattern and the Factory Pattern shouldn't have any problems implementing it in their code.

Thanks,
Eric</description>
		<content:encoded><![CDATA[<p>Hey Bjorn,</p>
<p>The included Flex project demonstrates a basic usage example for correctly implementing the API and functions as expected. If you are using the API as prescribed via the example then you shouldn&#8217;t have any problems. Send me the exact code which is causing the error and I will debug for you.</p>
<p>The Iterator API is a basic Iterator Pattern implementation for AS3. Developers familiar with this design pattern and the Factory Pattern shouldn&#8217;t have any problems implementing it in their code.</p>
<p>Thanks,<br />
Eric
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bjorn Schultheiss</title>
		<link>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1575</link>
		<pubDate>Fri, 27 Apr 2007 04:15:54 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1575</guid>
					<description>Thanks for the addition to the codebase.


I'm sorry for the previous post.
Its seems i too hastly blamed your code for my own code problem.

Again sorry for posting this on your blog.</description>
		<content:encoded><![CDATA[<p>Thanks for the addition to the codebase.</p>
<p>I&#8217;m sorry for the previous post.<br />
Its seems i too hastly blamed your code for my own code problem.</p>
<p>Again sorry for posting this on your blog.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eric</title>
		<link>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1572</link>
		<pubDate>Fri, 27 Apr 2007 03:13:18 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1572</guid>
					<description>I will add the source to the codebase repository within the next day or so. I have posted the IIterator interface in addition to the new CollectionIterator which is available. 

Are you receiving a RTE or compiler error when using COLLECTION_ITERATOR? Send me the code that is failing and I will debug.

Thanks,
Eric</description>
		<content:encoded><![CDATA[<p>I will add the source to the codebase repository within the next day or so. I have posted the IIterator interface in addition to the new CollectionIterator which is available. </p>
<p>Are you receiving a RTE or compiler error when using COLLECTION_ITERATOR? Send me the code that is failing and I will debug.</p>
<p>Thanks,<br />
Eric
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bjorn Schultheiss</title>
		<link>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1566</link>
		<pubDate>Fri, 27 Apr 2007 00:33:23 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1566</guid>
					<description>Hey Eric,

I've recieved errors after the update and using applying COLLECTION_ITERATOR.
Get back to me and i'll help debug with a use case.


Bjorn</description>
		<content:encoded><![CDATA[<p>Hey Eric,</p>
<p>I&#8217;ve recieved errors after the update and using applying COLLECTION_ITERATOR.<br />
Get back to me and i&#8217;ll help debug with a use case.</p>
<p>Bjorn
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bjorn Schultheiss</title>
		<link>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1564</link>
		<pubDate>Thu, 26 Apr 2007 23:40:56 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2007/04/26/as3-iterator-api-update/#comment-1564</guid>
					<description>Hey Eric,

Thanks for the update.

Any chance on getting the source to the swc?</description>
		<content:encoded><![CDATA[<p>Hey Eric,</p>
<p>Thanks for the update.</p>
<p>Any chance on getting the source to the swc?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
