| TreeSelection events - getting items selected in the Tree | eamonnmag | 4/20/12 4:49 AM | Hi all, There is a question of a similar nature already in the group, but it has yet to be answered. Which is surprising really given that it seems a fairly reasonable thing to do, but the process for doing so is a bit obfuscated in the documentation |
| Re: TreeSelection events - getting items selected in the Tree | eamonnmag | 4/25/12 6:37 AM | No one? |
| Re: TreeSelection events - getting items selected in the Tree | gvahe | 4/27/12 3:24 PM | yeah, I think decided not to use tree-s for this kind of purposes, only as a decoration. then I decided to use multilistboxes which should have provided with ability to select multiple items but it won't give the actual values.. it's in issue tracker |
| Re: TreeSelection events - getting items selected in the Tree | eamonnmag | 4/28/12 5:12 AM | I was thinking about adding a horizontal panel for each of the items in the tree, and creating a selection button for each item, the pressing of which sends the selected item text. It's by no means efficient, but it would probably work. I can't beli |
| Re: TreeSelection events - getting items selected in the Tree | arnovb | 5/2/12 2:30 PM | What Eamonn said! Struggled with this for a few hours; the handler only seems to get a source and eventType. Surely there must be a way? tiaarno |