Re: how to hide/show/bring to front apps with Cocoa?
Re: how to hide/show/bring to front apps with Cocoa?
- Subject: Re: how to hide/show/bring to front apps with Cocoa?
- From: petite_abeille <email@hidden>
- Date: Sat, 13 Jul 2002 14:26:54 +0200
On Saturday, July 13, 2002, at 02:15 , Philip George wrote:
As for hiding... that I'm not sure about. The only method I see that
hides another app is "hideOtherApplications" and that hides ALL other
applications, which I'm guessing you don't want.
Thanks. I understand that I can use NSWorspace launchApplication to
basically "show" an app. And also there are relevant methods in
NSApplication to hide: and or hideOtherApplications: ... But that's from
*inside* your very own app... What I would like to do, is given some app
handler (be it a name or pid) hide/show *that* application... From the
outside in other words...
As mentioned by Nathan Day, there is an API for that in Carbon. However
I would like to use Cocoa to achieve the same effect...
Any ideas?
Cheers,
PA.
_______________________________________________
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.