Thought not 1.6 specific ther'is an annoying bug with the IDE undo. If you
create an  event for instance
procedure TForm1.Button1Click(Sender: TObject);
begin

end;

do ctrl+z

and only Button1Click from source is removed and not its reference in the
OI. So if you try to recreate the Button1Click event via OI or dbclick on
button1 the IDE is give a error msg that didnt help to find the problem
(unit section enlighted)

Salvatore

_______________________________________________
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to