[Gambas-user] ColumnView Question

Fabien Bodard abidoo.too at ...11...
Thu Feb 5 23:39:49 CET 2004


Le Jeudi 05 Février 2004 18:51, Louhelm du Plessis a écrit :
> Hi All
>
>
> I am a new Gambas (and Linux) user and I have to tell you I think Gambas is
> brilliant and fun to work with. I have 2 stupid questions:




> 1.  How do I add more than one column item in a ColumnView? ex. "Peter" |
> "0823562722". In VB I used .SubItem. 2.  I got Gambas 0.64a with Suse 9. I
hummm
Columnview["titi"][0] = "text"
Columnview["titi"][1] = "text"
Columnview["titi"][2] = "text"
etc...


fabien


> downloaded the update. When I run sh ./configure it says 'can't      read
> ./src/..... /Makefile.in: no such file or directory' a few times and
> aborts. How do I find out what my srcdir is?
>
>
> Thanx
> Louhelm (South-Africa, FORMER VB programmer!)





More information about the User mailing list