Gestinux util

From Gestinux Wiki
Jump to navigation Jump to search

Gestinux_util is a set of utility packages containing visual and non-visual components. It is the base of Gestinux and it allows even quicker developments.

Package location

Each version of Gestinux uses a specific version of Gestinux_util package(s).

The 1.5 version requires gestinux_util 1.5.

Starting with version 1.5, gestinux_util has been splitted in 2 different packages, both required : gestinux_base and gestinux_util. gestinux_base is runtime only and required by gestinux_util, so you have only to install gestinux_util.

This was done to make console or web application using these components, and some gestinux units (unit*base.pas), without trying to link user-interface code. This is still impossible with ZeosLib 7.2.6 and PowerPdf. A new version of ZeosLib packages was submitted to the team to allow that. There is some work to use all Gestinux unit*base units and Zeos in a web or console application.

Translations location

Sources and translation files are located in subdirectories of the main Gestinux directory.

But, since the package can be used for other applications, its sources, including its translations, can be located anywhere outside the application sources. To have appropriate translations when running from within Lazarus EDI, you must have in the run parameters (Menu : Run > Run parameters) this qualifier :

 -u ${GESTINUX_UTIL}

It refer to the macro ${GESTINUX_UTIL}, which is set automatically to the right value when you install the package gestinux_util or gestinux_base and is used to find the appropriate translation files, possibily outside project sources.

This is only for execution with EDI.

If you are wanting to compile and execute gestinux, you have nothing to add, this parameter is saved in the project file.

Database Non-Visual components

They are only for database connection and management.

Currently based on Zeos Dbo components, with some methods added to create (and update) table structure from the datamodule.

Gestinux uses only descendants of TZConnection, TZQuery and TZTable.

Other midleware, specially the interface provided with Lazarus are said to be faster. One bad point is that components are specific to only one DBMS, and not following DBMS versions quickly enough. However, if someone wants to develop the same functionnalities and compare, he is welcome !

Forms

TGForm is a descendant of TForm with some common code handling keys and translations.

To create a new form, use File > New, and select only Module : GForm.

This will help to have a consistent handling of all forms in the application, and will allow future changes.

Visual components

These components are based on LCL Controls.

All these visual components are enabling dynamic translation of their captions and other texts.

We have started in version 1.5 to manage text orientation (LTR/RTL) automatically. This is definitely not fully finished. Sample hebraic translation files are provided in the trunk version, but not finished. If you can complete it, or provide other RTL language, you are welcome.

Display only components

Data Entry components

These components are containing a label and an entry component.

The first 7 (and more in the future) are usable in the TGEntryPanel for a quick integration with database.

Others