it is easy. Just set the properties of the NSStatusItem. Then don't
state setMenu. Instead call setAction with a method.
[status_menu setAction:@selector(menuClick:)];
In that method you can add all the items you want. At the end of the
method you have to call the popUpStatusItemMenu method to dis
Hi All,
Does anyone have an example os a NSStatusitem that programatically
creates the menu and menu items below it?
-Jason
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list