[Gambas-user] How do I use Tableview

Bodard Fabien gambasfr at ...11...
Wed Mar 9 22:02:31 CET 2005


Le mercredi 9 Mars 2005 18:14, francesco a écrit :
> How do I use tableview to insert data in cells? I don't see any example in
> the documentation.
>
> For Example, I would like to fill a 10x10 table with all the numbers from 1
> to 100, in suche a manner
>
> for i=1 to 10
> for j=1 to 10
> tableview1[i,j]=i*j
> bext
> next
>
> I needed to color in differente colors some cells according to some
> conditions, and Benoit told me to use Tableview instead of Gridview
>
>
> Thanks
>
> Francesco

Simple Tutorial explanation by demo at 
http://www.gambasforge.net/code.php?id=31

Fabien





More information about the User mailing list