Hi,
This is a more concise version of a previous post.
This code in a TreeViewer event listener:
insert(((TreeSelection)getSelection()).getFirstEle ment(), newElement, 0);
refresh();
System.out.println("Added new element");
prints the message but doesn't add a node to the tree. Any hints why?
Thanks.
Rodrigo
