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

Michael A. Hess mhess at miraclec.com
Sat May 15 16:54:58 EDT 1999


Hey Michael V. what is the status of this? You said you would indicate
when it has been committed and working. Is it and if not how soon until
it will be? I am working on this kind of stuff and want to know if this
is available or if I should do it in another fashion.

+++++ Per email on April 26th ++++++++++

As requested by Michael Zayats, we've implemented some changes to
support 
messages from GTK more directly. 

The implementation of it is as follows:

Declare a message handler with SELF as one of the paameters.

Procedure TMyClass.MyMessageHandler (Arg1 : Type1; Arg2 : Type2;
                                     ...
                                     Self : TMyClass;
                                     Argn : Typen); message
'themessage';cdecl;

<snip>

This has been put in the compiler, but not yet tested or committed to
CVS,
although the generated code looks OK.

I will notify when it has been committed and tested.

Michael.

+++++++++++++++++++++++++++++++++++++++++++

-- 
==== Programming my first best destiny! ====

Michael A. Hess      Miracle Concepts, Inc.
mhess at miraclec.com   http://www.miraclec.com






More information about the Lazarus mailing list