Re: how do you click 'ok' in as
Re: how do you click 'ok' in as
- Subject: Re: how do you click 'ok' in as
- From: JJ <email@hidden>
- Date: Wed, 31 Jan 2001 09:08:09 +0100
Bret:
Any past day someone talked about "Okey Dokey", wich is a control panel that
pushes automatically the default buttons after a time, like "giving up
after".
But the best option is "Prefab Player", an extension wich works anyway with
dialogs, menus, etc. It's an emulator
http://www.prefab.com/playertrialversion.html
I had heard about it, but i didn't try. R. M. got me into it for
full-customizing some proccesses in apps that don't script-support all my
thoughts.
the syntax would like:
--mount the server...
tell application "PreFab Player"
disable user input
try
click button "OK" -- if it exists
on error
end try
enable user input
end tell