Re: Jaws Delete Script Help

  • From: "D. J. Mitchell" <mitch44@xxxxxxxxx>
  • To: jfw@xxxxxxxxxxxxx
  • Date: Thu, 2 Jun 2005 06:18:45 -0700

Hi,  In version 6.1 , the following line appears and already has a semi 
colon at its beginning.
This differs from David's suggestion as shown in his message.
Here is the line:

;SayFormattedMessageWithVoice (VCTX_MESSAGE,OT_JAWS_MESSAGE, 
msg_DeleteMessage_L, msg_DeleteMessage_S)

----- 
So I'm still looking for help on silencing the message deleted speech. 
Thanks and sorry I can't sem to handle this annoyance.  Mitch

Original Message
From: "david the wild-thing" <d.h.whitehead@xxxxxxxxxxxx>
To: <jfw@xxxxxxxxxxxxx>
Sent: Thursday, June 02, 2005 3:27 AM
Subject: Re: Jaws Delete Script Help



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.

--
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

--
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: