Hi,
I have a tree with no columns, only 2 levels (root and a child of root) and i need to rename the root node and i can't come out on how to convalidate the editing.
On popup click i take the first selected root node and call VST_UserContacts.EditNode(Node, -1);
In VST_UserContactsEditing i assign Allowed := True; (because user can't 'click edit' the nodes, only from popup).
Then i don't know how to get the edited text and assign it to the data record (it has RootNode, Name and Status fileds) associated with the node. Con you help me?
p.s. I'v seen the demo, but it seems to be too complicated for my use, i don't need stringpick, combobox, memo or data calendar, only edit a generic string.