Re: referring to global windows
Re: referring to global windows
- Subject: Re: referring to global windows
- From: email@hidden
- Date: Mon, 13 May 2002 13:24:13 -0700
Matthias Fripp wrote:
|So does this mean there is no way to get titles of windows or activate
|them if they aren't owned by your own application?
No. It means only that you can't do it using the NSWindow API. There are, of necessity, ways to do it, since the Dock does exactly what you want to do, and it runs in its own address space, too. It's just that Apple isn't documenting (publicly) the way to do it, so it'll take some detective work (and trust that whatever you find won't vanish in a later version of the system, since, officially, it doesn't exist in the first place). Others are trying to solve (or have solved) the same problem, so you might try Google and see what you can uncover.
Glen Fisher
_______________________________________________
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.