[jawsscripts] Re: Bottom Edge Question
- From: "Trent, Mike" <Mike.Trent@xxxxxxxxxxxxxxxx>
- To: <jawsscripts@xxxxxxxxxxxxx>
- Date: Fri, 18 Jan 2008 09:10:18 -0500
Can't find that in Default.jcf.
I did find a Top_And_Bottom_Edge_alert=126 in the hjconst.jsh.
________________________________
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Smith, Alice A.
HQ DCO
Sent: Thursday, January 17, 2008 3:46 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: Bottom Edge Question
If you are using BottomEdgeEvent in JAWS 9, beware, it is turned off by
default. To turn it on add the following lines to your script jcf file
or change the value in the default.jcf.
; determines whether the TopEdgeEvent and BottomEdgeEvent will fire,
1=true, 0=false
TopAndBottomEdgeAlert=1
________________________________
From: jawsscripts-bounce@xxxxxxxxxxxxx
[mailto:jawsscripts-bounce@xxxxxxxxxxxxx] On Behalf Of Trent, Mike
Sent: Wednesday, January 16, 2008 4:03 PM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Bottom Edge Question
I have a very simple script to read the word directly under the
PC cursor and then move to that word. This is for Rumba. I m using it to
read columns of text on the mainframe. It works fine except when I get
to the bottom of the page, then it just says blank. What I'd like to do
is know how to recognize the bottom edge and do or say something other
than 'blank'.
The script is as I said very simple.
Script SayWordOnNextLine ()
SaveCursor ()
InvisibleCursor ()
RouteInvisibleToPc ()
NextLine ()
SayWord ()
RoutePcToInvisible ()
EndScript
I found a BottomEdgeEvent function and a ProcessBoundaryStrike
function but I can't tell a lot about how they are used. The only
reference material I have is what comes with Jaws.
I have reclassed the window to a multi Line edit window. I don't
know if that is the correct thing to do or not.
- Follow-Ups:
- [jawsscripts] Re: Bottom Edge Question
- From: Smith, Alice A. HQ DCO
- References:
- [jawsscripts] Re: Bottom Edge Question
- From: Smith, Alice A. HQ DCO
Other related posts:
- » [jawsscripts] Bottom Edge Question
- » [jawsscripts] Re: Bottom Edge Question
- » [jawsscripts] Re: Bottom Edge Question
- » [jawsscripts] Re: Bottom Edge Question
- » [jawsscripts] Re: Bottom Edge Question
- » [jawsscripts] Re: Bottom Edge Question
- » [jawsscripts] Re: Bottom Edge Question
- » [jawsscripts] Re: Bottom Edge Question
- » [jawsscripts] Re: Bottom Edge Question
- » [jawsscripts] Re: Bottom Edge Question
- [jawsscripts] Re: Bottom Edge Question
- From: Smith, Alice A. HQ DCO
- [jawsscripts] Re: Bottom Edge Question
- From: Smith, Alice A. HQ DCO