• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
More Magic Jack Mystery
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

More Magic Jack Mystery


  • Subject: More Magic Jack Mystery
  • From: Don Urquhart <email@hidden>
  • Date: Sun, 26 Oct 2014 21:35:19 -0700

Hi folks,
Still attempting to explore this custom application for the MJ phone service. Here’s what I’ve found so far:
- Its main window (according to the script below) contains thirty elements;
- Each of these thirty elements contains zero sub-elements;
- Each role attribute is “AXUnknown”;
- Each class is just UI element;
- All the names return missing value errors [i.e] none of the elements appear to be named.
Accessibility Inspector appears not to work with VoiceOver; possibly because it’s a floating window. Is there a way to get AI to log what it sees to a file, which I could review with an editor? Here’s one of my testing scripts:
tell application "System Events" to tell process "magicJack"
activate
tell front window
set UICount to number of UI elements of UI element 1
display dialog "Main window contains " & UICount & "elements."
repeat with i from 1 to UICount
display dialog "UI element name is " & name of UI element i of UI element 1
end repeat
end tell
end tell

Any suggestions how I might explore further? I’m sure this app is just one of thousands out there that don’t readily expose anything about their UIs that the Mac’s screen reader can use. I’d like to work on such apps, and perhaps eventually get VoiceOver speaking at least some of these presently inaccessible UI elements, similarly to how the Windows readers can now work with more of the custom controls in Windows apps. Can I add MJ to the sys prefs accessibility table some way, even though it’s in a hidden folder that starts with a period?
Thanks for any light you can shed :-)


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: More Magic Jack Mystery
      • From: Bill Cheeseman <email@hidden>
  • Prev by Date: Re: click using option down button 2 of window 1
  • Next by Date: Re: click using option down button 2 of window 1
  • Previous by thread: Re: With Yosemite, can no longer get selected text of Google Chrome page
  • Next by thread: Re: More Magic Jack Mystery
  • Index(es):
    • Date
    • Thread