[Gambas-user] TreeView item focus

Ron_1st ronstk at ...239...
Sun Aug 23 19:58:49 CEST 2009


On Sunday 23 August 2009, Jean-Yves F. Barbier wrote:
> Fabien Bodard a écrit :
> > you can do that by hand !
> > 
> > no ?
> > 
> > in TreeView_Expand()
> > 
> > Last.Item.Selected=true
>  
> Ok Fabien, thanks it is working :) 
> 
> but I didn't find any reference to that in the documentation: even a grep
> didn't return anything:(
> grep -R "Last.Item" /usr/share/gambas2/help/help/* => nada
> grep -Rw Last       /usr/share/gambas2/help/help/*     =>
>    /usr/share/gambas2/help/help/changes.html:Gambas Documentation - Last Changes
>    /usr/share/gambas2/help/help/changes.html:Last Changes
>    /usr/share/gambas2/help/help/help.html:<a href="changes.html">Last Changes</a>   
>    /usr/share/gambas2/help/help/lang/stat.html:<li>Last modification time.
>  
> I can learn quite fast, but not out of nowhere.
> 
> JY

http://gambasdoc.org/help?en

1)See Language:

2)see Components for ? exactly

Find all on the same page for gb.qt treeview:
http://gambasdoc.org/help/comp/gb.qt/treeview
http://gambasdoc.org/help/comp/gb.qt/treeview/item

http://gambasdoc.org/help/comp/gb.qt/treeview/.select
http://gambasdoc.org/help/comp/gb.qt/treeview/.expand

http://gambasdoc.org/help/comp/gb.qt/control/expand

Last is not a component but part of the Language 

2)see Language Index
http://gambasdoc.org/help/lang
At the index by name:
http://gambasdoc.org/help/lang/last


A child can fly the plain :)

I go read about grep -Rw now. :(


Best regards,

Ron_1st

-- 




More information about the User mailing list