Tagged Questions
2
votes
1answer
108 views
How to keep focus on NSStatusItem until toggling it again
I'm building an app the uses a NSStatusItem. I'm wanting my NSStatusItem to open when clicked and stay open until the user clicks the NSStatusItem again. As of right now, it opens the menu but the ...
2
votes
1answer
2k views
Custom NSStatusItem with custom view - Use NSWindow, NSView, custom NSMenuItem?
I'm trying to create a LSUIElement app that behaves like Spotlight, CoverSutra and other apps of that type. I managed to create a custom NSStatusItem, which popups up an NSWindow but the problem is ...
1
vote
3answers
257 views
Remove highlight from NSMenuItem after click?
I have added a custom view to my subclass of NSMenuItem (which sits in a NSStatusMenu), which means that by default it will not get "highlighted" with a blue/gray background.
I implemented this by ...
0
votes
1answer
102 views
control NSSlider with arrows on NSMenu for a NSStatusItem- Objective-C/Cocoa
I would like to create a status item with a vertical slider in it, much like the sound control provided by Apple. My question is: how do I make it react to the up/down arrow keys, just like the slider ...
0
votes
1answer
114 views
Make MAAttachedWindow to behave like NSMenu
I've read a post on this site on how to hide an MAAttachedWindow when the user clicks outside of it. As at this post, I use the MAAttachedWindow together with a statusItem.
Hide MAAttachedWindow when ...
0
votes
1answer
119 views
Cocoa: Auto close a status menu
I hava a status menu on the status bar, and I have some tasks running behind the scene. When one of task is done, assume at the time the menu is being showed (dropped down), I want to make the menu to ...
0
votes
1answer
287 views
Custom right click menu for a WebView inside an NSStatusItem
I have a WebView embedded in an NSStatusItem, and I want to display an NSMenu that I've built in Interface Builder when the user right clicks on the WebView / NSStatusItem. What is the easiest way to ...
0
votes
1answer
125 views
load a menu from nib
I have a Main.xib, with the main window, the main menu, and a second menu with a name "StatusMenu" that connects nowhere.
In my application, I have an NSStatusItem, and I want to press it, and ...
0
votes
2answers
261 views
How force NSMenuItem to redraw?
I'm implementing a custom status bar menu, which has a custom view with NSSearchField. I'm updating number of menu items according to search results. The number of menu items is changed as user types ...
0
votes
1answer
248 views
How to make an NSMenu recent list
I'm working on a small URL shortening application for someone, and I need to have a list, similar to that of Droplr's, that has all of the recently shortened URLs. The list should be a submenu of the ...