<?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 HashMap for Flex 2</title>
	<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 13:00:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: eric</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-137683</link>
		<pubDate>Tue, 02 Dec 2008 15:41:15 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-137683</guid>
					<description>If you go to the http://www.ericfeminella.com/blog/actionscript-3-apis/ page you can always find the latest versions of all OS APIs I have published. The latest versions of the HashMap API do not contain any references to Flex framework components.</description>
		<content:encoded><![CDATA[<p>If you go to the <a href='http://www.ericfeminella.com/blog/actionscript-3-apis/' rel='nofollow'>http://www.ericfeminella.com/blog/actionscript-3-apis/</a> page you can always find the latest versions of all OS APIs I have published. The latest versions of the HashMap API do not contain any references to Flex framework components.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: e9</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-136707</link>
		<pubDate>Sat, 29 Nov 2008 16:55:23 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-136707</guid>
					<description>I'm using Flasch cs4 (still haven't switched to Flex or flashdevelop). anyway, I downloaded and began implementing your collections package...It turns out that Flash (at least for me) does not have the mx.collections.IList class that you import in the IMap interface...  i decided to see what would happen if i just commented out the import (terrible i know..but i really didn't want to reinvent the hashmap wheel )... from some experiments so far, I seem to be able to use the classes without mx.collections.IList -- i have been able to set, get, nadremove keys and values without any problems yet.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Flasch cs4 (still haven&#8217;t switched to Flex or flashdevelop). anyway, I downloaded and began implementing your collections package&#8230;It turns out that Flash (at least for me) does not have the mx.collections.IList class that you import in the IMap interface&#8230;  i decided to see what would happen if i just commented out the import (terrible i know..but i really didn&#8217;t want to reinvent the hashmap wheel )&#8230; from some experiments so far, I seem to be able to use the classes without mx.collections.IList &#8212; i have been able to set, get, nadremove keys and values without any problems yet.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kai Mai</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-126665</link>
		<pubDate>Wed, 15 Oct 2008 19:12:12 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-126665</guid>
					<description>You also need to get the following files:
http://code.ericfeminella.com/classes/as3/HashMapEntry.as.html
http://code.ericfeminella.com/classes/as3/IHashMapEntry.as.html</description>
		<content:encoded><![CDATA[<p>You also need to get the following files:<br />
<a href='http://code.ericfeminella.com/classes/as3/HashMapEntry.as.html' rel='nofollow'>http://code.ericfeminella.com/classes/as3/HashMapEntry.as.html</a><br />
<a href='http://code.ericfeminella.com/classes/as3/IHashMapEntry.as.html' rel='nofollow'>http://code.ericfeminella.com/classes/as3/IHashMapEntry.as.html</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sanjeev</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-103768</link>
		<pubDate>Fri, 29 Aug 2008 09:25:36 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-103768</guid>
					<description>is it woks with flex3 as I am getting some error for 'IHashMapEntry'</description>
		<content:encoded><![CDATA[<p>is it woks with flex3 as I am getting some error for &#8216;IHashMapEntry&#8217;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Michael Jenik</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-77074</link>
		<pubDate>Wed, 23 Jul 2008 02:03:32 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-77074</guid>
					<description>Thanks.. As Tim said : " I was about to implement my own HashMap from the Dictionary until i found this. Thanks for saving me some work!"</description>
		<content:encoded><![CDATA[<p>Thanks.. As Tim said : &#8221; I was about to implement my own HashMap from the Dictionary until i found this. Thanks for saving me some work!&#8221;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ziad</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-76949</link>
		<pubDate>Tue, 22 Jul 2008 18:50:41 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-76949</guid>
					<description>Hello,

Now it's fine, I iterate on my Map,</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Now it&#8217;s fine, I iterate on my Map,
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ziad</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-76871</link>
		<pubDate>Tue, 22 Jul 2008 14:30:37 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-76871</guid>
					<description>Good Morning,

Thank you very much for those classes, they are very helpful.

What I want know is how I can iterate on the map?

Thank you again.</description>
		<content:encoded><![CDATA[<p>Good Morning,</p>
<p>Thank you very much for those classes, they are very helpful.</p>
<p>What I want know is how I can iterate on the map?</p>
<p>Thank you again.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-16522</link>
		<pubDate>Mon, 24 Mar 2008 15:18:37 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-16522</guid>
					<description>Nice post. I was about to implement my own HashMap from the Dictionary until i found this. Thanks for saving me some work!</description>
		<content:encoded><![CDATA[<p>Nice post. I was about to implement my own HashMap from the Dictionary until i found this. Thanks for saving me some work!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mario</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-4607</link>
		<pubDate>Tue, 29 Jan 2008 10:18:39 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-4607</guid>
					<description>Additional explanation: The code above is basically the same HashMap, but it is bindable. You will need it i.e. if you want bind GUI components to the HashMap.</description>
		<content:encoded><![CDATA[<p>Additional explanation: The code above is basically the same HashMap, but it is bindable. You will need it i.e. if you want bind GUI components to the HashMap.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: levani</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-3652</link>
		<pubDate>Tue, 20 Nov 2007 16:34:12 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-3652</guid>
					<description>nice tip,it does show internal map variable now,  I never thought that option would be buried there, I guess thats also default in java debugger,</description>
		<content:encoded><![CDATA[<p>nice tip,it does show internal map variable now,  I never thought that option would be buried there, I guess thats also default in java debugger,
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eric</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-3649</link>
		<pubDate>Tue, 20 Nov 2007 14:26:14 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-3649</guid>
					<description>This is not true, any object and all of it's members can be debugged in Flex, otherwise it woulf kind of defeat the purpose of debugging. 

What you need to do is enable "Show inaccessible Member Variables" in the  Flex Debugging perspective in order to see them.
To do so simple go into the Flex Builder Debug perspective, in the top right hand corner select the arrow icon (the 3rd from last icon) select Flex and then check "Show inaccessible Member Variables".

That's it. Now debug as needed.</description>
		<content:encoded><![CDATA[<p>This is not true, any object and all of it&#8217;s members can be debugged in Flex, otherwise it woulf kind of defeat the purpose of debugging. </p>
<p>What you need to do is enable &#8220;Show inaccessible Member Variables&#8221; in the  Flex Debugging perspective in order to see them.<br />
To do so simple go into the Flex Builder Debug perspective, in the top right hand corner select the arrow icon (the 3rd from last icon) select Flex and then check &#8220;Show inaccessible Member Variables&#8221;.</p>
<p>That&#8217;s it. Now debug as needed.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: levani</title>
		<link>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-3647</link>
		<pubDate>Tue, 20 Nov 2007 12:27:00 +0000</pubDate>
		<guid>http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/#comment-3647</guid>
					<description>NOTE:: changing API from IS a to Has a introduced small inconvenience, problem is that now hashmap is impossible to debug, because it has no public properties, and debugger cant read methods, I would say changing getKeys api method (in IMAP) to function get keys and getValues method to function get values will take care of the problem, otherwise cant debug hashmap.</description>
		<content:encoded><![CDATA[<p>NOTE:: changing API from IS a to Has a introduced small inconvenience, problem is that now hashmap is impossible to debug, because it has no public properties, and debugger cant read methods, I would say changing getKeys api method (in IMAP) to function get keys and getValues method to function get values will take care of the problem, otherwise cant debug hashmap.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
