accessibility-api Questions
5
I am trying to implement an AccessibilityService. I have shared my code below.
When I turn on my accessibility service from settings menu then onServiceConnected() is called but onAccessibiltyEvent...
Apostate asked 9/11, 2016 at 9:1
3
Solved
I am working on an application that moves windows of third party applications around on the screen.
To get an overview of all currently open windows, I use
CGWindowListCopyWindowInfo(kCGWindowLis...
Bodily asked 30/5, 2011 at 16:52
9
Solved
I've written an Android app that requires the use of the AccessibilityService.
I know how to check to see if Accessibility is enabled or disabled on the phone, but I cannot work out a way to determ...
Swoon asked 22/2, 2011 at 16:48
3
Solved
OS X have a nice feature such as Accessibility API, which allow to control some system elements and another applications from your app code. But it stops working after turning on Sandbox. To submit...
Condescendence asked 20/8, 2015 at 10:42
4
Solved
I have a problem statement where i need to run my application with Accessibility setting on, to have talk back feedback, but the problem here is when i click on a TextView which have Spannable link...
Gelhar asked 13/2, 2017 at 14:52
3
I've found out that Android 9 now shows info if accessibility service stopped working.
That was always a pain for developers who try to leverage accessibility API.
Accessibility looks like en...
Hoyle asked 8/3, 2019 at 10:47
0
As mentioned here I can open Android Accessibility Settings page; I know I can open my app Accessibility Settings directly with this code:
Intent intent = new Intent(android.provider.Settings.ACTI...
Landgravine asked 23/11, 2019 at 14:16
2
Solved
The goal is to obtain views that can be interacted with instantly (that can be clicked right now and something would happen). If the view is visible and clickable in general but hovered by another ...
Bratcher asked 12/6, 2019 at 13:45
9
Solved
I want to enable access for assistive devices programatically on 10.9. On 10.8 and lower I was using following Applescript to enable access for assistive devices:
tell application "System Events"
...
Moly asked 17/7, 2013 at 7:11
1
Solved
I have a C# application that uses the property grid. When I edit a ContentAlignment property I get this error message:
Desktop applications are required to opt in to all earlier
accessibility i...
Mcinnis asked 18/5, 2018 at 19:22
3
Solved
My requirement: Reading the text from pop up, dialog etc for particular app.
I have implemented an accessibility service and I am receiving proper events and data as per my requirement. However wh...
Marvellamarvellous asked 21/12, 2015 at 7:51
1
Solved
Apple's Accessibility Inspector tool displays the Objective-C class corresponding to the currently inspected UI Element. See NSButtonCell at the very bottom of this screenshot:
However, how can ...
Faulk asked 9/8, 2017 at 12:36
1
I want to implement an Accessibility service in my Android app which can do the following things:
=>Get the onscreen taps/clicks across any apps.
=>Get the view which was tapped/clicked.
Initia...
Springhead asked 16/7, 2016 at 14:26
3
My program purpose: trigger the BACK button in a service
I tried many ways, no one can achieve this purpose, finally I discovered AccessibilityService, it may be the most possible ways to implemen...
Germanous asked 2/3, 2016 at 5:40
2
I am trying to use MSAA (on Win7) to get the addressbar in chrome browser and replace it with a different url. When chrome is launched normally (as the loggedon user), I am able to find the address...
Handbook asked 14/1, 2015 at 15:59
2
Solved
For my code I am attempting to get an array of AXMenuItems from an AXMenu (AXUIElementRef). The menu logs successfully, and here is my code:
NSArray *anArray = [NSRunningApplication runningApplica...
Ulberto asked 6/3, 2016 at 0:10
2
Solved
I want to log all toasts events in android ics (4.0.3), but I was unable to log any system event. Service is just not started!
According to this question:
onAccessibilityEvent(AccessibilityEvent e...
Stool asked 18/6, 2012 at 17:14
1
Solved
I'm trying to use the Accessibility API to change the position of other applications windows.What I wish to do is to get all the windows on the screen from all the applications, then move them all ...
Schoolroom asked 11/1, 2014 at 23:7
3
As I understood this is possible, from here
Detecting toast messages
But I am unable to catch any event with code snippet from the link.
MyAccessibilityService.java
package com.test.toasts2;
im...
Selfreliance asked 15/6, 2012 at 19:19
4
Solved
I want to enable Access for assistive devices in System Preferences programmatically. But Problem is that my application is not running as root user and i do not want my application to be as root u...
Disclimax asked 1/6, 2010 at 13:28
1
My Mac App uses accessibility API to move an resize window (of other apps).
I would like to submit my app to the MAS (Mac App Store). I have read that to submit an app to the MAS is mandatory to ...
Trichina asked 15/1, 2012 at 16:16
4
I'm using the Accessibility API to detect when a certain application opens windows, closes windows, when the windows are moved or resized, or made main and/or focused. However the client app seems ...
Toadinthehole asked 7/12, 2008 at 8:51
2
Solved
How can I get window's title, position and size if it does not support Accessibility API? Accessibility Inspector does not see it at all. Say, it's a xterm window in X11.app (X11->Applications->Ter...
Nutpick asked 14/6, 2010 at 18:13
1
© 2022 - 2024 — McMap. All rights reserved.