2011/2/3 Mattias Gaertner <[email protected]> > On Thu, 3 Feb 2011 19:29:17 -0200 > silvioprog <[email protected]> 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. >
Thanks Mattias. ^^ > > 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? > No, why? o.o' > > [...] > > Mattias > -- *Silvio Clécio* *Blog.* blog.silvioprog.com.br *Twitter.* twitter.com/silvioprog
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
