[lazarus] Has message handler stuff been implemented yet???

Michael Van Canneyt michael.vancanneyt at wisa.be
Mon May 17 04:22:47 EDT 1999




On Sun, 16 May 1999, Cliff Baeseman wrote:

> I think I am going to change teditor around a little.  I will archive the
> original...

No need. Just take a note of the file version number: CVS can check it out for
you any time. This is why you use CVS !

If for instance you want version 1.12 of a file, you do a
 cvs update -r1.12 editor.pp
and it gets the version for you. That is a good reason for keeping the log in the file:
you can check what has changed along the versions, and then check out whatever version
you need. It is also a reason for supplying CVS with good comments when committing =)

Michael.
> 
> Hope Shane does not get upset with me ;)
> 
> 
> Cliff
> 
> 
> "Michael A. Hess" wrote:
> 
> > michael at tfdec1.fys.kuleuven.ac.be wrote:
> > >
> > > the following should compile:
> >
> > OK. I'll test it and let you know what I get.
> >
> > <snip>
> > > begin
> > >   MyObject:=TMyObject.Create;
> > >   MyObject.A:=1;
> > >   // MyProc:=@MyObject.DoClick;
> > >   // MyProc(2,MyObject);
> > >   MyObject.Free;
> > > end.
> > >
> > > The two commented out lines don't compile yet, I'll have to ask
> > > Florian about them. But the above compiles with todays compiler, and
> > > with last weeks too.
> > >
> > > I'll let you know when the two lines can be uncommented :-)
> >
> > I see I should have read this email before writing my last email. This
> > is the very problem I am having. I would REALLY like to see this issue
> > fixed.
> >
> > Let me know as soon as you find something out. I could use this feature
> > in a big way.  :-\
> >
> > Talk at you later,
> > --)
> 






More information about the Lazarus mailing list