[jawsscripts] Re: How to Make Jaws Read in Reverse?

  • From: Saylien Brown <saybro@xxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Sun, 11 Dec 2011 15:44:28 -0500

Appreciate your taking the time to share this. 
I'll keep it in my technotes for future 
reference. Already have a working script that does what I want. Thanks anyway.

At 10:22 PM 12/10/2011, you wrote:
>Hi Saylien
>I don't know anything about frame in Jaws 
>script. However, you can write a script to move 
>the cursor into the frame, and try these methods
>1. perform script sayAll
>2. try this function
>Void Function ReadText ()
>var
>String sLastLine
>JAWSBottomOfFile ()
>Let sLastLine=GetLine () ;get the text of current line
>Pause ()
>JAWSTopOfFile ()
>While GetLine ()!=sLastLine ;current line isn't last line
>SayLine ()
>NextLine ()
>If StringContains (GetLine (), sLastLine) then ;script found the last line
>SayLine ()
>EndIf
>EndWhile ;stop the loop
>EndFunction
>
>My English might not understand you clearly, but 
>I hope these can be a little hlep for you
>________________
>Dang Manh Cuong
>Course: Psychology and education
>Department: HCMC University of Pedagogy:
>280 An Duong vuong Str, Dist 5, HCMC Vietnam
>Home: 555/2B Le Hong Phong Str, Tan Dong Hiep ward, Di An Town, Binh Duong
>Mobile: +84 902-572-300
>E-mail: dangmanhcuong@xxxxxxxxx
>Yahoo ID: manhcuong0312
>Skype name: dangmanhcuong
>facebook: Manh Cuong Dang
>Blog: http://vi.netlog.com/Cuong_littlecat
>Website: http://ngoisaodanduong.com
>http://www.saomaicenter.org
>Projec-Website: http://code.google.com/p/dangmanhcuong
>
>   ----- Original Message -----
>   From: Saylien Brown
>   To: jawsscripts@xxxxxxxxxxxxx
>   Sent: Saturday, December 10, 2011 10:47 PM
>   Subject: [jawsscripts] How to Make Jaws Read in Reverse?
>
>
>   Hi Gang,
>
>   I'm interested in making a function in the latest build of JAWS 13
>   that tells JAWS to move the JAWSCursor to a certain point on the
>   screen, read that word, and then move up 1 line and read that word.
>   So essentially I want JAWS to read going up 1 line, not down 1 line.
>
>   I wish to attach this Function to a Frame, so if JAWS encounters any
>   text change in that frame, it will activate the function, which will
>   tell it to move to a particular X/Y co ordinance on the screen,
>   SayWord, move up 1 line and again SayWord.
>
>   If you know how this can be done, please give me an example function
>   (Proper Syntax) to model my function after.
>
>   Thanks for all of your help.
>
>   __________�
>
>   View the list's information and change your settings at
>   http://www.freelists.org/list/jawsscripts
>
>__________�
>
>View the list's information and change your settings at
>http://www.freelists.org/list/jawsscripts

__________�

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

Other related posts: