Dev question: Tutorial on creating menu extras...
Hi to any X developers out there. I've created a prog that could do with a menu extra. Im just wondering how would I go about making one? Is it worth it, is it simple? If you could point me in the way of a few tutorials I would be very grateful...
Thanks!
Oliver
Thanks!
Oliver
Comments
Status Menus, on the other hand, work just fine. Net Monitor is a great example of a Status Menu.
Apple has an example that will show you how to code it, called DeskPictAppDockMenu. Go get it from the Sample Code section of Apple's developer site.
There are a number of examples of various programs that use Status Menus. One of the best resources for finding source code is HyperJeff's CocoaSource page: <a href="http://osx.hyperjeff.net/Apps/CocoaSource.html" target="_blank">http://osx.hyperjeff.net/Apps/CocoaSource.html</a>