-
Tree List Control – NOT enterable: bug or feature?
Hi $folks,
I’m trying to set up a tree list control with the following features:
– checkboxes
– multiple select
– twostate (i.e. node entries on different levels can be checked individually)
– enterable: upon double-clicking (or the like) I want to edit the selected node entry
So I chose data mode: kJSTreeFlatListWithTags which has the parameter ‘enterable: bool’
But while the other options (checkboxes, multiple select, twostate) work fine, I never was able to edit/enter a node entry. I tried different permutations of the other options, but to no avail.
I am enclosing a small sample lib to illustrate my problem.
So how can I make the parameter ‘enterable’ work, i.e. inline edit a node entry?
Any help is appreciated!
Best regards
Uwe
Log in to reply.