Feature TreeGadget items
Posted: Tue May 20, 2008 7:54 pm
Feature request for the value from AddGadgetItem to return the item value from a tree.
value = AddGadgetItem(#myTree, -1, Text$, 0, CurrentSublevel)
It would be nice if the value returned was the item number of the item just created.
Alternatively some other way of fetching the value of the last item created would be really useful.
Also a command like item=ParentItem( item) would be nice.
This would allow us to work our way back up a tree without using API calls.
value = AddGadgetItem(#myTree, -1, Text$, 0, CurrentSublevel)
It would be nice if the value returned was the item number of the item just created.
Alternatively some other way of fetching the value of the last item created would be really useful.
Also a command like item=ParentItem( item) would be nice.
This would allow us to work our way back up a tree without using API calls.