Page 1 of 1
Timeout on systemrequest
Posted: Thu Dec 17, 2015 4:35 pm
by ilbarbax
Is it possible to simulate a sendkey command to a system requester in order to apply a timout on the requester itself?
thanks
Re: Timeout on systemrequest
Posted: Thu Dec 17, 2015 11:18 pm
by evil
That should not be possible, as systemrequester halt the code.
All Timeout functions or eventhandlers strongly neet the
WaitEvent() command to be informed about those things.
But if you would use MUI-Royale instead, you could build requesters on your own, which do not block the running code.
Best regards
Joerg