<br><br><div class="gmail_quote">On Thu, Aug 4, 2011 at 11:16 PM, Alberto Narduzzi <span dir="ltr"><<a href="mailto:albertonarduzzi@yahoo.com">albertonarduzzi@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I saw that my reply posted from the web was not readable... :-(<br>
<br>
So here it is again.<div class="im"><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
A simple<br>
<br>
checklistbox1.enabled := false wouldnt do it.<br>
<br>
Try this code :<br>
<br>
procedure TForm1.CheckListBox1ItemClick(<u></u>Sender: TObject; Index: integer);<br>
begin<br>
checklistbox1.Checked[index] := not checklistbox1.Checked[index] ;<br>
end;<br>
</blockquote>
<br></div></blockquote><div><br>For me that not a good solution, imagen we have no readonly in memo, can we have same solution like this?.<br>I prefer to add ReadOnly to that components.<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"></div><div class="im">
that _of_course_ wouldn't work. It's not the user changing the checkboxes... it's your code!<br>
<br>
if you disable the checklistbox, that will only keep the users from being able to change the status of the single checkboxes.<br>
Moreover, why are you toggling the "checked" propery, in the onclick? It gets changes its state already...<br>
<br>
Cheers, A.<br>
<br></div><div><div></div><div class="h5">
--<br>
______________________________<u></u>_________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.<u></u>freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.<u></u>freepascal.org/mailman/<u></u>listinfo/lazarus</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Zaher Dirkey<br>