[jawsscripts] Re: AdjustJawsVerbocity
- From: "Donald Marang" <donald.marang@xxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Mon, 22 Jun 2009 15:32:16 -0400
Hi Dean,
I have not played around with custom verbosity settings yet, but I plan to
soon. I downloaded an RTF document about Converting Verbosity Settings from
the FS web site. It seems to explain how to go from the old, flat list
structure to the new tree structure. I hope I understand your situation
correctly. If you can not find the file on the FS site, or do not feel like
looking, I can attach it privately.
Don Marang
----- Original Message -----
From: "Dean Masters" <dwmasters@xxxxxxxxxxxxx>
To: "JAWS Scripts" <jawsscripts@xxxxxxxxxxxxx>
Sent: Sunday, June 21, 2009 5:30 PM
Subject: [jawsscripts] AdjustJawsVerbocity
> How does one set up new items for AdjustJawsVerbocity? I have the
> following
> that works with two items I added in JAWS 7.1 but would like to be able to
> add them to all versions since then by sending out one set of scripts:.
>
> Script AdjustJAWSVerbosity ()
>
> var
>
> String list,
>
> String list1,
>
> String list2
>
> if InHJDialog () then
>
> SayFormattedMessage (OT_error, cMSG337_L, cMSG337_S)
>
> return
>
> endIf
>
> if IsSpeechOff () then
>
> performScript adjustJAWSVerbosity() ; default
>
> return
>
> endIf
>
> let list1 = strLogosList1
>
> let list2 = strLogosList2
>
> Let list = list1 + list2 + cStrDefaultList ()
>
> StringChopLeft (list, 1); Get rid of leading delimiter
>
> If DlgSelectFunctionToRun (list, AdjustJawsVerbosityDialogName, false)
> then
>
> SaveApplicationSettings ()
>
> EndIf
>
> EndScript
>
>
>
> Thanks,
>
> Dean
>
>
> __________
> Visit and contribute to The JAWS Script Repository http://jawsscripts.com
>
> View the list's information and change your settings at
> http://www.freelists.org/list/jawsscripts
>
__________
Visit and contribute to The JAWS Script Repository http://jawsscripts.com
View the list's information and change your settings at
http://www.freelists.org/list/jawsscripts
Other related posts: