Re: Finding windows from Cocoa ?
Re: Finding windows from Cocoa ?
- Subject: Re: Finding windows from Cocoa ?
- From: Chris Hanson <email@hidden>
- Date: Tue, 3 Feb 2004 23:48:50 -0600
On Feb 3, 2004, at 5:20 AM, Yashwantray Patil wrote:
i have one doubt ,i want to find out all the opened windows on a
desktop
from Cocoa Application , but
i am not getting the function which does that .
can any of u help me out in this regard ?
What are you really trying to accomplish? Unlike the Win32 API on
Microsoft Windows, neither Cocoa nor Carbon on Mac OS X will normally
let you access any windows outside your own application.
There is the accessibility API, but it is intended to be used by
software and devices providing assistance to persons with disabilities
and may not let you do what you're really trying to do.
-- Chris
--
Chris Hanson <email@hidden>
bDistributed.com, Inc.
Outsourcing Vendor Evaluation
Custom Mac OS X Development
Cocoa Developer Training
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.