[Gambas-devel] New grid component

Daniel Campos danielcampos at ...45...
Mon Nov 15 00:11:45 CET 2004


Hi all:

this is the first alpha (or prealpha) release of a grid/database
component. It adds a grid to the qt component. The final goal of this
project is to provide a grid that can work attached or not to a
database.

This alpha 0.0.1 does not very much, however, as you can see in the
screenshot, it is able to display the contents of a table, and alter a
lot of properies of the body, headers and footers. This version can even
delete records from a table, but this feature is very buggy.

Regards,

Daniel Campos

-----------------------------------------------------

Put the sources ("gbgrid" folder) at {gambas}/src/lib/qt

Alter current configure.in file at {gambas}, adding :

src/lib/qt/gbgrid/Makefile 

near of the end of that file.

cd to {gambas}, type ./reconf and ./configure --(options)

go to {gambas}/src/lib/qt/gbgrid then make and make install

copy lib.gb.qt.gbgrid.component to {prefix}/lib/gambas

Execute "gbi -a"

You have two packages here:

http://forja.linex.org/project/showfiles.php?group_id=18&release_id=55

The first one is the gbgrid component, the second one is a sample
project with a sample database.

-----------------------------------------------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: grid.png
Type: image/png
Size: 112339 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20041115/3207ed81/attachment.png>


More information about the Devel mailing list