> default; you can change this wait time with the internal PressDelay
> option."
>
> i'd like to know where to find this " internal PressDelay option "
>
That's wrong help left over from an early version of Stiletto.
Internal options no longer exist nor is there a way to change this
delay.
Rahter than using this approach to pressing the button, possibly you
can use the auto run when window opens command list (see "auto run
when ..." in help index). When the dialog window opens, wait a
couple of seconds then keys {enter}. The challenge might be to
uniquely identify the dialog window if it does not have a unique
caption. Possibly some combination of the the exe name and caption
might work:
=exename,&,your caption
>