Re: How to write a menu extra?
Re: How to write a menu extra?
- Subject: Re: How to write a menu extra?
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 30 Sep 2001 18:45:58 +0100
On Sunday, September 30, 2001, at 05:58 PM, Kevin Fyure wrote:
I am wondering, where I should look at if I want to write a menu extra
like ScriptMenu.menu.
The NSMenuExtra API is private. Instead have a look at the NSStatusItem
API, although there are bugs with it in 10.1 (5G64) so it will be pretty
unusable. Frank Vercruesse says he will be releasing an ASM that uses
NSMenuExtra soon, so take a look at that when it comes out.
-- Finlay