Re: Problem with Alarm Clock app
Re: Problem with Alarm Clock app
- Subject: Re: Problem with Alarm Clock app
- From: "L. Lee" <email@hidden>
- Date: Thu, 08 Sep 2011 10:20:19 -0500
- Thread-topic: Problem with Alarm Clock app
Title: Re: Problem with Alarm Clock app
On 7/31/11 7:18 PM, "Alex Zavatone" <email@hidden> wrote:
Wow.
on quit
I really want to quit.
end quit
On Jul 31, 2011, at 7:03 PM, Brian Christmas wrote:
On 01/08/2011, at 1:35 AM, Luther Fuller wrote:
I did not run your script, but I did look at it.
I have a similar scripted application and compared them.
A suggestion:
1. See what happens if you eliminate the quit handler.
(My script didn't have one, but works.)
2. Use this quit handler, instead ...
on quit
continue quit
end quit -------------------------------
G'day Luther
Thanks, that worked.
Regards
Santa
--------------
Several weeks later...
For me Luther’s solution apparently only worked intermittently.
Instead, I changed
if TestBUTTON = "Quit" then quit me
to
if TestBUTTON = "Quit" then
quit
exit repeat
end if
That seems to indicate that “quit” and “exit repeat” occur more or less simultaneously when the “Quit” button is clicked.
Another challenge for the alarm clock application might be to make the voice say “ten fourteen” instead of “ten one four”, for example.
Laine Lee
_______________________________________________
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