Notifications
Clear all
[Closed] Listview Sublist text edit
Oct 06, 2005 8:28 pm
Is it possible have the user change the text of a sublist item? By default you can have the user change the first item but none of the others.
-RyanT
3 Replies
Oct 06, 2005 8:28 pm
sublist as in subcontrollers? because you could do:
$.pos.controller.setname 1 “test” etc
eek
1 Reply
I think Ryan means as in a tree list. You can edit the root name, but not the subs it seems. I’ve had a look, but no solution thus far. Not too familiar with those lists.
Oct 06, 2005 8:28 pm
Yes, Erilaz that is what I want. Thanks eek for trying ;o) I think I found a different workflow of how to use the listView. One solution would be to double click that column and pop up a editText dialog to change it.
-RyanT