[Gambas-user] TreeView item focus

Ron_1st ronstk at ...239...
Sun Aug 23 20:13:48 CEST 2009


On Sunday 23 August 2009, Jean-Yves F. Barbier wrote:
> Laurent Carlier a écrit :
> ...
> >> I can learn quite fast, but not out of nowhere.
> >>
> >> JY
> > 
> > Perhaps here:
> > http://64.128.110.55/help/lang/last
> > 
> > "Returns a reference to the object that raised the last event"
> 
> yaah: on the site, but NOT existant into the package's docs :(
> 
At my box I found:
/usr/local/share/gambas3/help/help/lang/last.html


The grep -Rw give a result but not easy to destilate.

Alternative I use mostly is the 'find' cli.

$ find /usr/local/share/gambas3/help/help/* -iname last*
/usr/local/share/gambas3/help/help/comp/gb/process/lastvalue.html
/usr/local/share/gambas3/help/help/comp/gb/process/laststate.html
/usr/local/share/gambas3/help/help/comp/gb/stat/lastchange.html
/usr/local/share/gambas3/help/help/comp/gb/stat/lastaccess.html
/usr/local/share/gambas3/help/help/comp/gb/stat/lastmodified.html
/usr/local/share/gambas3/help/help/comp/gb+form/wizard/lastindex.html
/usr/local/share/gambas3/help/help/lang/last.html

Knowing Last is part of the Language
$ find /usr/local/share/gambas3/help/help/lang/* -iname last*
/usr/local/share/gambas3/help/help/lang/last.html

Interesting all those search methods.
But anyway you must know indeed what you search for and that
is not always easy.

Best regards,

Ron_1st

-- 






More information about the User mailing list