Re: PlaySound Crash When Hitting Key

2013-02-10 Thread BX
, 2013 4:47 PM Subject: RE: PlaySound Crash When Hitting Key I too Bruce can’t make anything crash because of keyboard use; however, I have seen a much higher than normal number of crashes which happen just as WE is playing some sound (I have several programs which play sounds either at

RE: PlaySound Crash When Hitting Key

2013-02-09 Thread Chip Orange
reliably reproduce it. Chip From: Rod Hutton [mailto:rhst...@sympatico.ca] Sent: Saturday, February 09, 2013 1:32 PM To: gw-scripting@gwmicro.com Subject: Re: PlaySound Crash When Hitting Key Hi Bruce, I just executed the following command in the immediate mode app window

Re: PlaySound Crash When Hitting Key

2013-02-09 Thread Stephen Clower
Bruce, The PlaySound function just maps to the standard PlaySound function provided in the Win32 API. By default, the function plays audio synchronously (meaning that it won't return until the playback completes). If you want more control over audio playback, you can either import you

Re: PlaySound Crash When Hitting Key

2013-02-09 Thread Rod Hutton
Window-Eyes 8.0: New Features Webinar Recording Now Available for Download!Hi Bruce, I just executed the following command in the immediate mode app window: PlaySound("C:\test.wav") and I played around with the keyboard while the file was playing, both on my USB keyboard, as wel

Re: PlaySound

2011-08-24 Thread bb
antique. So, will do at least half and go from there. Sorry, Bruce Sent: Tuesday, August 23, 2011 3:25 PM Subject: RE: PlaySound That would be great. Right now, what I have is a script that will play .wav files which are in a subfolder of the main script directory. Thanks

RE: PlaySound

2011-08-23 Thread Chip Orange
th, Chip _ From: Jeff Weiss [mailto:jnwe...@lwsb.org] Sent: Tuesday, August 23, 2011 11:14 AM To: gw-scripting@gwmicro.com Subject: PlaySound When using PlaySound in a script, is there a way to pause and resume playing a sound? I know I can use PlaySound with an empty string t

Re: PlaySound

2011-08-23 Thread bb
Hi Jeff, Was just reading the specs on making a playsound for you and that would be very easy and would just have to add buttons for such things as pause; which just triggers the pause for that sound channel. You can have many sounds play at once and just have a list to select from to

RE: PlaySound

2011-08-23 Thread Jeff Weiss
That would be great. Right now, what I have is a script that will play .wav files which are in a subfolder of the main script directory. Thanks From: bb [mailto:b...@fltg.net] Sent: Tuesday, August 23, 2011 1:15 PM To: gw-scripting@gwmicro.com Subject: Re: PlaySound Hi Jeff, I

Re: PlaySound

2011-08-23 Thread bb
more than one format you can run. The .ogg and such. Sincerely Bruce Sent: Tuesday, August 23, 2011 11:13 AM Subject: PlaySound When using PlaySound in a script, is there a way to pause and resume playing a sound? I know I can use PlaySound with an empty string to stop the sound

Re: PlaySound

2011-08-23 Thread Stephen Clower
Jeff, This can't be done at the moment. Regards, Steve On 8/23/2011 11:13 AM, Jeff Weiss wrote: When using PlaySound in a script, is there a way to pause and resume playing a sound? I know I can use PlaySound with an empty string to stop the sound, but I would like to pause the soun

PlaySound

2011-08-23 Thread Jeff Weiss
When using PlaySound in a script, is there a way to pause and resume playing a sound? I know I can use PlaySound with an empty string to stop the sound, but I would like to pause the sound and then resume at the same place. Thanks Jeff Weiss, CVRT Rehabilitation Teacher Lions World