RE: [lazarus] how to debug the lcl

2007-05-12 Thread Sam Liddicott
-Original Message- From: "Mattias Gaertner" <[EMAIL PROTECTED]> To: lazarus@miraclec.com Sent: 12/05/07 09:51 Subject: Re: [lazarus] how to debug the lcl =Can you give an example, where a first paint message is not on the =screen dc? You're probably right, mayb

Re: [lazarus] how to debug the lcl

2007-05-12 Thread Mattias Gaertner
On Fri, 11 May 2007 22:21:53 +0100 Sam Liddicott <[EMAIL PROTECTED]> wrote: > Well spotted. > > These days such metric gathering should be done lazily and in a way > that the metrics can be invalidated and lazily regathered again, such > as when theme font sizes change etc. Yes. > Windowed co

RE: [lazarus] how to debug the lcl

2007-05-11 Thread Sam Liddicott
ls a clear and clean place do do such metric gathering. Sam -Original Message- From: "Mattias Gaertner" <[EMAIL PROTECTED]> To: lazarus@miraclec.com Sent: 11/05/07 18:49 Subject: Re: [lazarus] how to debug the lcl On Fri, 11 May 2007 11:03:16 -0600 "Seth Grover"

Re: [lazarus] how to debug the lcl

2007-05-11 Thread Seth Grover
Ah, that's interesting. I hadn't yet tried it with GTK2. Thanks for the input. -Seth On 5/11/07, Mattias Gaertner <[EMAIL PROTECTED]> wrote: On Fri, 11 May 2007 11:03:16 -0600 "Seth Grover" <[EMAIL PROTECTED]> wrote: > A month ago I reported a LCL bug causing a crash in GTK. > > http://freepa

Re: [lazarus] how to debug the lcl

2007-05-11 Thread Mattias Gaertner
On Fri, 11 May 2007 11:03:16 -0600 "Seth Grover" <[EMAIL PROTECTED]> wrote: > A month ago I reported a LCL bug causing a crash in GTK. > > http://freepascal.org/mantis/view.php?id=8610 > > Since it hadn't been looked at by any of the developers yet, I wanted > to try to see if I could figure out