<?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: Interactive mindmap</title>
	<atom:link href="http://www.rubenswieringa.com/blog/interactive-mindmap/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rubenswieringa.com/blog/interactive-mindmap</link>
	<description>Ruben Swieringa on Actionscript and a whole lot of other stuff..</description>
	<lastBuildDate>Sun, 04 Sep 2011 02:26:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: sam</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-16#comment-128602</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 13 Jul 2011 17:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-128602</guid>
		<description>Hey Ruben!, A question about the colors. I noticed if there are more than 5 nodes the sixth node is color less. I believe it is controlled by
public function setColor in NodeRendereBase.as. I changed this.nodeRenderer.setColor(color+1); to this.nodeRenderer.setColor(color-2);
The number needs to be increased if there are more nodes. 
Is there something i can do better to control the colors? Thanks</description>
		<content:encoded><![CDATA[<p>Hey Ruben!, A question about the colors. I noticed if there are more than 5 nodes the sixth node is color less. I believe it is controlled by<br />
public function setColor in NodeRendereBase.as. I changed this.nodeRenderer.setColor(color+1); to this.nodeRenderer.setColor(color-2);<br />
The number needs to be increased if there are more nodes.<br />
Is there something i can do better to control the colors? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-16#comment-128554</link>
		<dc:creator>Ruben</dc:creator>
		<pubDate>Tue, 12 Jul 2011 18:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-128554</guid>
		<description>hey Sam, no I&#039;m afraid this was a project for school about 4 years ago, I have no plans to continue work on the mindmap code. feel free to have a go at it yourself though :)</description>
		<content:encoded><![CDATA[<p>hey Sam, no I&#8217;m afraid this was a project for school about 4 years ago, I have no plans to continue work on the mindmap code. feel free to have a go at it yourself though <img src='http://www.rubenswieringa.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-16#comment-128552</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Tue, 12 Jul 2011 18:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-128552</guid>
		<description>Are you planning to work on the &#039;TODO: phased expansion&#039;? That will be much appreciated. Thanks!</description>
		<content:encoded><![CDATA[<p>Are you planning to work on the &#8216;TODO: phased expansion&#8217;? That will be much appreciated. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-16#comment-121303</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sat, 14 May 2011 09:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-121303</guid>
		<description>[quote comment=&quot;118060&quot;][quote comment=&quot;114585&quot;]Hi,

Trying my hands at Flex.

Got this problem...

Description	Resource	Path	Location	Type
1046: Type was not found or was not a compile-time constant: NodeRenderer.	NodeRendererShell.as	/MindMap/src/com/rubenswieringa/interactivemindmap	line 13	Flex Problem

Could you please let me know how to solve this.

Thanks and Kind Regards,
Asif[/quote]

I have the same problem... did you find &quot;the&quot; solution?
Thx...
Alex[/quote]
[quote comment=&quot;118060&quot;][quote comment=&quot;114585&quot;]Hi,

Trying my hands at Flex.

Got this problem...

Description	Resource	Path	Location	Type
1046: Type was not found or was not a compile-time constant: NodeRenderer.	NodeRendererShell.as	/MindMap/src/com/rubenswieringa/interactivemindmap	line 13	Flex Problem

Could you please let me know how to solve this.

Thanks and Kind Regards,
Asif[/quote]

I have the same problem... did you find &quot;the&quot; solution?
Thx...
Alex[/quote]
Did you make build path for flashcomponents.swc as well ?</description>
		<content:encoded><![CDATA[<p class="quoter_header">quote from <a href="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-118060" title="go to original comment" class="quoted_comment_name">alex</a>:</p>
<blockquote cite="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-118060">
<p class="quoter_header">quote from <a href="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-114585" title="go to original comment" class="quoted_comment_name">Asif</a>:</p>
<blockquote cite="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-114585"><p>
Hi,</p>
<p>Trying my hands at Flex.</p>
<p>Got this problem&#8230;</p>
<p>Description	Resource	Path	Location	Type<br />
1046: Type was not found or was not a compile-time constant: NodeRenderer.	NodeRendererShell.as	/MindMap/src/com/rubenswieringa/interactivemindmap	line 13	Flex Problem</p>
<p>Could you please let me know how to solve this.</p>
<p>Thanks and Kind Regards,<br />
Asif</p>
</blockquote>
<p>I have the same problem&#8230; did you find &#8220;the&#8221; solution?<br />
Thx&#8230;<br />
Alex</p>
</blockquote>
<p class="quoter_header">quote from <a href="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-118060" title="go to original comment" class="quoted_comment_name">alex</a>:</p>
<blockquote cite="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-118060">
<p class="quoter_header">quote from <a href="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-114585" title="go to original comment" class="quoted_comment_name">Asif</a>:</p>
<blockquote cite="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-114585"><p>
Hi,</p>
<p>Trying my hands at Flex.</p>
<p>Got this problem&#8230;</p>
<p>Description	Resource	Path	Location	Type<br />
1046: Type was not found or was not a compile-time constant: NodeRenderer.	NodeRendererShell.as	/MindMap/src/com/rubenswieringa/interactivemindmap	line 13	Flex Problem</p>
<p>Could you please let me know how to solve this.</p>
<p>Thanks and Kind Regards,<br />
Asif</p>
</blockquote>
<p>I have the same problem&#8230; did you find &#8220;the&#8221; solution?<br />
Thx&#8230;<br />
Alex</p>
</blockquote>
<p>Did you make build path for flashcomponents.swc as well ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-15#comment-121302</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sat, 14 May 2011 09:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-121302</guid>
		<description>Hi, 
first thanks a lot for that nice source...and
I would like to ask about UTF-8 czech characters, cause I struggle with that ... 
I try to embed them to dynamic textfield and export them to swc, but no luck ...
Try to add   to xml and try use System.useCodePage=true; but still no success... 
Would you mind to give me little push here ...? 
thanks a lot and wish u the best 
rob</description>
		<content:encoded><![CDATA[<p>Hi,<br />
first thanks a lot for that nice source&#8230;and<br />
I would like to ask about UTF-8 czech characters, cause I struggle with that &#8230;<br />
I try to embed them to dynamic textfield and export them to swc, but no luck &#8230;<br />
Try to add   to xml and try use System.useCodePage=true; but still no success&#8230;<br />
Would you mind to give me little push here &#8230;?<br />
thanks a lot and wish u the best<br />
rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-15#comment-118060</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 20 Mar 2011 13:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-118060</guid>
		<description>[quote comment=&quot;114585&quot;]Hi,

Trying my hands at Flex.

Got this problem...

Description	Resource	Path	Location	Type
1046: Type was not found or was not a compile-time constant: NodeRenderer.	NodeRendererShell.as	/MindMap/src/com/rubenswieringa/interactivemindmap	line 13	Flex Problem

Could you please let me know how to solve this.

Thanks and Kind Regards,
Asif[/quote]


I have the same problem... did you find &quot;the&quot; solution?
Thx...
Alex</description>
		<content:encoded><![CDATA[<p class="quoter_header">quote from <a href="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-114585" title="go to original comment" class="quoted_comment_name">Asif</a>:</p>
<blockquote cite="http://www.rubenswieringa.com/blog/interactive-mindmap#comment-114585"><p>
Hi,</p>
<p>Trying my hands at Flex.</p>
<p>Got this problem&#8230;</p>
<p>Description	Resource	Path	Location	Type<br />
1046: Type was not found or was not a compile-time constant: NodeRenderer.	NodeRendererShell.as	/MindMap/src/com/rubenswieringa/interactivemindmap	line 13	Flex Problem</p>
<p>Could you please let me know how to solve this.</p>
<p>Thanks and Kind Regards,<br />
Asif</p>
</blockquote>
<p>I have the same problem&#8230; did you find &#8220;the&#8221; solution?<br />
Thx&#8230;<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahuja</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-15#comment-115149</link>
		<dc:creator>Ahuja</dc:creator>
		<pubDate>Sat, 19 Feb 2011 13:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-115149</guid>
		<description>is there any other way to load XML data to spring graph except .xml file saved on drive?

is that possible to create mindmap using xml variable OR string variable object having same format data?</description>
		<content:encoded><![CDATA[<p>is there any other way to load XML data to spring graph except .xml file saved on drive?</p>
<p>is that possible to create mindmap using xml variable OR string variable object having same format data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-15#comment-114585</link>
		<dc:creator>Asif</dc:creator>
		<pubDate>Mon, 14 Feb 2011 13:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-114585</guid>
		<description>Hi,

Trying my hands at Flex.

Got this problem...

Description	Resource	Path	Location	Type
1046: Type was not found or was not a compile-time constant: NodeRenderer.	NodeRendererShell.as	/MindMap/src/com/rubenswieringa/interactivemindmap	line 13	Flex Problem

Could you please let me know how to solve this.

Thanks and Kind Regards,
Asif</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Trying my hands at Flex.</p>
<p>Got this problem&#8230;</p>
<p>Description	Resource	Path	Location	Type<br />
1046: Type was not found or was not a compile-time constant: NodeRenderer.	NodeRendererShell.as	/MindMap/src/com/rubenswieringa/interactivemindmap	line 13	Flex Problem</p>
<p>Could you please let me know how to solve this.</p>
<p>Thanks and Kind Regards,<br />
Asif</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-15#comment-112259</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Sat, 22 Jan 2011 06:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-112259</guid>
		<description>Stunning work; I&#039;m working on online mindmapping for education (to map web resources collaborativelly in my school), and I like your solution best.
Did you manage to add hyperlinks (so that clicking on a button would open a new browser page)? I&#039;m getting my head round it, but can&#039;t figure out how.

Thanks for sharing</description>
		<content:encoded><![CDATA[<p>Stunning work; I&#8217;m working on online mindmapping for education (to map web resources collaborativelly in my school), and I like your solution best.<br />
Did you manage to add hyperlinks (so that clicking on a button would open a new browser page)? I&#8217;m getting my head round it, but can&#8217;t figure out how.</p>
<p>Thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Pineal</title>
		<link>http://www.rubenswieringa.com/blog/interactive-mindmap/comment-page-14#comment-109535</link>
		<dc:creator>Alejandro Pineal</dc:creator>
		<pubDate>Sun, 26 Dec 2010 01:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubenswieringa.com/blog/interactive-mindmap#comment-109535</guid>
		<description>Wow Ruben, really nice code. I&#039;m gonna try it!

I&#039;m making an infographical website, and this can be really cool on it. I&#039;m gonna let you know if I use it on the web.

Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Wow Ruben, really nice code. I&#8217;m gonna try it!</p>
<p>I&#8217;m making an infographical website, and this can be really cool on it. I&#8217;m gonna let you know if I use it on the web.</p>
<p>Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

