lazarus/examples/grid_semaphor
vincents ef505e76e2 examples: fixed compilation
git-svn-id: trunk@10563 -
2007-02-01 23:33:31 +00:00
..
example examples: fixed compilation 2007-02-01 23:33:31 +00:00
readme.txt Set #255 as default value for TSemaphorGrid.CHARSEP from Salvatore. 2005-05-06 20:42:18 +00:00
semaphordbgridicon.lrs updated New LCL TSemaphorDBGrid and changes in SemaphorGrid example from Salvatore 2005-04-04 12:17:23 +00:00
semaphordbgrids.pas added missing file 2005-04-05 19:01:34 +00:00
semaphorgridlpk.lpk added 2 as default gtk intf value for GetSystemMetric(sm_cxedge) and extended TSempahorGrid from Salvatore 2005-09-26 23:23:18 +00:00
semaphorgridlpk.pas updated New LCL TSemaphorDBGrid and changes in SemaphorGrid example from Salvatore 2005-04-04 12:17:23 +00:00
semaphorgrids.pas win64 fixes (from peter, modified) 2006-05-01 21:47:48 +00:00
semaphorgridsicon.lrs Set #255 as default value for TSemaphorGrid.CHARSEP from Salvatore. 2005-05-06 20:42:18 +00:00
TSemaphorDBGrid.xpm added missing file 2005-04-05 19:01:34 +00:00
tsemaphorgrid.xpm updated New LCL TSemaphorDBGrid and changes in SemaphorGrid example from Salvatore 2005-04-04 12:17:23 +00:00

Hi for all,

I think TSemaphorGrid is quite original and it seems to work fine on both
Windows and Linux OS except "HideCol" under Linux that sometimes show a bit
of text contained in the hidden cells.

All the Info you need for TSemaphorGrid are in the source code.
I've commented the main methods in the abstract and other important steps in the code.
I've registered it in the 'Additional' page of Lazarus IDE components because I use it
instead of TStringGrid and if you want you can change this.

TSemaphorGrid come in a Lazarus Package "SemaphorGridLPK.lpk", just install it in the
Lazarus IDE by Components-->Open package file(.lpk)
Compile and install it
In the ".\example" direcory there is a Lazarus project (.lpi) that use TSemaphorGrid
with the main properties and methods.

ABSTRACT:
SEMAFORO (Semaphor) in Italian Language means Traffic Lights. If Semaphor is
set to true,when TSemaphorGrid detect in a non Fixed Cells a string like
StringGreen or StringYellow or StringRed, it show a colored sign in the
corrispondent cells (shape choosed in SemaphorShape). It can be Case Sensitive
(SemaphorCaseSensitive). If Semaphor is false, nothing happen.

SemaphorGrid is able to store and restore data by indipendent method
LoadFromFileG and SaveToFileG wich manage also accented chars in data and
similar. Data are separeted by CHSEP. LoadFromFileG has autoadjust wich allow
SemaphorGrid to AutosizeColumns. SemaphorGrid, at the moment, is unable to store
setting grid (only Column Hidden and in general ColWidth). With the method
ExportToExcel, SemaphorGrid is able set CHSEP so that the file generated is
MS Excel compatible.

Thanks for the Lazarus Project

Salvatore