[jawsscripts] Completely Override Braille Output

  • From: Bob <temp@xxxxxxxxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Mon, 7 Aug 2017 18:00:52 +0100

I am having difficulty preventing Jaws from removing content from the 
braille display.
A simplified pair of scripts for an example:

Script SayNextLine()
     BrailleString("A line of text")
EndScript

Script SayNextCharacter()
     SayString("Just speak")
EndScript

With these scripts the application will output to the braille display 
when the down arrow is pressed but when the right arrow is pressed the 
display reverts to its previous content. This could be the last item 
from the last application or sometimes the app window title.

There are no other parts of this application that output to braille!
I even went through braille.jss and added a SayString to every function 
to determine what was running.
The only items were BrailleCallbackObjectIdentify and PointNeedsMarking. 
With these two functions commented out the same behavior still occurs.

I can store the last braille output and resend it when I know it is 
going to be removed but this causes the braille to refresh and its not a 
nice solution.

Does anyone have any idea what I could try?

Thanks

Bob

__________�

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

Other related posts:

  • » [jawsscripts] Completely Override Braille Output - Bob