[jawsscripts] Re: AdjustJawsVerbocity

  • From: "Dean Masters" <dwmasters@xxxxxxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Tue, 23 Jun 2009 10:51:22 -0400

Thanks for letting me know about the file. I will find it on the site.

Dean

----- Original Message ----- 
From: "Donald Marang" <donald.marang@xxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Monday, June 22, 2009 3:32 PM
Subject: [jawsscripts] Re: AdjustJawsVerbocity


| 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
| > //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
| //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 
//www.freelists.org/list/jawsscripts

Other related posts: