Re: Help on Menu Item

2008-07-24 Thread Tim Isted
rote: From: Jens Alfke <[EMAIL PROTECTED]> Subject: Re: Help on Menu Item To: [EMAIL PROTECTED] Cc: cocoa-dev@lists.apple.com Date: Wednesday, July 23, 2008, 11:45 PM On 23 Jul '08, at 10:19 PM, Adil Saleem wrote: Hi,Is it possible to make a program that appears as a menu item for all

Re: Help on Menu Item

2008-07-24 Thread Adil Saleem
lt;[EMAIL PROTECTED]> Subject: Re: Help on Menu Item To: [EMAIL PROTECTED] Cc: cocoa-dev@lists.apple.com Date: Wednesday, July 23, 2008, 11:45 PM On 23 Jul '08, at 10:19 PM, Adil Saleem wrote: > Hi,Is it possible to make a program that appears as a menu item for > all applicatio

Re: Help on Menu Item

2008-07-23 Thread Jens Alfke
On 23 Jul '08, at 10:19 PM, Adil Saleem wrote: Hi,Is it possible to make a program that appears as a menu item for all applications ? Actually i want to make a custom action which i want to appear in every application's menu (just like About, Quit etc...) or it can just appear in the Apple

Re: Help on Menu Item

2008-07-23 Thread Andrew Merenbach
Would a system Service be what you're after? These appear under the application menu > Services. Other than that, I know of no supported way to insert an item into a menu in every program -- although you might also try an NSStatusItem. Note, however, that with that solution, the docs sta