Search found 6 matches

by ar234948
03 May 2017 20:07
Forum: Feature Requests
Topic: Detect Color at Pixel Coordinate
Replies: 1
Views: 7072

Detect Color at Pixel Coordinate

I am requesting a determination / detection of a color at a specified pixel coordinate.

Thank you.
by ar234948
17 Jul 2016 18:49
Forum: User Help / Bug Reports
Topic: Work Mode - Prevent App from Loading
Replies: 1
Views: 5869

Work Mode - Prevent App from Loading

For a work-mode setting, is there an effective method of preventing apps from loading? All I can think of, is the following: App Task Started: {App Name} Time Range X to X Kill App Process: KILL(9) OR TERM(15) // same result I do not wish to use this method, because force killing/terminating an app ...
by ar234948
03 Jul 2016 16:56
Forum: User Help / Bug Reports
Topic: Input Speech Delay
Replies: 1
Views: 5718

Input Speech Delay

When I use the Input Speech (Experimental) with 'No user interface', there is a noticeable delay of ~7.5 seconds (from log). It will create the start input sound, I will say something, then it will still delay the same amount of time before the end input sound (~7.5 seconds total). When I use the In...
by ar234948
24 Jun 2016 20:55
Forum: User Help / Bug Reports
Topic: Determine current app name
Replies: 1
Views: 6340

Determine current app name

Is there a way to determine the name of the currently running app?

Thank you.
by ar234948
24 Jun 2016 13:15
Forum: User Help / Bug Reports
Topic: Method to detect 'Recents' or 'Back' softkey press
Replies: 1
Views: 5853

Method to detect 'Recents' or 'Back' softkey press

I tried searching the forum and scratching my brain a bit, but couldn't figure out a method to detecting a press of the Recents or Back softkey.

Is there a way to detect the press of each key?

Thank you.
by ar234948
19 Jun 2016 03:22
Forum: User Help / Bug Reports
Topic: Retrieving last url
Replies: 4
Views: 12392

Retrieving last url

The following: ControlUI text = getText("http*"); Returns the first url encountered. Is it possible to return the last one encountered instead? I figured it might have to do with regex, but my trials have led to more than enough errors. Along the same vein, would it be possible to add all urls to a ...