Re: beepsound on iOS

2016-10-12 Thread Terry Judd
> > > From: use-livecode on behalf of > Terry Judd > Sent: 12 October 2016 04:24 > To: How to use LiveCode > Subject: Re: beepsound on iOS > > Not quite answering my own question but there might be an in

Re: beepsound on iOS

2016-10-12 Thread Mike Kerner
; > set the beepSound to specialFolderPath("engine") & "/shortbeep.aiff" > > > > > From: use-livecode on behalf of > Terry Judd > Sent: 12 October 2016 04:24 > To: How to use LiveCode > Subject: Re: beepsound on iOS >

Re: beepsound on iOS

2016-10-12 Thread John Dixon
card before mergeAV is initialized. Terry... From: Terry Judd Date: Wednesday, 12 October 2016 1:27 pm To: How to use LiveCode Subject: beepsound on iOS I'm trying to play a simple beep on iOS by setting the beepsound (to either "system" or "vibrate") and calling b

Re: beepsound on iOS

2016-10-11 Thread Terry Judd
. Terry... From: Terry Judd Date: Wednesday, 12 October 2016 1:27 pm To: How to use LiveCode Subject: beepsound on iOS I’m trying to play a simple beep on iOS by setting the beepsound (to either “system” or “vibrate”) and calling beep, but I’m getting nothing. If I place the code in a try/catch

beepsound on iOS

2016-10-11 Thread Terry Judd
I’m trying to play a simple beep on iOS by setting the beepsound (to either “system” or “vibrate”) and calling beep, but I’m getting nothing. If I place the code in a try/catch statement then the returned error is ‘535,4,1’. Any ideas on what might be going wrong here? Terry...