0
votes
2answers
218 views
TreeNode Image Overlay
I have an imagelist of about 30 images, and 3 images I'd like to be able to overlay on top of the 30 when a TreeNode is in a particular state. I know that a C++ TreeItem can do th …
-2
votes
0answers
33 views
ASTNode (Generating Error)
public abstract class ASTNode {
public abstract Object visit(Visitor v, Object info) throws LogoException;
}
public abstract class ASTNode0 extends ASTNode {
LogoVal va …
0
votes
2answers
98 views
PHP Tree building function breaks when depth = 4 but works when depth <4, why?
Hi all.
Frankly this is part of my uni assignment, BUT I have already done quite a bit... so please feel comfortable and keep reading since I am not asking for a cheat sheet or so …
0
votes
3answers
86 views
N-Level Tree PHP MYSQL HELP
I have been looking at a N-level tree class.
Could anyone possibly advise on the best way I could display the results ie, the looping of the result set, should I use DIVs or ULs?
…
0
votes
1answer
108 views
TreeView with custom drawn TreeNode
Hi
I am trying to add a custom icon near the text of a TreeNode, so the items could have a "checked/unchecked" state displayed. I don't want to use a checkbox for that.
Any ideas …
0
votes
0answers
55 views
Adding attributes to a dojo tree node on creation
I'm using a dojox.data.QueryReadStore to populate a dijit.Tree dynamically on expansion of each node. When each of the child TreeNodes is created, I'd like to put a custom attribu …
0
votes
1answer
126 views
Extjs TreeNode from array gets corrupted when assigned as child [CLOSED]
For some unknown reason, my problem vanished. Thus I have no solution for the problem.
Objective: I am using Extjs to create and maintain a tree structure on a webpage, and I need …
0
votes
2answers
66 views
Adding drag and drop support to Jtree
i want to add drag and drop support to my JTree application
i hav a created a custom DefaultMutableTreeNode subclass
hav a default TreeCellRenderer
what all things do i need to …
0
votes
1answer
100 views
How can set MaxLength for TreeNode Name and text property?
How can set MaxLength for TreeNode Name and text property? This is a windows forms application, where user right clicks a treeview to add a node and the maxlength of the treenode n …
0
votes
1answer
41 views
Why is StateImageIndex on TreeNode limted to a max value of 14?
Can someone here please explain to me why the StateImageIndex on TreeNode is limited to a maximum value of 14? It doesn't make any sense to me at all.
1
vote
2answers
155 views
free javascript widget to show an organigram chart…
I'm looking for a javascript widget to show some fairly complex graphes...
Ideally, it would be interactive, that is the user should be able to move around the nodes, select one o …
0
votes
3answers
336 views
C# How to inherit from the treenode class?
I have a class that inherits from TreeNode, called ExtendedTreeNode. To add an object of this type to the treeview is not a problem. But how do I retrieve the object from the treev …
0
votes
0answers
23 views
Wrking with Right Click on treeview nodes
Hi,
I am working with treenodes (TreeView.Nodes) in C# in Vsual studio 2005 and want to add a right click functionality to some of the nodes in the treeview. The right click funct …
2
votes
4answers
297 views
How do I make a TreeNode not visible? (C#)
Hi,
There is probably a really straightforward answer to this but I'm having difficulty finding it.
Simple, I have a TreeNode and I would like to make its visibility false. (or a …
0
votes
3answers
2k views
How to disable a WinForms TreeView node checkbox?
I need to be able to disable some of the checkboxes in a TreeView control of a WinForms application, but there's no such functionality built-in to the standard TreeView control. Of …
