Re: [Gambas-user] TreeView - programmatically changed selection

2009-06-15 Thread BenoƮt Minisini
> With the TreeView (using gui.qt), I can change the "internal cursor" using > .MoveTo, .MoveUp, etc. but the user-visible selection does not change. Is > there any way to do this programmatically? > > Thanks, > > Ian You manipulate the TreeView selection with: * The TreeView.Current property. *

Re: [Gambas-user] TreeView - programmatically changed selection (solved)

2009-06-14 Thread richard terry
On Mon, 15 Jun 2009 07:19:15 am Ian Haywood wrote: > With the TreeView (using gui.qt), I can change the "internal cursor" using > .MoveTo, .MoveUp, etc. but the user-visible selection does not change. Is > there any way to do this programmatically? > > Thanks, > > Ian >

[Gambas-user] TreeView - programmatically changed selection

2009-06-14 Thread Ian Haywood
With the TreeView (using gui.qt), I can change the "internal cursor" using .MoveTo, .MoveUp, etc. but the user-visible selection does not change. Is there any way to do this programmatically? Thanks, Ian -- Crystal Rep