<?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/">
	<channel>
		<title><![CDATA[Forums - All Forums]]></title>
		<link>http://goosebumps4all.net/34all/bb/</link>
		<description><![CDATA[Forums - http://goosebumps4all.net/34all/bb]]></description>
		<pubDate>Fri, 03 Sep 2010 13:54:48 +0200</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[how to use BetweennessCentrality]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=408</link>
			<pubDate>Tue, 31 Aug 2010 15:07:30 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=408</guid>
			<description><![CDATA[hi to all<br />
i'm trying to calculate the Betweenness Centrality for a network, but i don't understand how to do it.<br />
loaded the network and its tree, I've tried this:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>var graphData:BetweennessCentrality = new BetweennessCentrality();<br />
graphData.calculate(data);</code></div></div>
but i don't find any new value in the nodes porperties.<br />
any suggestion?<br />
<br />
thanks]]></description>
			<content:encoded><![CDATA[hi to all<br />
i'm trying to calculate the Betweenness Centrality for a network, but i don't understand how to do it.<br />
loaded the network and its tree, I've tried this:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>var graphData:BetweennessCentrality = new BetweennessCentrality();<br />
graphData.calculate(data);</code></div></div>
but i don't find any new value in the nodes porperties.<br />
any suggestion?<br />
<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Unable to load image from xml]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=407</link>
			<pubDate>Tue, 31 Aug 2010 08:16:17 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=407</guid>
			<description><![CDATA[Hi everyone,<br />
Im new to flare,flex....I am working on this by going through examples,then writing something new or adding something new to them.<br />
OK,<br />
I have a xml file from which I collect data...<br />
&lt;data key="name"&gt;data1&lt;/data&gt;<br />
I use .as file in this  call for the text<br />
var ts:TextSprite = new TextSprite(ns.data.name,fmt);<br />
<br />
Now I need a image to load..So I did like this...<br />
XML file:<br />
&lt;image  &gt;<br />
&lt;image sr="snap1.jpg" /&gt;<br />
&lt;/image&gt;<br />
Now in .as<br />
<br />
				var ur:Loader = new Loader();<br />
				ur.load(new URLRequest(ns.data.image));<br />
				ns.addChild(ur);<br />
<br />
but this doesn't work<br />
Can anyone please help me]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
Im new to flare,flex....I am working on this by going through examples,then writing something new or adding something new to them.<br />
OK,<br />
I have a xml file from which I collect data...<br />
&lt;data key="name"&gt;data1&lt;/data&gt;<br />
I use .as file in this  call for the text<br />
var ts:TextSprite = new TextSprite(ns.data.name,fmt);<br />
<br />
Now I need a image to load..So I did like this...<br />
XML file:<br />
&lt;image  &gt;<br />
&lt;image sr="snap1.jpg" /&gt;<br />
&lt;/image&gt;<br />
Now in .as<br />
<br />
				var ur:Loader = new Loader();<br />
				ur.load(new URLRequest(ns.data.image));<br />
				ns.addChild(ur);<br />
<br />
but this doesn't work<br />
Can anyone please help me]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Don't show all nodes!]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=404</link>
			<pubDate>Fri, 06 Aug 2010 10:52:18 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=404</guid>
			<description><![CDATA[Hi! Do you know how to don't show all the child nodes of a single node. For example, I'd like to see only 5 childs and then, when I press a button, I'd like to see other 5 child nodes and so on. <br />
<br />
Because I create a class that read a multidimensional array (in any cell there are a son and his parent node) and then built a tree that follow this structure. But I see all nodes!<br />
<br />
Thanks in advance.]]></description>
			<content:encoded><![CDATA[Hi! Do you know how to don't show all the child nodes of a single node. For example, I'd like to see only 5 childs and then, when I press a button, I'd like to see other 5 child nodes and so on. <br />
<br />
Because I create a class that read a multidimensional array (in any cell there are a son and his parent node) and then built a tree that follow this structure. But I see all nodes!<br />
<br />
Thanks in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Load JSON data in a Tree]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=403</link>
			<pubDate>Thu, 05 Aug 2010 11:27:37 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=403</guid>
			<description><![CDATA[Hi, I've this JSON file:<br />
<br />
{  <br />
  "id": "0",  <br />
  "name": "root",  <br />
  "data": {  <br />
    "uno": "value1",  <br />
    "due": "value2"  <br />
   },  <br />
  "children": [ {  <br />
  "id": "1",  <br />
  "name": "child1",  <br />
  "data": {  <br />
    "uno": "value1",  <br />
    "due": "value2"  <br />
   },  <br />
  "children": [&#93;  <br />
}, {  <br />
  "id": "2",  <br />
  "name": "child2",  <br />
  "data": {  <br />
    "uno": "value1",  <br />
    "due": "value2"  <br />
   },  <br />
  "children": [&#93;  <br />
} &#93;  <br />
}<br />
<br />
I want to load this in a Tree (There are 3 nodes, 1 root and 2 child) . How I can do it?]]></description>
			<content:encoded><![CDATA[Hi, I've this JSON file:<br />
<br />
{  <br />
  "id": "0",  <br />
  "name": "root",  <br />
  "data": {  <br />
    "uno": "value1",  <br />
    "due": "value2"  <br />
   },  <br />
  "children": [ {  <br />
  "id": "1",  <br />
  "name": "child1",  <br />
  "data": {  <br />
    "uno": "value1",  <br />
    "due": "value2"  <br />
   },  <br />
  "children": []  <br />
}, {  <br />
  "id": "2",  <br />
  "name": "child2",  <br />
  "data": {  <br />
    "uno": "value1",  <br />
    "due": "value2"  <br />
   },  <br />
  "children": []  <br />
} ]  <br />
}<br />
<br />
I want to load this in a Tree (There are 3 nodes, 1 root and 2 child) . How I can do it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[manage multiple datasource]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=402</link>
			<pubDate>Thu, 29 Jul 2010 10:22:48 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=402</guid>
			<description><![CDATA[hi to all,<br />
i need to create a prototype for a complex project, and i have some problems.<br />
<br />
the first is that i have two different graphml files describing a network: the first about the flows between nodes, and the second one describine the structure of the network.<br />
Is possible to load the second file as tree of the network?<br />
<br />
second question:<br />
the project is modular, and the complete network is divided on different graphml files, each one describing a portion of network.<br />
Can i dinamically load the portion of network i need? flare can merge them automatically?]]></description>
			<content:encoded><![CDATA[hi to all,<br />
i need to create a prototype for a complex project, and i have some problems.<br />
<br />
the first is that i have two different graphml files describing a network: the first about the flows between nodes, and the second one describine the structure of the network.<br />
Is possible to load the second file as tree of the network?<br />
<br />
second question:<br />
the project is modular, and the complete network is divided on different graphml files, each one describing a portion of network.<br />
Can i dinamically load the portion of network i need? flare can merge them automatically?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[changing the color of an edge from edge to edge]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=401</link>
			<pubDate>Tue, 27 Jul 2010 15:11:17 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=401</guid>
			<description><![CDATA[hello,<br />
<br />
<br />
               This is suresh.I am using prefuse in my project and i am new to prefuse.In that i have to give different colors for different edges.Please help me about <span style="font-weight: bold;"><span style="font-style: italic;">changing the color of an edge from edge to edge</span></span>.Tomorrow is my project deadline.Please help me out.........<br />
<br />
(means color of an edge should change according edge id)<br />
Thanks in advance.<br />
<br />
my mail id:  suresh.appana1@gmail.com<br />
              (if possible give me reply 2 my mail id)]]></description>
			<content:encoded><![CDATA[hello,<br />
<br />
<br />
               This is suresh.I am using prefuse in my project and i am new to prefuse.In that i have to give different colors for different edges.Please help me about <span style="font-weight: bold;"><span style="font-style: italic;">changing the color of an edge from edge to edge</span></span>.Tomorrow is my project deadline.Please help me out.........<br />
<br />
(means color of an edge should change according edge id)<br />
Thanks in advance.<br />
<br />
my mail id:  suresh.appana1@gmail.com<br />
              (if possible give me reply 2 my mail id)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ForceDirectedLayout move to up]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=399</link>
			<pubDate>Sat, 10 Jul 2010 17:12:32 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=399</guid>
			<description><![CDATA[Hi to all,<br />
 i can't understand why the ForceDirectedLayout move to up,<br />
also in the demo if you try to let it for a minute the tree slowly move to up,<br />
is there a soluction for this issue?<br />
Actually the only way i found is set continuousUpdates to "false" but i prefer keep it to true.<br />
Thanks<br />
micron]]></description>
			<content:encoded><![CDATA[Hi to all,<br />
 i can't understand why the ForceDirectedLayout move to up,<br />
also in the demo if you try to let it for a minute the tree slowly move to up,<br />
is there a soluction for this issue?<br />
Actually the only way i found is set continuousUpdates to "false" but i prefer keep it to true.<br />
Thanks<br />
micron]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Highighting Edges!]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=398</link>
			<pubDate>Tue, 29 Jun 2010 00:44:57 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=398</guid>
			<description><![CDATA[Hi folks,<br />
<br />
I've been extending GraphView in a few ways but I've stumbled over this...<br />
<br />
I'm trying to highlight edges. More specifically, when I hover over a node, I would like all the edges to and from that node to be highlighted, and when I click on a node, I would like all the edges to and from that node to stay highlighted until the focus group is changed or cleared.<br />
<br />
I can obtain both behaviors separately, but not together. <br />
<br />
The part I'm confused on (and perhaps this isn't the best way to approach this, let me know!) is this:<br />
<br />
How do I construct a predicate for coloring edges when edges don't have, for example, _hover fields? I need a way to set all the edges of nodes in the focus group to have a particular color (that can be temporarily overridden by a hover action on a node that also owns that edge)...<br />
<br />
How would I go about this?<br />
<br />
Please let me know if you would like code or need clarification..<br />
<br />
<br />
Thank you!!]]></description>
			<content:encoded><![CDATA[Hi folks,<br />
<br />
I've been extending GraphView in a few ways but I've stumbled over this...<br />
<br />
I'm trying to highlight edges. More specifically, when I hover over a node, I would like all the edges to and from that node to be highlighted, and when I click on a node, I would like all the edges to and from that node to stay highlighted until the focus group is changed or cleared.<br />
<br />
I can obtain both behaviors separately, but not together. <br />
<br />
The part I'm confused on (and perhaps this isn't the best way to approach this, let me know!) is this:<br />
<br />
How do I construct a predicate for coloring edges when edges don't have, for example, _hover fields? I need a way to set all the edges of nodes in the focus group to have a particular color (that can be temporarily overridden by a hover action on a node that also owns that edge)...<br />
<br />
How would I go about this?<br />
<br />
Please let me know if you would like code or need clarification..<br />
<br />
<br />
Thank you!!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to display jComponents in Nodes]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=397</link>
			<pubDate>Mon, 28 Jun 2010 09:27:21 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=397</guid>
			<description><![CDATA[First of all - HI!<br />
<br />
Is there any possibility to add some components, like RadioButtons, Textfields ...<br />
to a Node?<br />
<br />
I tried to build my own Renderer which extends AbstractShapeRenderer, but had no success in adding a panel with a combobox or something like that.<br />
<br />
(at least i can draw an Ellipse <img src="http://goosebumps4all.net/34all/bb/images/smilies/tongue.gif" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />)<br />
<br />
Thanks for help]]></description>
			<content:encoded><![CDATA[First of all - HI!<br />
<br />
Is there any possibility to add some components, like RadioButtons, Textfields ...<br />
to a Node?<br />
<br />
I tried to build my own Renderer which extends AbstractShapeRenderer, but had no success in adding a panel with a combobox or something like that.<br />
<br />
(at least i can draw an Ellipse <img src="http://goosebumps4all.net/34all/bb/images/smilies/tongue.gif" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />)<br />
<br />
Thanks for help]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Highlight nodes through search function, make edges clickable, filter edges]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=395</link>
			<pubDate>Wed, 23 Jun 2010 05:32:51 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=395</guid>
			<description><![CDATA[Hi,<br />
<br />
I am trying to make a network with force directed layout. I have following problems and really really need help with couple of major problems:<br />
<br />
1. While running search function, currently the matched nodes are made visible and rest all of the nodes are invisible. Instead, I only want to highlight them and after hitting the cross, it should return to the default layout.<br />
<br />
2. While clicking on the legend (on Science, Social Science etc), the nodes should only display edges, if the connected nodes are also under the same classification. Currently edges are displayed without the target nodes.<br />
<br />
3. Is there a way to make an edge clickable and display the network of both of the connected nodes.<br />
<br />
I am trying this from a long long time, and will really appreciate help with any of these points. <br />
<br />
My code and file is attached and please let me know, if anything needs explanation. <br />
<br />
Many many thanks]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I am trying to make a network with force directed layout. I have following problems and really really need help with couple of major problems:<br />
<br />
1. While running search function, currently the matched nodes are made visible and rest all of the nodes are invisible. Instead, I only want to highlight them and after hitting the cross, it should return to the default layout.<br />
<br />
2. While clicking on the legend (on Science, Social Science etc), the nodes should only display edges, if the connected nodes are also under the same classification. Currently edges are displayed without the target nodes.<br />
<br />
3. Is there a way to make an edge clickable and display the network of both of the connected nodes.<br />
<br />
I am trying this from a long long time, and will really appreciate help with any of these points. <br />
<br />
My code and file is attached and please let me know, if anything needs explanation. <br />
<br />
Many many thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Maintain node shape and size while updating]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=394</link>
			<pubDate>Thu, 17 Jun 2010 17:10:48 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=394</guid>
			<description><![CDATA[Hello folks.<br />
I'm fairly new to flare and need some assistance.<br />
I'm modifyng the classes in the demo and I'm working with a graph structure loaded trough a graphml file. I added labels and different sizes to my nodes. The labeling is done trough a Labeler which is added to the operator list of the visualisation as such:<br />
<br />
var labeler:Labeler = new Labeler("data.label", null, new TextFormat("Arial", "11", "0x00000000", true), null, Labeler.CHILD);<br />
vis.operators.add(labeler);<br />
<br />
It works fine. The problem is that I don't know how to personalise my nodes and edges to remain the same after an update is called. I use visitor functions in the createVisu function of the Layouts class:<br />
<br />
// personalize nodes<br />
    vis.data.nodes.visit(nodeVisitor);<br />
			<br />
// personalize edges<br />
   vis.data.edges.visit(edgeVisitor);<br />
<br />
                private function nodeVisitor(ns:NodeSprite):void<br />
		{<br />
			// retrive information from nodes<br />
			var text:String = ns.data.keywords;<br />
			trace(text);<br />
			var keys:Array = text.split(",");		<br />
			<br />
			for(var i:int=0; i&lt;keys.length; ++i){<br />
				trace(keys[i&#93;);<br />
			}<br />
			<br />
			var label:String = ns.data.label;<br />
			if(label.length &lt;= 12)<br />
				ns.size = label.length + 5;<br />
			else<br />
				ns.size = label.length + 8;<br />
		}<br />
		<br />
		private function edgeVisitor(es:EdgeSprite):void<br />
		{<br />
			if (es.data.style==1){<br />
				es.lineColor = 0xccffff00;<br />
			}<br />
			if (es.data.style==2){<br />
				es.lineColor = 0xcc99aaff;<br />
			}	<br />
		}<br />
<br />
As you can see I use data from my graphml file to compute the node size and the edge color. Here is a sample from the file:<br />
<br />
&lt;node id="n15"&gt;<br />
			&lt;data key="label"&gt;Token+POS+NP+VP+Syntax&lt;/data&gt;<br />
			&lt;data key="keywords"&gt;n2+n3+n8+,syntactic parsing,syntactic structure,FDG,functional dependency grammar,syntactic constituence,syntax annotation&lt;/data&gt;<br />
			&lt;data key="size"&gt;38&lt;/data&gt;<br />
		&lt;/node&gt;<br />
		&lt;node id="n16"&gt;<br />
			&lt;data key="label"&gt;Token+Lemma+POS+WSD+NP+VP+Syntax&lt;/data&gt;<br />
			&lt;data key="keywords"&gt;n7+n9+n15&lt;/data&gt;<br />
			&lt;data key="size"&gt;45&lt;/data&gt;<br />
		&lt;/node&gt;<br />
		&lt;node id="n17"&gt;<br />
			&lt;data key="label"&gt;Token+Lemma+POS+WSD+NP+VP+Syntax+Coref&lt;/data&gt;<br />
			&lt;data key="keywords"&gt;n10+n15&lt;/data&gt;<br />
			&lt;data key="size"&gt;55&lt;/data&gt;<br />
		&lt;/node&gt;<br />
		<br />
		&lt;edge id="e9" source="n1" target="n11"/&gt;<br />
		<br />
		&lt;edge id="e10" source="n2" target="n10"&gt;<br />
			&lt;data key="style"&gt;2&lt;/data&gt;<br />
		&lt;/edge&gt;<br />
		&lt;edge id="e11" source="n2" target="n12"&gt;<br />
			&lt;data key="style"&gt;1&lt;/data&gt;<br />
		&lt;/edge&gt;<br />
		<br />
		&lt;edge id="e12" source="n3" target="n13"&gt;<br />
			&lt;data key="style"&gt;2&lt;/data&gt;<br />
		&lt;/edge&gt;<br />
		<br />
		&lt;edge id="e13" source="n7" target="n11"/&gt;<br />
<br />
So my question is how can I modify the demo such that when I commute trough layouts the nodes and edges will stay the same.]]></description>
			<content:encoded><![CDATA[Hello folks.<br />
I'm fairly new to flare and need some assistance.<br />
I'm modifyng the classes in the demo and I'm working with a graph structure loaded trough a graphml file. I added labels and different sizes to my nodes. The labeling is done trough a Labeler which is added to the operator list of the visualisation as such:<br />
<br />
var labeler:Labeler = new Labeler("data.label", null, new TextFormat("Arial", "11", "0x00000000", true), null, Labeler.CHILD);<br />
vis.operators.add(labeler);<br />
<br />
It works fine. The problem is that I don't know how to personalise my nodes and edges to remain the same after an update is called. I use visitor functions in the createVisu function of the Layouts class:<br />
<br />
// personalize nodes<br />
    vis.data.nodes.visit(nodeVisitor);<br />
			<br />
// personalize edges<br />
   vis.data.edges.visit(edgeVisitor);<br />
<br />
                private function nodeVisitor(ns:NodeSprite):void<br />
		{<br />
			// retrive information from nodes<br />
			var text:String = ns.data.keywords;<br />
			trace(text);<br />
			var keys:Array = text.split(",");		<br />
			<br />
			for(var i:int=0; i&lt;keys.length; ++i){<br />
				trace(keys[i]);<br />
			}<br />
			<br />
			var label:String = ns.data.label;<br />
			if(label.length &lt;= 12)<br />
				ns.size = label.length + 5;<br />
			else<br />
				ns.size = label.length + 8;<br />
		}<br />
		<br />
		private function edgeVisitor(es:EdgeSprite):void<br />
		{<br />
			if (es.data.style==1){<br />
				es.lineColor = 0xccffff00;<br />
			}<br />
			if (es.data.style==2){<br />
				es.lineColor = 0xcc99aaff;<br />
			}	<br />
		}<br />
<br />
As you can see I use data from my graphml file to compute the node size and the edge color. Here is a sample from the file:<br />
<br />
&lt;node id="n15"&gt;<br />
			&lt;data key="label"&gt;Token+POS+NP+VP+Syntax&lt;/data&gt;<br />
			&lt;data key="keywords"&gt;n2+n3+n8+,syntactic parsing,syntactic structure,FDG,functional dependency grammar,syntactic constituence,syntax annotation&lt;/data&gt;<br />
			&lt;data key="size"&gt;38&lt;/data&gt;<br />
		&lt;/node&gt;<br />
		&lt;node id="n16"&gt;<br />
			&lt;data key="label"&gt;Token+Lemma+POS+WSD+NP+VP+Syntax&lt;/data&gt;<br />
			&lt;data key="keywords"&gt;n7+n9+n15&lt;/data&gt;<br />
			&lt;data key="size"&gt;45&lt;/data&gt;<br />
		&lt;/node&gt;<br />
		&lt;node id="n17"&gt;<br />
			&lt;data key="label"&gt;Token+Lemma+POS+WSD+NP+VP+Syntax+Coref&lt;/data&gt;<br />
			&lt;data key="keywords"&gt;n10+n15&lt;/data&gt;<br />
			&lt;data key="size"&gt;55&lt;/data&gt;<br />
		&lt;/node&gt;<br />
		<br />
		&lt;edge id="e9" source="n1" target="n11"/&gt;<br />
		<br />
		&lt;edge id="e10" source="n2" target="n10"&gt;<br />
			&lt;data key="style"&gt;2&lt;/data&gt;<br />
		&lt;/edge&gt;<br />
		&lt;edge id="e11" source="n2" target="n12"&gt;<br />
			&lt;data key="style"&gt;1&lt;/data&gt;<br />
		&lt;/edge&gt;<br />
		<br />
		&lt;edge id="e12" source="n3" target="n13"&gt;<br />
			&lt;data key="style"&gt;2&lt;/data&gt;<br />
		&lt;/edge&gt;<br />
		<br />
		&lt;edge id="e13" source="n7" target="n11"/&gt;<br />
<br />
So my question is how can I modify the demo such that when I commute trough layouts the nodes and edges will stay the same.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using pieLayout on a network]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=393</link>
			<pubDate>Fri, 11 Jun 2010 11:35:49 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=393</guid>
			<description><![CDATA[hi to all<br />
i'm trying to do something like this:<br />
<a href="http://well-formed.eigenfactor.org/radial.html" target="_blank">http://well-formed.eigenfactor.org/radial.html</a><br />
<br />
but i don't understand how to visualize connection once I've create the donut.<br />
I've tried this:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>_visualization.operators.add(new PieLayout("data.Total",0.95));<br />
_visualization.operators.add(new CircleLayout());</code></div></div>
but seems that it creates the nodes two times (see the attachment).<br />
[attachment=566&#93;<br />
Any suggestion?]]></description>
			<content:encoded><![CDATA[hi to all<br />
i'm trying to do something like this:<br />
<a href="http://well-formed.eigenfactor.org/radial.html" target="_blank">http://well-formed.eigenfactor.org/radial.html</a><br />
<br />
but i don't understand how to visualize connection once I've create the donut.<br />
I've tried this:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>_visualization.operators.add(new PieLayout("data.Total",0.95));<br />
_visualization.operators.add(new CircleLayout());</code></div></div>
but seems that it creates the nodes two times (see the attachment).<br />
[attachment=566]<br />
Any suggestion?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CloudLayout]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=392</link>
			<pubDate>Tue, 08 Jun 2010 14:47:16 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=392</guid>
			<description><![CDATA[Hi Martin<br />
<br />
Thanks for the excellent resource. I was looking to create something similar to your CloudLayout example on 34all site<br />
<a href="http://goosebumps4all.net/flareLab/cloudLayout.html" target="_blank">http://goosebumps4all.net/flareLab/cloudLayout.html</a><br />
<br />
Have you shared this code publicly with the community?<br />
<br />
cheers]]></description>
			<content:encoded><![CDATA[Hi Martin<br />
<br />
Thanks for the excellent resource. I was looking to create something similar to your CloudLayout example on 34all site<br />
<a href="http://goosebumps4all.net/flareLab/cloudLayout.html" target="_blank">http://goosebumps4all.net/flareLab/cloudLayout.html</a><br />
<br />
Have you shared this code publicly with the community?<br />
<br />
cheers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need your opinion - how to visualize]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=391</link>
			<pubDate>Mon, 07 Jun 2010 02:12:13 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=391</guid>
			<description><![CDATA[Hi,<br />
I'm a student, and currently I'm developing an application that visualizes a user's music library.<br />
My data is all the artists, and the similarity between each of them.<br />
<br />
What I'm doing now is to represent this information in a graph, where each artist is connected to another artist if they are similar.<br />
My problem is that this way, most artists will be linked together, creating a big mess.<br />
<br />
I've tried changing the size of the edges (related to the similarity - the more similar two artists are, the shortest the edge is), but as each node is connected to many other nodes, making the result not good.<br />
<br />
I think the ideal solution would be mapping each artist to coordinates x and y. The similar artists would form a cluster. And if the artists weren't similar, they would be far apart. But I don't know how to calculate this coordinates based on the similarity...<br />
<br />
I've tried everything, but I can't achieve the visualization I wanted... Does anyone have an idea on how I can use prefuse to visualize what I want?<br />
<br />
Thanks in advance.]]></description>
			<content:encoded><![CDATA[Hi,<br />
I'm a student, and currently I'm developing an application that visualizes a user's music library.<br />
My data is all the artists, and the similarity between each of them.<br />
<br />
What I'm doing now is to represent this information in a graph, where each artist is connected to another artist if they are similar.<br />
My problem is that this way, most artists will be linked together, creating a big mess.<br />
<br />
I've tried changing the size of the edges (related to the similarity - the more similar two artists are, the shortest the edge is), but as each node is connected to many other nodes, making the result not good.<br />
<br />
I think the ideal solution would be mapping each artist to coordinates x and y. The similar artists would form a cluster. And if the artists weren't similar, they would be far apart. But I don't know how to calculate this coordinates based on the similarity...<br />
<br />
I've tried everything, but I can't achieve the visualization I wanted... Does anyone have an idea on how I can use prefuse to visualize what I want?<br />
<br />
Thanks in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[make  edge labeler  transparent partially]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=390</link>
			<pubDate>Fri, 28 May 2010 16:01:16 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=390</guid>
			<description><![CDATA[Hello All,<br />
I am testing the example ( EdgeLabelerDemo.as ) presented in<br />
<br />
<a href="http://goosebumps4all.net/34all/bb/showthread.php?tid=182" target="_blank">http://goosebumps4all.net/34all/bb/showt...hp?tid=182</a><br />
by 34all. I wonder if the edge label can be made partially transparent?<br />
<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hello All,<br />
I am testing the example ( EdgeLabelerDemo.as ) presented in<br />
<br />
<a href="http://goosebumps4all.net/34all/bb/showthread.php?tid=182" target="_blank">http://goosebumps4all.net/34all/bb/showt...hp?tid=182</a><br />
by 34all. I wonder if the edge label can be made partially transparent?<br />
<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[network representation]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=389</link>
			<pubDate>Tue, 11 May 2010 12:42:11 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=389</guid>
			<description><![CDATA[(hello there is no much of reference on the step by step tutorial and forum on sourceforge... a forum structured like this would be much more useful!!!<br />
(also for searching threads...)!!)<br />
<br />
so not finding much about the topic, I post a potential job offer.<br />
- objective: represent a spring-force network<br />
- database is quite large (several MB in xml format)<br />
- the computing time for building the network can be reduced: we have already calculated the dependency matrix of each node using  Wolfram Mathematica, we can export the file in several formats<br />
- each link must contain retrive external information (should be already possible in flare)<br />
+<br />
- each node should be searchable, given some information attached to the node.<br />
<br />
<br />
<br />
Please send some examples for displaying a network with flare, and demonstrate with sample DB that it is able to load several data<br />
(you could embed fonts, to make it faster)<br />
<br />
a plus but not required the possibility to port it on mobile phones <img src="http://goosebumps4all.net/34all/bb/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><br />
<br />
<br />
You can propose a price and we'll be glad to discuss it, or otherwise to include you in the project and share expertize at a free cost if you are interested in the type of project.]]></description>
			<content:encoded><![CDATA[(hello there is no much of reference on the step by step tutorial and forum on sourceforge... a forum structured like this would be much more useful!!!<br />
(also for searching threads...)!!)<br />
<br />
so not finding much about the topic, I post a potential job offer.<br />
- objective: represent a spring-force network<br />
- database is quite large (several MB in xml format)<br />
- the computing time for building the network can be reduced: we have already calculated the dependency matrix of each node using  Wolfram Mathematica, we can export the file in several formats<br />
- each link must contain retrive external information (should be already possible in flare)<br />
+<br />
- each node should be searchable, given some information attached to the node.<br />
<br />
<br />
<br />
Please send some examples for displaying a network with flare, and demonstrate with sample DB that it is able to load several data<br />
(you could embed fonts, to make it faster)<br />
<br />
a plus but not required the possibility to port it on mobile phones <img src="http://goosebumps4all.net/34all/bb/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><br />
<br />
<br />
You can propose a price and we'll be glad to discuss it, or otherwise to include you in the project and share expertize at a free cost if you are interested in the type of project.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CirclePackLayout inside a RadialTreeLayout node : size problem]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=388</link>
			<pubDate>Fri, 30 Apr 2010 09:11:34 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=388</guid>
			<description><![CDATA[Hi,<br />
<br />
I m trying to insert a CirclePackLayout vis inside a RadialTreeLayout node (at the root place only...). It works, but the RadialTreeLayout does not handle with the resulting root size. So, my question is : is it a way to manage this??<br />
<br />
You can find the code and two screens in the attachments. The first screen shows only the labels to see how the vis is organized, and the second shows what happens when i insert the CirclePackLayout.<br />
<br />
I think that i m not alone with this problem... Hope someone can help me/us!<br />
<br />
Joël]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I m trying to insert a CirclePackLayout vis inside a RadialTreeLayout node (at the root place only...). It works, but the RadialTreeLayout does not handle with the resulting root size. So, my question is : is it a way to manage this??<br />
<br />
You can find the code and two screens in the attachments. The first screen shows only the labels to see how the vis is organized, and the second shows what happens when i insert the CirclePackLayout.<br />
<br />
I think that i m not alone with this problem... Hope someone can help me/us!<br />
<br />
Joël]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to display unrelated nodes in one graph?]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=387</link>
			<pubDate>Mon, 26 Apr 2010 18:12:11 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=387</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
I have this problem when trying to adopt the GraphView applet demo to one of my projects. Supposedly, I have 2 set of nodes, set A contains some related nodes, and set B contains some other related nodes. Set A and set B do not have any common nodes. Using the provided example, I can only render either set A or set B but not both of them at the same time. How can I display set A and set B in one view?<br />
<br />
Thanks for your help.]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
I have this problem when trying to adopt the GraphView applet demo to one of my projects. Supposedly, I have 2 set of nodes, set A contains some related nodes, and set B contains some other related nodes. Set A and set B do not have any common nodes. Using the provided example, I can only render either set A or set B but not both of them at the same time. How can I display set A and set B in one view?<br />
<br />
Thanks for your help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[layout help]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=386</link>
			<pubDate>Thu, 22 Apr 2010 22:05:46 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=386</guid>
			<description><![CDATA[hello i'm new to flare.<br />
i did the tutorials but i can't to go to the next step by myself.<br />
i'm trying to make a data structure similar to the layout in the demo<br />
but i can't seem to get the data from twitter and put in that layout<br />
please help.<br />
thanks]]></description>
			<content:encoded><![CDATA[hello i'm new to flare.<br />
i did the tutorials but i can't to go to the next step by myself.<br />
i'm trying to make a data structure similar to the layout in the demo<br />
but i can't seem to get the data from twitter and put in that layout<br />
please help.<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[history list]]></title>
			<link>http://goosebumps4all.net/34all/bb/showthread.php?tid=385</link>
			<pubDate>Thu, 22 Apr 2010 07:16:12 +0200</pubDate>
			<guid isPermaLink="false">http://goosebumps4all.net/34all/bb/showthread.php?tid=385</guid>
			<description><![CDATA[Hello,<br />
     I m very new to this flare and forum.I have seen the flare lab clickable root history list and have got the graph working but needed to know how to show the history i.e the root node selected. If already asked this question please point me to the post <br />
<br />
<br />
Thank you]]></description>
			<content:encoded><![CDATA[Hello,<br />
     I m very new to this flare and forum.I have seen the flare lab clickable root history list and have got the graph working but needed to know how to show the history i.e the root node selected. If already asked this question please point me to the post <br />
<br />
<br />
Thank you]]></content:encoded>
		</item>
	</channel>
</rss>