RHStatusItemView
RHStatusItemView copied to clipboard
An NSStatusItem hosted view that supports handling both left and right click actions, menus and showing an image / alternateImage pair.
Fyi I don't think you can rely on the inherited target property, since it can't be set like other properties. See https://stackoverflow.com/questions/3889043/nscontrol-subclass-cant-read-the-target
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Hi, An often used attribute of NSStatusItem is its title property. Could this be added to RHStatusItemView? Thanks for considering this enhancement. Will
[FIXED] _statusItem wasn't retained. [FIXED] It's silly to make the application set up the status item's highlightMode and view; RHStatusItemView doesn't work properly without and can do it fine itself....
Hi Richard, that control is really useful and I think you should put it to [CocoaPods](http://cocoapods.org) too. (-: Thanks, phranck