Re: window number accessible through accessibility system
Re: window number accessible through accessibility system
- Subject: Re: window number accessible through accessibility system
- From: Mike Engber <email@hidden>
- Date: Mon, 1 May 2006 18:02:40 -0700
The AXWindows attribute of the application gives you the windows in z-
order.
That should be sufficient for your purposes?
-ME
On May 1, 2006, at 1:52 PM, Ian Archer wrote:
The AppKit function NSWindowList will give a list of window numbers in
an front-to-back order. This is the only way to globally distinguish
window depths in a legal (i.e. not through private API) fashion. I'd
like to use this info to augment the accessibility I am offering but
the accessibility API doesn't seem to offer such information.
Programmatically, two windows with the same dimensions and location
will appear identical through the accessibility API. This is not
sufficient for my needs.
_______________________________________________
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