Message Deleted JAWS 6.0

  • From: "Margaret Thomas" <iluvtoread@xxxxxxx>
  • To: "jfw" <jfw@xxxxxxxxxxxxx>
  • Date: Sat, 12 Feb 2005 10:55:51 -0500

Hi All,

    With the help of a previous post on this list and a Helpful Hint
on the JFWlite home page, I've think I've succeeded in silencing
"Message Deleted" in JAWS 6.0 with OE 6 and Windows 98 se here .

    The The line in the script change in the Helpful Hint seemes to
have changed in JFW 6.0 and an earlier post only cut down the "Message
Deleted" to "Deleted" here.  It was an improvement, but I wanted it
silenced as I had been able to do in previous versions of JAWS.

    I am NOT a script writer and I may have messed things up trying to
copy the appropriate lines in the script without the extra characters
that appeared in the original post, but I offer the following for
anyone who might want to try it:

To do this, first back up your settings enu folder.  The helpful
hints Script Files - Back up the settings enu folder on the JFWlite
home page will help get you started.  The instructions have changed a
bit with JAWS 6.0 and where your Settings/Enu folder is with JAWS 6
seems to depend on whether you are using Windows 98 se, XP Home, or XP
Pro.

You want to comment out a line in the jawsdelete script, but
unfortunately it isn't in the script list because they didn't add the
documentation back.  But anyway here is how to do it.
From the message list in OE press insert 0 to open the OE script file.
Press control F for the find dialog and type in jawsdelete exactly
like that
without a space and hit enter.
When it reports it found it, press escape.
Arrow down to the line that reads
SayFormattedMessage (OT_KEYBOARD, msg_DeleteMessage_L,
msg_DeleteMessage_S)

 Change the OT_KEYBOARD  to OT_STATUS.
The line now must have the following:
SayFormattedMessage (OT_STATUS, msg_DeleteMessage_L,
msg_DeleteMessage_S)

and put a semicolon in front of the line.
So it is like this
; SayFormattedMessage (OT_STATUS, msg_DeleteMessage_L,
msg_DeleteMessage_S)

Press control S to compile the script.
Press alt f4 to leave the script manager.

----- Original Message ----- 
From: "Jose Vilmar Estacio de Souza" <vilmar@xxxxxxxxxxxxxxx>
To: <jfw@xxxxxxxxxxxxx>
Sent: Friday, December 17, 2004 7:00 AM
Subject: Re: advanced verbosity


Hi Kerri,
I've the same problem and I suspect that this is a bug.
To solve this situation I did a small change in  the scripts used by =
jaws.

You can try the following:
1) In the message list press insert+0 to activate the script manager.
=
This will open a file called=20
Outlook Express 5-6.



2) Look for a script called JawsDelete. You can do this by pressing =
ctrl+l and then type the name of the script.  CTRL+l brings a list
with =
all scripts. You can type the desired name and then press enter.

3) Since  the script is found, look for a line that reads:
SayFormattedMessage (OT_KEYBOARD, msg_DeleteMessage_L, =
msg_DeleteMessage_S)

 =20
Change the OT_KEYBOARD  to OT_STATUS.
The line now must have the following:
SayFormattedMessage (OT_STATUS, msg_DeleteMessage_L, =
msg_DeleteMessage_S)



4) Press ctrl+s to recompile and save the scripts .



This is working here.

--
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to 
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
Archives located at: //www.freelists.org/archives/jfw

If you have any concerns about the list, post received from the list, or the 
way the list is being run, do not post them to the list. Rather contact the 
list owner at jfw-admins@xxxxxxxxxxxxxx

Other related posts:

  • » Message Deleted JAWS 6.0