Re: beep broken in 10.2?
Re: beep broken in 10.2?
- Subject: Re: beep broken in 10.2?
- From: Matt Riley <email@hidden>
- Date: Tue, 17 Sep 2002 14:53:04 -0500
Indeed, that does make it beep 3 times (with a delay in between each beep).
However, I don't think this is a good test because it will always beep just
once, no matter what integer you put behind the beep statement. So, even if
it is beeping all 3 times in a "beep 3" that I can't discern between them,
this isn't a good way to test that theory. See what I mean?
And why did it work under 10.1.x? I think 10.2 is faster than previous
versions of OS X, but not *that* fast. ;-)
-Matt
On 9/17/02 1:52 PM, "Robert Poland" <email@hidden> wrote:
>
> To test, make a new script with this as the one and only line:
>
>
>
> beep 3
>
>
>
> The script compiles fine. It saves fine. It acts like it runs fine (no error
>
> reported). The computer should beep 3 times. But it only beeps once no
>
> matter what.
>
>
>
> Does this make sense to anyone? I used to use this all the time, but it now
>
> appears to be broken. Am I doing something wrong? Did something change that
>
> I am unaware of?
>
>
I'm sure that it is beeping three times, only so fast that you can't hear it.
>
>
Try:
>
Beep
>
delay
>
beep
>
delay
>
beep
>
delay
a
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.