08-31-2005 10:31 PM
09-01-2005 08:40 AM
09-01-2005 10:45 AM
If you want to change the label programmatically, call SetTreeItemAttribute(panel, tree, ATTR_LABEL_TEXT, newLabel). If you want the user of your program to be able to change the label at runtime, they can just hit <F2>, which puts the currently active tree item in edit mode.
You can restrict this ability using the tree item attribute ATTR_NO_EDIT_LABEL.
If you want the user to be able to edit the value of tree cells in a multicolumn tree, check out http://forums.ni.com/ni/board/message?board.id=180&message.id=8629#M8629
- jared