| Who | When |
Messages | |
|
|
|
|
|
| tommy
|
8
|
 |
|
04-11-2003 04:08 AM ET (US)
|
|
can any one tell me how to remove MenuExtra by a application.not is "command+mouse drag" thanks!
|
dsandler
|
7
|
 |
|
08-26-2002 04:52 PM ET (US)
|
|
I don't know if the framework is still in the same place in the filesystem in 10.2, but (with the M.E.E. from Unsanity) the API and classes should still function as expected.
|
MrHappy
|
6
|
 |
|
08-26-2002 04:37 PM ET (US)
|
|
dsandler: is that still valid in 10.2?
|
dsandler
|
5
|
 |
|
08-26-2002 03:52 PM ET (US)
|
|
Edited by author 08-26-2002 03:52 PM
The Menu Extra API is private. Apple doesn't want developers to use it. That said, it's EXTREMELY useful -- the suggested alternative, NSStatusItem, requires that your app be running at all times and isn't nearly as flexible. The quickest way to get started is to use class-dump to extract a header file for the framework that contains the API, which is found at /System/Library/PrivateFrameworks/SystemUIPlugin.framework/Versions/Current/SystemUIPlugin. The class you'll want to extend is NSMenuExtra (and NSMenuExtraView, if you want a fancier menu header than the standard text string).
|
MrHappy
|
4
|
 |
|
08-24-2002 10:54 PM ET (US)
|
|
Edited by author 08-24-2002 10:55 PM
Yeah, I saw Menu Extra Enabler, which looks like a pretty sweet piece of work. I may just have to upgrade to 10.2 and grab their SDK.
|
| sad_otter
|
3
|
 |
|
08-24-2002 11:02 AM ET (US)
|
|
|
Danny O'Brien
|
2
|
 |
|
08-24-2002 05:45 AM ET (US)
|
|
According to the Weather Pop developers, non-Apple menu extras no longer work in Jaguar. Looks like Mr Jobs owns that bit of screen turf now.
|
| vasi
|
1
|
 |
|
08-24-2002 03:56 AM ET (US)
|
|
Massinova has a menu extra available, says the developer is Timothy Hatcher (xenon@massinova.com). Maybe you can ask him?
|