Re: 2 timers at once
Re: 2 timers at once
- Subject: Re: 2 timers at once
- From: Emmanuel LEVY <email@hidden>
- Date: Sat, 11 Jul 2009 13:48:19 +0200
On Jul 10, 2009, at 3:24 PM, Shawn Brady wrote:
I am using applescript as a timer in an Xcode created interface. I
have a master clock timer that counts down from 28:30. Then I have
4 individual timers that I want to trigger at will with hot keys. It
seems like Applescript will only do 1 thing at a time and will not
trigger a second timer until the 1st one is done. Is there a way to
do this.
In case this could make a solution for you, our AppleScript
environment Smile (where you can create UI as well), which was
designed as the engine for industrial applications, offers various
timers mechanisms.
The basic mechanism that would help you is the "notify someObject with
data whatEver with delay someSeconds" event.
Check satimage-software.com or/and ask me for more information if you
think you may be interested.
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden