[lazarus] TCheckListBox

2008-01-10 Thread Damien Gerard
I have a little issue with TCheckListBox. It is impossible to set by han if an items is checked or not. After reading the code, I have found the following code : procedure TCustomCheckListBox.SetChecked(const AIndex: Integer; const AValue: Boolean); begin SetState(AIndex, cbChecked); end;

Re: [lazarus] TCheckListBox

2008-01-10 Thread Damien Gerard
On Jan 11, 2008, at 2:23 AM, Paul Ishenin wrote: Damien Gerard wrote: I have a little issue with TCheckListBox. It is impossible to set by han if an items is checked or not. After reading the code, I have found the following code : procedure TCustomCheckListBox.SetChecked(const AIndex:

[lazarus] TCheckListBox: 2 problems

2006-05-26 Thread Burkhard Carstens
Lazarus 0.9.15 svn r9356, Linux, gtk1 first problem: OnClick event is not fired, when changing the selection using the cursor keys. In Delpih7 it is fired and for Lazarus/TListBox it is also fired. second problem: Sometime when selecting an item with the mouse, the (check)listbox scolls to the