[Lazarus] Stragne error in Lazarus 0.9.31 r29341 FPC 2.5.1 i386-win32-win32/win64
Mattias Gaertner
nc-gaertnma at netcologne.de
Thu Feb 3 23:59:18 CET 2011
On Thu, 3 Feb 2011 19:29:17 -0200
silvioprog <silvioprog at gmail.com> wrote:
> Hi,
>
> To reproduce the error:
>
> 1. Open Lazarus and make a new project;
> 2. put 1 Edit in Form1;
> 3. put 1 Button in Form1;
>
> ...Then:
>
> (...)
> TForm1 = class(TForm)
> private
> Edit1: TEdit; *<<-- in private session? :o*
> Button1: TButton; *<<-- in private session? :o*
> { private declarations }
> public
> { public declarations }
> end;
> (...)
Fixed in svn.
> And not accepts implements OnClick of the Button1, if I use double click in
> Button1 to implement my OnClick event, I get this error:
>
> http://imagebin.org/136012
I'm curious: Do you know what the message window is, that is mentioned
on this dialog?
> [...]
Mattias
More information about the Lazarus
mailing list