-
Hi there,
I want to change the label text of the treeview nodes so that long names are displayed like this... "very long..." while small ones stay as it is in the view... "small". In Tooltip i want to show the full name of the node... which i did with this...
addControlListener(new ToolTipControl("name"));
I was looking at the demos to change the labels...
2009-07-22 20:27:03 UTC in the prefuse visualization toolkit
-
thanks very much peter for ur quick repl..
i made changes to sql file manually as it was not that big.. so it is now loaded properly...
i figured it out how for my table i can create the lattice in elba....
what i had to do is go to new->attribute list.. and then i had to specify all the rows and colums of my DB there...
something like this...
obj1 as label and its clause -...
2009-04-08 21:29:37 UTC in ToscanaJ
-
Hi again..
As u mentioned i created my table into mysql DB and now i was trying to connect this db with ELBA so that i can view the concept lattice generated. However my table is a bit different than as shown in Elba manual... my table has objects as rows and attributes as columns and the data is only 1s and 0s depending on whether the object has that attribute.. i m not sure whether elba...
2009-04-05 20:56:44 UTC in ToscanaJ
-
anyone can pls throw some light on this prob (need to get this working :( )... i wud appreciate it..
thanks..
2009-03-31 02:25:33 UTC in the prefuse visualization toolkit
-
thanks for the reply ....
I tried that but it is giving this exception...
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Invalid row index: -1
at prefuse.data.tuple.TupleManager.getTuple(TupleManager.java:90)
at prefuse.data.Graph.getNode(Graph.java:700)
at prefuse.data.Graph.getTargetNode(Graph.java:917)
at...
2009-03-26 19:17:23 UTC in the prefuse visualization toolkit
-
thanks for ur reply.. i ll go through the manuals..
2009-03-21 03:18:45 UTC in ToscanaJ
-
hi toscanaj devs!
First help post!!! I am working on a project in masters course work in which we want to build concept lattice from some data. I want to know how should I format that data so that I can feed it in the toscanaj so it can be viewed and analysed easily... It will be great if I can get data from a simple XLS file in which matrix is generated (i need to fetch data using...
2009-03-19 17:49:38 UTC in ToscanaJ
-
anyone's help in this will be appreciated.. I am really looking for some idea in this one....
thanks.
2009-03-11 20:02:17 UTC in the prefuse visualization toolkit
-
Hi Bjorn,
I really need your help in this one.. Adding my question here itself as it is about the adding of a node. So, basically I want to add a node to the Tree but I want to do this in two steps.. first is to add a node in Visual Model of the tree and the second to add it in backend to change the XML. I want to show the added node to the user in tree without him waiting for the updation of...
2009-03-05 19:45:49 UTC in the prefuse visualization toolkit
-
Hi there,
This might be more of a java related question than prefuse related but anyhow i ll ask for ur help because I am stuck and i dont want to parse TreeML myself and then load it in JTree when i can do it in single line with JPrefuseTree....
Basically I want to add a node to JPrefuseTree dynamically in UI.. and then my backend code will take care of making change in the underlying...
2009-02-27 19:14:00 UTC in the prefuse visualization toolkit