Re: [Gambas-user] A little question about treeView

2015-11-05 Thread Jorge Carrión
Works fine,Toby! I don't know why I thought the property key was read-only... I'm gettinng old, I guess... 😁😁 Thank you very much. Regards 2015-11-05 21:56 GMT+01:00 Tobias Boege : > On Thu, 05 Nov 2015, Jorge Carri??n wrote: > > I have a treeView and I change the current item by > > > > myTree

Re: [Gambas-user] A little question about treeView

2015-11-05 Thread Tobias Boege
On Thu, 05 Nov 2015, Jorge Carri??n wrote: > I have a treeView and I change the current item by > > myTreeview.moveto(newkey) > > Since then, the current key is newkey but the item is not highlightes on > screen > > I can't find the way to highlight the new item... How can it be done? > TreeVi

[Gambas-user] A little question about treeView

2015-11-05 Thread Jorge Carrión
I have a treeView and I change the current item by myTreeview.moveto(newkey) Since then, the current key is newkey but the item is not highlightes on screen I can't find the way to highlight the new item... How can it be done? Thanks in advance Regards -