I am using CVI7.0.
Based on the XMLTree example, I want to develop a simple XML editor
where the user can load up my XML file and edit values of various
elements. Problem is I can not find a way to edit the items in the
second column of the tree control.
Unlike Table control, which has SetTableCellAttribute where I can define
if the cell is HOT or INIDCATOR, the SetTreeCellAttribute only lets me
change the appearance of it. I can not make the tree cell to be
editable. I can make the tree item labels to be editable by using
SetTreeItemAttribute(panel, tree, ATTR_NO_EDIT_LABEL, 0); but I don't
want to change original tree item labels, only items in second columns.
Any help is very much appreciated.
vishi