Getting all window elements of application
Getting all window elements of application
- Subject: Getting all window elements of application
- From: peresh <email@hidden>
- Date: Tue, 24 Aug 2010 12:58:08 +0530
Hi
I have a problem getting the windows of an application.
There are two windows in the application. One is a NSWindow object and the other a NSPanel object.
I am trying to get the windows from the value of 'AXWindows' attribute on application element.
Also tried to get the elements with role as 'AXWindow' among the children.
(created the AXApplciation element using AXUIElementCreateApplication(runningApplication processIdentifier]);
runningApplication is a NSRunningApplicaiton instance.
The problem is that I am getting only one window as result (array of 1 window).
Please suggest me a solution.
Thanks
Peresh
_______________________________________________
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