[jawsscripts] Re: reading control automation id when tabbing

  • From: Doug Lee <doug.lee@xxxxxxxxxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Sat, 18 Feb 2017 01:39:03 -0500

On Fri, Feb 17, 2017 at 09:12:35PM -0900, Soronel Haetir wrote:
I would say the reason for it not being documented is that FS would
say you are supposed to use the object-based API (
http://www.freedomscientific.com/Support/JAWSdocumentation/UIAScriptAPI
)

On 2/17/17, Geoff Chapman <gch@xxxxxxxxxxxxxxxx> wrote:

And I'm curious as to the reason for it's non-documentedness?
Goodness how are people supposed to discover these things ...


----- Original Message -----
From: "Bob" <temp@xxxxxxxxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Saturday, February 18, 2017 1:47 AM
Subject: [jawsscripts] Re: reading control automation id when tabbing


Hi Doug

I'm curious as to the reason for defaulting to schedule function?

Bob


On 17/02/2017 15:17, Doug Lee wrote:
Warning: Untested and uses an undocumented JAWS function, just because
it's faster lol.

include "hjconst.jsh"

script Tab()
performScript Tab()
scheduleFunction("sayAutomationID", 5)
endScript

void function sayAutomationID()
sayMessage(OT_Message, GetObjectAutomationID())
endFunction

On Fri, Feb 17, 2017 at 10:05:28AM -0500, Jason Fayre wrote:
Hi all,
I've got an application with a bunch of unlabeled controls. However,
it looks like the AutomationID property has good info.
How could I write a script so that the tab key will read the
automation ID automatically when I focus on a control?
Thanks!
__________???

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



__________??????

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


__________??????

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




-- 
Soronel Haetir
soronel.haetir@xxxxxxxxx
__________???

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

-- 
Doug Lee, Senior Accessibility Programmer
SSB BART Group - Accessibility-on-Demand
mailto:Doug.Lee@xxxxxxxxxxxxxxxx  http://www.ssbbartgroup.com
"While they were saying among themselves it cannot be done,
it was done." --Helen Keller
__________�

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

Other related posts: