well...
thats an empty command
IDL,10,"CANCEL"
or
IDL,10,"ESC"
thats the proper use of the IDLE command, the deprecaited version is, "IDL,10" but then you need to have code in exctlb to process ONIDLE
from history.txt
+ Screen Object Definition; IDLE - "IDL" additional option:
ARGUMENT 2: is optional, this argument should be enclosed in quotes and is a command that will be executed
when the idle time is exceeded. if this argument is not present, "ONIDLE" event is fired as usual.
example: IDL,10,"CANCEL"
This will execute "CANCEL" command after 10 seconds of IDLE.



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks