I am looking to either script or download a simple countdown applescript. One which when launched will simply display a dialogue box with the number of days/hours etc left until a specific date in the future. Any leads out there?
You can take a look at my sample AppleScript Studio project “Countdown.” You can look at the AppleScript code without even opening the app in Xcode or Project Builder and of course you could just run the built app.
Excellent! Though, I do not have AppleScript Studio, only the AppleScript editor which came with OS 10.2.8. When I attempt to run the script from within the editor, I get a syntax error reading:
Expected “given”, “into”, “with”, “without” or other parameter name but found identifier.
Patience as I learn to navigate within this new environment (have HTML exp, but this is my first foray into more traditional programming). Thanks!!
Even better! I revised a few things, only to clean up the window for my purpose (see below) and in the process learned a few things as well. Next step will be to learn how to replace the note icon with another file…