[Lazarus] Message Loop paused when no interaction with mouse?
Michael Schnell
mschnell at lumino.de
Wed Apr 20 16:26:30 CEST 2011
On 04/20/2011 04:05 PM, Henry Vermaak wrote:
> PostMessage does wake up the main thread (when you compile your
> project with -dusecthreads). And I use QueueAsyncCall with a manual
> wakeup, which works well for me on win32 and gtk2. I use svn head, by
> the way.
>
You are not _supposed_ to do that. QueuAsyncCall _should_ work for
itself (instantly and without doing polling ). So this is a work around
and not a reliable consideration.
-Michael
More information about the Lazarus
mailing list