| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| Hi Tim, 1. An excellent beginners book with lots of good ideas is Applescript: The Missing Manual by Adam Goldstein. It is available from Pogue press which has lots of other good AS books. 2. Another starter is to enable the apple scripts that are supplied with your mac and there are lots of them including this one below which starts to answer your question. the script below opens a URL which may be kind of familiar. Just select the text and select Mail -> Services -> script editor -> Make new applescript. Now you have a script that will go to a URL. Just change the URL address to the one you want to go to. property target_URL : "http://store.apple.com/" open location target_URL Now open iCal and make a date in the heading "Alarm" select run applescript and select your script. It will now open your URL on the set date. 3. Going back to the supplied applescripts in the menu bar, you can enable these for easy access through Applescript Utility which allows you to put the scripts in the menubar for universal access. On 09/06/2007, at 9:29 AM, Tim Whiteknight wrote:
Peter Baxter Music creates order out of chaos: for rhythm imposes unanimity upon the divergent, melody imposes continuity upon the disjointed, and harmony imposes compatibility upon the incongruous. -- Yehudi Menuhin iChat email@hidden |
_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/applescript-users/email@hidden Archives: http://lists.apple.com/archives/applescript-users This email sent to email@hidden
| References: | |
| >iCal alarm opening URL with script. HOW? (From: Tim Whiteknight <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.