Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-05 Thread darekm
Mattias Gaertner wrote: On Sun, 04 Jun 2006 23:30:29 +0200 darekm <[EMAIL PROTECTED]> wrote: repair patch change typo remove change in DestroyWIndow Applied. Thanks. I replaced the KeyPress with KeyDown and set Key:=VK_UNKNOWN, so other parts know, that the key was handled. Why is

Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-05 Thread Mattias Gaertner
On Sun, 04 Jun 2006 23:30:29 +0200 darekm <[EMAIL PROTECTED]> wrote: > > repair patch > change typo > remove change in DestroyWIndow Applied. Thanks. I replaced the KeyPress with KeyDown and set Key:=VK_UNKNOWN, so other parts know, that the key was handled. Why is a LM_CHANGED message sent, b

Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-04 Thread darekm
repair patch change typo remove change in DestroyWIndow Mattias Gaertner wrote: On Fri, 02 Jun 2006 08:31:18 +0200 DarekM <[EMAIL PROTECTED]> wrote: Vincent Snijders napisa__(a): DarekM wrote: Vincent Snijders napisa__(a): darekm wrote: Hi attached pa

Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-04 Thread Mattias Gaertner
On Fri, 02 Jun 2006 08:31:18 +0200 DarekM <[EMAIL PROTECTED]> wrote: > Vincent Snijders napisa__(a): > > DarekM wrote: > >> Vincent Snijders napisa__(a): > >> > >>> darekm wrote: > >>> > Hi > attached patch added: > ChecklistBox.onClickCheck (for GTK and GTK2) > publish proper

Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-01 Thread DarekM
Vincent Snijders napisał(a): DarekM wrote: Vincent Snijders napisał(a): darekm wrote: Hi attached patch added: ChecklistBox.onClickCheck (for GTK and GTK2) publish property TCheckBox.font remove tCustomLabel.FontChange(Sender: TObject); (default is fontchanged) Thanks for the patch.

Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-01 Thread Vincent Snijders
DarekM wrote: Vincent Snijders napisał(a): darekm wrote: Hi attached patch added: ChecklistBox.onClickCheck (for GTK and GTK2) publish property TCheckBox.font remove tCustomLabel.FontChange(Sender: TObject); (default is fontchanged) Thanks for the patch. I have the following question

Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-01 Thread DarekM
Vincent Snijders napisał(a): darekm wrote: Hi attached patch added: ChecklistBox.onClickCheck (for GTK and GTK2) publish property TCheckBox.font remove tCustomLabel.FontChange(Sender: TObject); (default is fontchanged) Thanks for the patch. I have the following questions: Why is the fo

Re: [lazarus] [patch] ChecklistBox.onClickCheck

2006-06-01 Thread Vincent Snijders
darekm wrote: Hi attached patch added: ChecklistBox.onClickCheck (for GTK and GTK2) publish property TCheckBox.font remove tCustomLabel.FontChange(Sender: TObject); (default is fontchanged) Thanks for the patch. I have the following questions: Why is the following debugln commented out? D

[lazarus] [patch] ChecklistBox.onClickCheck

2006-06-01 Thread darekm
Hi attached patch added: ChecklistBox.onClickCheck (for GTK and GTK2) publish property TCheckBox.font remove tCustomLabel.FontChange(Sender: TObject); (default is fontchanged) Darek Index: interfaces/gtk2/gtk2wschecklst.pp ===