Help - Search - Members - Calendar
Full Version: Timed Script
InsanelyMac Forum > Apple World > Mac Programming and Development > AppleScript and Automator
Colonel
I'm trying to write a script that will display dialog 5 seconds after you click OK in the previous dialog box. Could someone tell me how I can do this? Thanks.
Rammjet
display dialog "This is a dialog" buttons {"OK"} default button {"OK"}
delay 5
display dialog "This is another dialog" buttons {"OK"} default button {"OK"}
Colonel
thanks
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.