posted 19 years ago
Hi,
I have a peculiar problem.I have a root node A.To this root node,I am adding a child node B and to this node,I am adding another node C.My problem is when i am adding another child node to A,the labels to the nodes are sometimes missing.It's of this form.When i add another node to A,I am going for a full repaint of the tree.
A(root node)
|_B
| |_C
| |_D
|
|_B
|_C
|_D
Can anyone help me out?
Thanx in advance.