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>&nbsp;&nbsp;&nbsp;
>    /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

-- 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to