--- Alexandre Leclerc <[EMAIL PROTECTED]> escribió: > I need to post a message in the 'message queue' of my application > so > that the message is processed after other messages have been > processed... In Delphi the PostMessage() function was doing the > thing > with a special message trap in the class.public section. > > Is this portable? Or is there another mechanism in FPC? > > -- > Alexandre Leclerc >
That would be an Asynchronous Call see the wiki page: http://wiki.lazarus.freepascal.org/index.php/Asynchronous_Calls for an implementation example see the diff at: http://lazreport.cvs.sourceforge.net/lazreport/lazreport/source/lr_progr.pas?r1=1.4&r2=1.5&sortby=date the ipro package in lazarus also uses that technique... Jesus Reyes A. __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.yahoo.com.mx/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
