Re: [Lazarus] Package

2014-03-11 Thread Antonio Fortuny
Le 10/03/2014 18:20, Mattias Gaertner a écrit : if Elapsed > 5000 then Break; Inc(Elapsed, 50) end; FreeAndNil(FTH); end; inherited; This solves part of the problem. Thanks Mattias. :-) It was to obvious that I guess I was on another planet whent thinki

Re: [Lazarus] How to color a field in a LazReport ?

2014-03-11 Thread Koenraad Lelong
op 10-03-14 17:28, Jesus Reyes schreef: El Lunes, 10 de marzo, 2014 9:10:39, Koenraad Lelong escribió: Hi, Have you tried procedure TDataModule1.frReport1EnterRect(Memo: TStringList; View: TfrView); begin if Dataset.FieldByName('VERSCHIL').asFloat<0.0 then View.FillColor

Re: [Lazarus] Package

2014-03-11 Thread Mattias Gaertner
On Tue, 11 Mar 2014 08:37:14 +0100 Antonio Fortuny wrote: > > Le 10/03/2014 18:20, Mattias Gaertner a écrit : > > if Elapsed > 5000 then > > Break; > > Inc(Elapsed, 50) > > end; > > FreeAndNil(FTH); > > end; > > inherited; > This solves part of the probl

Re: [Lazarus] Package

2014-03-11 Thread Antonio Fortuny
Le 11/03/2014 13:12, Mattias Gaertner a écrit : On Tue, 11 Mar 2014 08:37:14 +0100 Antonio Fortuny wrote: Le 10/03/2014 18:20, Mattias Gaertner a écrit : if Elapsed > 5000 then Break; Inc(Elapsed,

Re: [Lazarus] Package

2014-03-11 Thread Antonio Fortuny
Le 11/03/2014 13:37, Antonio Fortuny a écrit : Yep ! Mattias you are my muse :-D After a careful reading of the code it appears that the internal thread created had this line in the constructor.   FreeOnTerminate := True;

Re: [Lazarus] Qt4

2014-03-11 Thread Marco van de Voort
On Mon, Mar 10, 2014 at 10:03:44PM +1000, Danny Weldon wrote: > Isn't this something that fppkg should be able to resolve automatically? > ie. automatically download and install dependencies? qt4pas is wrapper C++ code and should be built with the same compiler as QT was. That makes it platform/

[Lazarus] Debugging woes [Debugger error]

2014-03-11 Thread Den
Hi all! I just thought I'd ask to see if anyone else was having the same problems as me with the current Lazarus SVN Trunk.. I'm using Linux 64bit (No Widget Set, no LCL). When you exit the program it states "Debugger Error" with the usual "Ooops, the debugger entered the error state Sav

Re: [Lazarus] Debugging woes [Debugger error]

2014-03-11 Thread Michael Van Canneyt
On Tue, 11 Mar 2014, Den wrote: Hi all! I just thought I'd ask to see if anyone else was having the same problems as me with the current Lazarus SVN Trunk.. I'm using Linux 64bit (No Widget Set, no LCL). When you exit the program it states "Debugger Error" with the usual "Ooops, the de

Re: [Lazarus] Debugging woes [Debugger error]

2014-03-11 Thread Martin Frb
On 11/03/2014 16:49, Den wrote: Hi all! I just thought I'd ask to see if anyone else was having the same problems as me with the current Lazarus SVN Trunk.. I'm using Linux 64bit (No Widget Set, no LCL). When you exit the program it states "Debugger Error" with the usual "Ooops, the debu

Re: [Lazarus] LazReport & Database

2014-03-11 Thread Jesus Reyes
> Jesus Reyes wrote: > >> This is basically to Mattias, is it possible to register at design time > data modules so they appear in FindGlobalComponentList? any other solution? > > FindGlobalComponentList is for the currently running application - the > IDE itself. > > Properties in the OI us