Re: Maximize/Minimize other applications
Re: Maximize/Minimize other applications
- Subject: Re: Maximize/Minimize other applications
- From: Ken Thomases <email@hidden>
- Date: Thu, 15 May 2008 19:50:29 -0500
That's not quite correct. The Hide Others item in the application
menu is implemented via -[NSApplication hideOtherApplications:]. One
can invoke that directly to accomplish the same thing. Similarly, -
[NSApplication unhideAllApplications:] will unhide all other
applications. Beyond that, the ShowHideProcess function of the
Process Manager can be used to individually hide or show other
applications.
Cheers,
Ken
On May 15, 2008, at 6:09 AM, Jean-Daniel Dupas wrote:
You cannot minimize an Application. You can hide it, or you can
minimize an application's window.
As it's said at least 4 times a week on this list, this is not
possible to interact directly with other applications windows.
The two most common way to interact with an other application is
AppleEvents and accessibility API.
Le 15 mai 08 à 13:01, Adil Saleem a écrit :
Hi,
Is there any method in Cocoa (other than Apple Script)
to Maximiz/Minimize other applications ?
Thanx
_______________________________________________
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
_______________________________________________
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