Re: [lazarus] Threads and Forms

2007-06-11 Thread Luca Olivetti
En/na Al Boldi ha escrit: Have you found a problem with synchronize now? Yes: now it works :-D Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 Fax +34 93 5883007 _ To

Re: [lazarus] Trouble ending Application that uses Firebird DBs

2007-06-11 Thread Michael Van Canneyt
On Sun, 10 Jun 2007, Arí Ricardo Ody wrote: Hi Michael! I wasn't disconnecting the database because at least the navigation between the first form and the other 2 are occuring without troubles. I was only connect at form.create of the the 2 forms called by the first. After read your

[lazarus] sqlite components

2007-06-11 Thread Luca Olivetti
Hello, I'm writing an embedded application that will need a small database (no more than a couple thousand records), and I though sqlite could do it. It probably won't have any graphical interface, so I don't need all the goodies of a TDataset descendant, OTOH I like some other things a

Re: [lazarus] Threads and Forms

2007-06-11 Thread Alvise Nicoletti
Luca Olivetti ha scritto: En/na Al Boldi ha escrit: Have you found a problem with synchronize now? Yes: now it works :-D Bye Hi ;) Finally, was the demo uploaded ? Catch the link on the mailing list ! _ To

[lazarus] zeoslib still won't compile

2007-06-11 Thread pineal
Since the last posting on this subject I have the new fpc 2.1.4, compiled the latest Lazarus sources. This builds a GTK2 ide great. I have the svn sources for zeoslib too, but trying to compile the zeos components aborts at the same point as first reported with ZPropertyEditor highlighted.

[lazarus] StringGrid and 'out' parameters

2007-06-11 Thread Graeme Geldenhuys
Hi, Wouldn't it make more sense to change the following 'var' parameters to 'out' parameters. Index parameter in TCustomGrid.OffsetToColRow() ACol and ARow parameters in TCustomGrid.MouseToCell() This would make it much clearer what the parameters are actually used for. Retrieving values and

Re: [lazarus] zeoslib still won't compile

2007-06-11 Thread michal_wojtaszek
Before compile package try delete all files from ...\build directory except dummy.txt and .svn directory. Wiadomość Oryginalna Od: pineal [EMAIL PROTECTED] Do: Lazarus mailing list lazarus@miraclec.com Data: 11 czerwca 2007 13:12 Temat: [lazarus] zeoslib still won't compile Since

Re: [lazarus] Report Tools for Lazarus

2007-06-11 Thread Leonardo M. Ramé
Currently I'm using a component (http://digilander.libero.it/snapobject/) to load a TDataSet with data from an object (TObject or TCollection), then connect to a TfrxReport and print it the same way you should do with a TQuery or TTable. I don't know if SnapObjectDataSet can be used directly

[lazarus] TTabControl.Style = fsFlatButton

2007-06-11 Thread Graeme Geldenhuys
Hi, Does TTabControl support any other Style other that fsTabs? I've tried fsButtons and fsFlatButtons, but they don't seem to have any affect. I'm using Lazarus 0.9.23 (r11293) under Linux. Lazarus is compiled with the GTK1 widget set and the application I am creating is also using GTK1. --

[lazarus] Test

2007-06-11 Thread Darmawan Sugiarto
sorry Test --- Marco van de Voort [EMAIL PROTECTED] wrote: On Sat, Jun 09, 2007 at 12:12:40AM +0200, A.J. Venter wrote: I think I will post this question to the list and get the general feel from those who know the internals well. What is the consensus please ? That's pretty easy.

Re: [lazarus] sqlite components

2007-06-11 Thread Luiz Americo Pereira Camara
Luca Olivetti wrote: Hello, I'm writing an embedded application that will need a small database (no more than a couple thousand records), and I though sqlite could do it. It probably won't have any graphical interface, so I don't need all the goodies of a TDataset descendant, OTOH I like

Re: [lazarus] zeoslib still won't compile

2007-06-11 Thread pineal
On Monday 11 June 2007 11:47, [EMAIL PROTECTED] wrote: Before compile package try delete all files from ...\build directory except dummy.txt and .svn directory. Hi Michal, I tried that on my current linux platform after reinstalling fpc-2.0.4 ( I have dependency problems with fpc-2.1.4).