Timeout on systemrequest

Discuss any general programming issues here
Post Reply
ilbarbax
Posts: 117
Joined: Thu Apr 01, 2010 6:41 pm

Timeout on systemrequest

Post 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
evil
Posts: 177
Joined: Mon Jun 14, 2010 1:38 pm

Re: Timeout on systemrequest

Post 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
Post Reply