[jawsscripts] Re: Progress Bar Beep

  • From: Chad Foster <chad.foster@xxxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Sun, 30 Sep 2012 20:09:52 -0400

No, it should work. you may want to insert a few test statements to
see if the directory looks right, and then see if the files exist upon
running the code.

HTH,

On 9/28/12, Mario Brusco <mrb620@xxxxxxxxxxx> wrote:
> I tried your code as you suggested, recompiled and okayed the replacement of
>
> the ProgressBarChangedEvent would be replaced, but did not hear any jgauge
> beeps when triggered something that normally results a spoken progress.
>
> the jgauge sounds are in the ...settings/enu/sounds/jgauge/.
>
> do I have to turn off progress announcements, because I didn't when i tried
>
> ----- Original Message -----
> From: "Chad Foster" <chad.foster@xxxxxxxxxx>
> To: <jawsscripts@xxxxxxxxxxxxx>
> Sent: September 28, 2012 2:23 PM
> Subject: [jawsscripts] Re: Progress Bar Beep
>
>
> Insert the followign in Default.jss and load Doug Lee's JGauge sound
> files in your Settings\Enu\Sounds\JGauge directory:
>
> void function ProgressBarChangedEvent(handle hProgress, string sName,
> string sValue)
> VAR
> string fName
>
> if !GetJCFOption ( OPT_PROGRESSBAR_UPDATE_INTERVAL ) then
> return
> endIf
> let fName = getJAWSSettingsDirectory() +"\\SOUNDS\\JGauge\\GAUGE" +
> stringChopRight ( sValue , stringContains ( sValue , "%" ) - 1 )
> +".wav"
> playSound ( fName )
> endFunction
>
>
> HTH,
>
> On 9/28/12, Sina Bahram <sbahram@xxxxxxxxx> wrote:
>> I could swear that jaws 10 or there abouts had beeping built in. I
>> distinctly remember this, but oh well, I'm probably just sleep
>> deprived/crazy at this point.
>>
>> Jaws scripting rules:
>> Rule #1, always listen to Doug.
>> Rule #2: there are no other rules, and see rule #1
>>
>> Take care,
>> Sina
>>
>> Website: www.SinaBahram.com
>> Twitter: @SinaBahram
>>
>>
>> -----Original Message-----
>> From: jawsscripts-bounce@xxxxxxxxxxxxx
>> [mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Doug Lee
>> Sent: Friday, September 28, 2012 11:51 AM
>> To: jawsscripts@xxxxxxxxxxxxx
>> Subject: [jawsscripts] Re: Progress Bar Beep
>>
>> I'm afraid you may be thinking of NVDA, which does beeps for progress
>> bars. JAWS lets you decide whether they're silent or speaking and how
>> often to check for changes, but I'm not aware of a choice for making
>> beeps from them.
>>
>> JGauge, sorry to say, is not well maintained at this point.
>>
>> On Fri, Sep 28, 2012 at 11:20:18AM -0400, Sina Bahram wrote:
>> Doug Lee implemented this years before Wineyes had it, called JGauge, and
>> then Jaws integrated this approach into the program, so no
>> need to even install anything new.
>>
>> I was about to tell you how to go turn this on, but for the life of me, I
>> can't find it in jaws 14.
>>
>> Guys, am I imagining it, or did FS take this feature out?
>>
>>
>>
>> Website: www.SinaBahram.com
>> Twitter: @SinaBahram
>>
>>
>> -----Original Message-----
>> From: jawsscripts-bounce@xxxxxxxxxxxxx
>> [mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Steve Matzura
>> Sent: Friday, September 28, 2012 7:42 AM
>> To: jawsscripts
>> Subject: [jawsscripts] Progress Bar Beep
>>
>> Has anyone taken a stab at implementing a beep in the progress bar
>> display script similar to what Window-Eyes uses? There are times I've
>> found that sound handier than listening to numbers, especially if it's
>> another room I'm listening from.
>> __________o?=
>>
>> View the list's information and change your settings at
>> http://www.freelists.org/list/jawsscripts
>>
>> __________???
>>
>> View the list's information and change your settings at
>> http://www.freelists.org/list/jawsscripts
>>
>> --
>> Doug Lee, Senior Accessibility Programmer
>> SSB BART Group - Accessibility-on-Demand
>> mailto:doug.lee@xxxxxxxxxxxxxxxx  http://www.ssbbartgroup.com
>> "While they were saying among themselves it cannot be done,
>> it was done." --Helen Keller
>> __________o?=
>>
>> View the list's information and change your settings at
>> http://www.freelists.org/list/jawsscripts
>>
>> __________�
>>
>> View the list's information and change your settings at
>> http://www.freelists.org/list/jawsscripts
>>
>>
>
>
> --
> Chad Foster
> Access Technology Solutions
> Leveling The Playing Field Through Technology
> http://www.GO-ATS.net
> __________�
>
> View the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts
>
>
> __________�
>
> View the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts
>
>


-- 
Chad Foster
Access Technology Solutions
Leveling The Playing Field Through Technology
http://www.GO-ATS.net
__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: