[jawsscripts] JAWS not reading items when moving to them

  • From: Jitendra <jeet.invincible@xxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Sat, 13 Dec 2008 22:52:10 +0530

Hello friends, in a dialog, JAWS is not reading the items like the radio 
buttons, checkboxes and other items.
I have written no codes for it, as don't know what to write or which 
function is to be modified.
Would love to tell you, and hope it solves some querries, and helps you 
give me a good answer.
JAWS is not reading the new focused item, insert+ tab and say line 
scripts reads though.
another question: in the following code, JAWS should find and click the 
item, but it is not doing that.
Void Function clickbutton (string Sbutton)
SaveCursor ()
InvisibleCursor ()
If FindString (GetFocus (), Sbutton,S_Bottom, S_unrestricted) == true && 
GetWindowClass (GetCurrentWindow ()) == "TPanel" then
SaveCursor ()
SayWord ()
RouteJAWSToInvisible ()
LeftMouseButton ()
RestoreCursor ()
RestoreCursor ()
;Else
;SayMessage (OT_Error, "sorry, the button was not found!", "Button not 
found")
;RestoreCursor ()
;RestoreCursor ()
EndIf
EndFunction

Thank you, Jitendra.
__________ 
Visit and contribute to The JAWS Script Repository http://jawsscripts.com

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

Other related posts:

  • » [jawsscripts] JAWS not reading items when moving to them - Jitendra