Re: Beep broken in 10.1.4?
Re: Beep broken in 10.1.4?
- Subject: Re: Beep broken in 10.1.4?
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 24 Apr 2002 23:05:34 -0700
On 4/24/02 10:37 PM, "Pepino" <email@hidden> wrote:
>
On 4/24/02 at 6:54 PM, email@hidden (Paul Berkowitz) wrote:
>
>
> On 4/24/02 5:41 PM, "Sander Tekelenburg" <email@hidden> wrote:
>
>
>
>> Btw, IIRC you can have multiple beeps in Mac OS X if you're willing to spell
>
>> them out:
>
>>
>
>> beep
>
>> beep
>
>> beep
>
>>
>
>> ;)
>
>
>
> That's not true. it still sounds like one beep. Maybe you have an absurdly
>
> slow machine, since mine's a G3 350 and it still sounds like one beep.
>
>
>
> --
>
> Paul Berkowitz
>
> _______________________________________________
>
> 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.
>
>
>
>
Here is the best I can come up with. You must put something between the beeps.
>
>
beep
>
display dialog "" buttons {":-)"} giving up after 1
>
beep
>
display dialog "Did I beep twice?"
>
Any particular reason why you didn't just do:
beep
delay 1
beep
delay 1
beep
?
--
Paul Berkowitz
_______________________________________________
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.