Jump to content

APPLESCRIPT FORUM?


This topic is 8238 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

  • 5 weeks later...

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

Link to comment
Share on other sites

This topic is 8238 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.