Page 1 of 1

Delayed PostEvent

Posted: Fri Dec 27, 2019 7:26 am
by Rinzwind
It would be nice if the PostEvent procedure had a 'delay firing' parameter that specified the ms to wait before actually posting the event (without blocking main thread).

Re: Delayed PostEvent

Posted: Fri Dec 27, 2019 1:55 pm
by mk-soft
You can build it yourself using threads.

Example: https://www.purebasic.fr/german/viewtop ... =8&t=31528