[jawsscripts] Re: Questions about JAWS interacting with QT framework

  • From: "Steve Spamer" <stevespamer68@xxxxxxxxx>
  • To: <jawsscripts@xxxxxxxxxxxxx>
  • Date: Thu, 2 Jan 2020 11:15:07 -0000

Jim. Just on MSAA.  You sent me an example before Christmas, but you 
mentioned you might have got the syntax wrong for something.  Below is what 
you sent, so a question, as I couldn't find the constant.

The following line contains the constant I think you said wasn't compiling.

if (o.accState & msaa_checked) then

I can't find where the correct constant is, any ideas where I should be 
looking?  THX, best steve.


typing this from memory, nto compiling.

And, I can't remember the name of the constant I quoted to you,  but it was
correct,  and is in one of the fs supplied jsh files.

-----Original Message----- 
From: Snowman
Sent: Thursday, January 2, 2020 12:48 AM
To: jawsscripts@xxxxxxxxxxxxx
Subject: [jawsscripts] Re: Questions about JAWS interacting with QT 
framework

Its a great question,  why jaws doesn't handle this automatically.  I'd like
to know that as well.
If you want to script it,  you mite look at the MSAA objects,  and accName
field.  Their text is probably in that field.
Don't know if it will be the object with focus or not.  But, it's a good
place to start.




+--------------------------------------------------------------------------+
Listen to The Snowman on MushroomFM.com, Saturday evenings, 8PM Eastern
time.
60's and 70's tunes, and gently conservative talk.

----- Original Message ----- 
From: "Peter Torpey" <ptorpey00@xxxxxxxxx>
To: <jawsscripts@xxxxxxxxxxxxx>
Sent: Wednesday, January 01, 2020 5:55 PM
Subject: [jawsscripts] Questions about JAWS interacting with QT framework


I recently started playing around with Musescore, a program for creating and
reading musical scores.


The program works very well with the default configuration of NVDA.  As one
navigates through a score, NVDA speaks each note name, each note duration,
position in the score, etc.



When I use JAWS 2020, however, JAWS does not speak any of this information.



So I was wondering why this was and figured maybe I could script something
up to make Musescore work with JAWS as it does with NVDA.  Below is a
response I got from one of the Musescore developers which references the QT
framework that apparently is sending this info to NVDA.  I don't know what
this QT framework is or how/if JAWS can be made to grab information from it.
If anyone has any thoughts or suggestions I would appreciate it.



Here is the response from the Musescore developer:



"We'd love to get MuseScore working with JAWS (and Narrator, and VoiceOver,
and Orca) but so far no luck. If you can help that would be fantastic!

It is sort of true that we use the status bar for thew accessibility text,
but not totally. The same function generates both, but they are customized
differently. At the end of each command that might change the selection, we
generate the status text and the accessibility text. We use the Qt framework
to handle this and most other UI elements. Specifically, we define the score
view to be a QAccessibleWidget, and override the QAccessibleWidget::text
with a value of QAccessible::Name to return the accessibility text.
Everything seems to be working right but somehow NVDA is the only
screenreader that actually reads anything by default. Apparently JAWS will
if transfer keyboard focus elsewhere then back? It's frustrating that we
haven't been able to figure out the problem, and we've been looking at
totally different ways of solving it but I suspect it will turn out to be
some simple one-line change that is what we're missing."



--Pete





__________�

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

Other related posts: