Apple event timed out
Apple event timed out
- Subject: Apple event timed out
- From: Peter Mathiessen <email@hidden>
- Date: Thu, 11 Jan 2001 10:38:46 +0100
Hi,
How to avoid Apple event timed out when displaying a dialog and the user
dont click the "OK" button in time?
The script:
tell application "Finder"
activate
display dialog "Done!" & return buttons {"OK"} default button "OK"
end tell
Best regards
Peter