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 PROTECTED]> 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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/guygizmo%40gmail.com

This email sent to [EMAIL PROTECTED]


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to