David W Noon schrieb: > This looks rather like some sort of deadlock on something like a mutex > semaphore -- but that's just a guess. Is there some "knack" to calling > Dispatch() that avoids this problem?
The solution is simple: don't use Dispatch() from a thread, use the thread-safe SendMessage instead. DoDi _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
