Re: Getting other application window reference
Re: Getting other application window reference
- Subject: Re: Getting other application window reference
- From: "Brian Kendall" <email@hidden>
- Date: Thu, 27 Mar 2008 10:04:42 -0400
I would recommend the accessibility API, since that can be used to find
all the windows on screen as well as change their position and size.
(URL:
http://developer.apple.com/documentation/Cocoa/Conceptual/Accessibility/cocoaAXIntro/cocoaAXintro.html)
Unfortunately, that won't let you use any of the normal cocoa methods for
manipulating windows, but unless something has been added to Leopard that
I wasn't aware of, this might be your only option.
- Brian
On Thu, 27 Mar 2008 07:32:47 -0400, Apparao Mulpuri
<email@hidden> wrote:
Hi,
I am developing a Cocoa based application, which will access other
application's window and do some resize operations.
In Cocoa, is there any way to get other applications(includes
non-scriptable ) window references?
Thanks,
- Apparao.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden