Page 1 of 1

DCREAD and TIMEOUT

Posted: Wed Feb 20, 2013 4:17 am
by c-tec
Hello,
I have a dialog where the TIMOUT option does not work. I updat in the background some captions of buttons, could this make problems ? Is there another way to make a timeout, maybe in a eventhandler for the dialog ?
regards
Rudolf

Re: DCREAD and TIMEOUT

Posted: Sat Feb 23, 2013 10:51 am
by rdonnay
Probably, using a custom handler is the only way you can do this.

The TIMEOUT feature resets the time on any kind of event, not just mouse or keyboard events.

Re: DCREAD and TIMEOUT

Posted: Sun Feb 24, 2013 2:02 am
by c-tec
Hello Roger,
thank you, will try it with the eventhandler
regards
Rudolf