Re: Getting title attribute from kAXValueChangedNotification events
Re: Getting title attribute from kAXValueChangedNotification events
- Subject: Re: Getting title attribute from kAXValueChangedNotification events
- From: Mike Engber <email@hidden>
- Date: Tue, 22 Jan 2013 12:43:50 -0800
On Jan 22, 2013, at 11:56 AM, Nicole Blumhorst <email@hidden> wrote:
> I am having trouble getting the title attribute of the focused UI event when a kAXValueChangedNotification is processed. The AXUIElementCopyAttributeValue always returns null and it seems that it should be returning something. Here is the part of code that I am using to get the title:
An AXTitle is supposed to be the user-visble text of an element. E.g. "Cancel" in a cancel button. Many elements do not have titles. What is the role of the element in question?
Maybe you should be asking for the description instead?
-ME
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden