[Lazarus] Message Loop paused when no interaction with mouse?
Michael Schnell
mschnell at lumino.de
Thu Apr 21 09:02:05 CEST 2011
On 04/20/2011 05:14 PM, Bernd wrote:
> procedure ...; message ...;
>
In fact even Delphi provides a more appropriate and portable solution
for this (when used for having a worker thread send an event to the GUI
Thread) : TThread.Queue.
Unfortunately they did not include this in the Delphi Help and this
supposedly is the reason why the LCL (in fact the TThread object in the
FPC RTL) does not provide it.
-Michael
More information about the Lazarus
mailing list