Doug Patrick Posted August 30, 2001 Posted August 30, 2001 Is there a forum for applescript similar to the FM Forums? I have an applescript triggering a FM script that works on a timed basis. The problem is that it goes at seemingly sporatic times also. The part in question is "set TS to time string of mydate if TS contains "9:4" and TS contains "AM" then set BS to true else if TS contains "12:4" and TS contains "PM" then set BS to true else if TS contains "3:4" and TS contains "PM" then set BS to true else if TS contains "7:4" and TS contains "PM" then set BS to true end if if BS then tell application "FileMaker Pro" ...." the time is checked every 600 seconds.
Toby B Posted August 30, 2001 Posted August 30, 2001 the bulletin board at http://www.macscripter.net is a good start and is usually good advice. You could also of course look at apple's discussion forums which are a little light on in technical depth you'll find it at http://discussions.info.apple.com
homelink Posted September 28, 2001 Posted September 28, 2001 AppleScript patiently waits for free processor time so timing is always an estimate. If you want to trigger events at exact times take a look at PowerKey Pro. Outstanding product that I've used for years in various incarnations http://www.sophisticated.com If you're REALLY into accurate time take a look at Vremya at http://www.lava.net/%7Ekirill/software/vremya.html
Recommended Posts
This topic is 8458 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now