Re: An Example NSStatusItem with a menu

2008-05-09 Thread Jere Gmail
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

An Example NSStatusItem with a menu

2008-05-08 Thread J. Todd Slack
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