Tagged Questions
The nsmenuitem tag has no wiki summary.
12
votes
1answer
945 views
Gap above NSMenuItem custom view
I am using the setView: method on an NSMenuItem to set a custom view. In this custom view there is an image which takes the whole of the view. The NSMenuItem with this custom view is the first in the ...
12
votes
2answers
779 views
How does Apple update the Airport menu while it is open? (How to change NSMenu when it is already open)
I've got a statusbar item that pops open an NSMenu, and I have a delegate set and it's hooked up correctly (-(void)menuNeedsUpdate:(NSMenu *)menu works fine). That said, that method is setup to be ...
6
votes
2answers
252 views
NSMenuItem's NSView not highlighting in submenu
I have an NSStatusItem that displays an NSMenu full of NSView subclasses. I override drawRect: in my NSView subclass to implement highlighting in the NSMenu and everything works fine in the root menu, ...
5
votes
1answer
191 views
Update NSMenuItem while the host menu is shown
I have an NSMenuItem that I need to update to show a progress (like Time machine does with it's backup). The problem is that when I set a new title on that NSMenuItem and the title is not changing.
...
4
votes
1answer
72 views
NSMenuItem enable items
I have an NSMenuItem with a bunch of items in it, however... the list just doesn't get enabled.
What I mean:
This is my code:
- (void)didFetchNewList:(NSArray *)list
{
NSArray *smallList = ...
4
votes
1answer
357 views
Fake NSWindow with a NSView inside a NSMenuItem
Before I start I should say I know this seems like a long shot, however I figured it was worth a try.
One app I am working on right now is a Mac Statusbar App. It has a NSStatusItem in the menubar ...
3
votes
2answers
165 views
Best way to wire up NSMenuItems from Interface Builder?
So I've spent some time checking out CocoaDev, reading the Cocoa docs on NSMenuItems, and doing some tests in Interface Builder.
In my application I have an application menu ([NSApp mainMenu]) ...
3
votes
1answer
542 views
Cocoa custom view for NSMenuItem
I am developing a small app that display the active mounts in a menu in the NSStatusBar. So far it looks like this:
I want to add an eject button to the right of each menu item (like the left bar ...
2
votes
1answer
45 views
Changing visibility of NSPopUpButton's items based on keypress
I've got an application here that needs to read in a bunch of data from an external file and display it as a NSPopUpButton in a Cocoa user interface. The catch here is that the data that is being read ...
2
votes
1answer
107 views
How do I adjust the size of an NSMenu to its content dynamically?
I have a standard NSMenu like this
This menu was created with this code:
NSMenu *menu = [[NSMenu alloc] init];
NSMenuItem *addMenuItem = [[NSMenuItem alloc] init];
[addMenuItem ...
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
3answers
418 views
Highlighting a NSMenuItem with a custom view?
I have created a simple NSStatusBar with a NSMenu set as the menu. I have also added a few NSMenuItems to this menu, which work fine (including selectors and highlighting) but as soon as I add a ...
2
votes
2answers
222 views
Cocoa Key Equivalent in Menu is not working
I have created a NSStatusItem and I have assigned two key equivalents within interface builder (Xcode 4.0). These are for the preference menu cmd-, and the quit option cmd-q. Both of these will work ...
2
votes
1answer
199 views
How do I get my menulet to look like this
How do i get this effect with a menulet application. I just want the window effect nothing else.
My current app looks like this. please if someone could shed some light it would be appreciated. ...
2
votes
1answer
317 views
How do I bind an NSMenuItem to an NSArrayController
How do I bind the enabled state of an NSMenuItem to an NSArrayController's selection? I've tried binding the item's enabled state to the controller's selectedObjects or selectedIndexes and in neither ...
2
votes
1answer
164 views
Modify NSMenu structure on each open?
I need to be able to dynamically modify an NSMenu hierarchy each time it is shown (add/remove items etc). For example:
user starts a tracking session on a main menu and selects a submenu
detect ...
2
votes
0answers
891 views
Correct way to setup target/action for NSMenuItem in Cocoa?
I'm having some real difficulty with some initial Cocoa programming I am carrying out.
Essentially, I have an NSStatusBar item with an NSMenu attached as the menu. The menu has a single NMMenuItem. ...
2
votes
1answer
391 views
Cocoa - Custom NSView in NSMenuItem will not draw
I have a custom NSView which used to get created in a NIB and assigned as the view for an NSMenuItem, which works great, but now I want to create the view in code (for good reason I can assure you) ...
2
votes
1answer
201 views
Connecting Menu Items in Document Based Applications
I've already asked a couple questions on this topic, and haven't really received a real answer on how to do it (it actually received the "Tumbleweed Badge" lol).
I have a document based application ...
2
votes
1answer
103 views
Why cannot I open the Preferences from each windows?
I have come across this Cocoa application (source code) that shows a main Window.
As long as this window is key it is possible to open the Preferences window from the Main menu as well as by hitting ...
2
votes
1answer
134 views
Sync state of two NSMenuItems
I have two NSMenus with the same NSMenuItems. Only one NSMenuItem in its NSMenu should be selected. (Kind of like an NSMatrix). So I connected each NSMenuItem to the same action and added an iVar for ...
2
votes
1answer
182 views
NSMenuItem -setTarget: Does it retain the target?
NSMenuItem -setTarget: Does it retain the target, or should one explicitly retain it?
I've seen conflicting docs on this. I know of retainArguments in NSInvocation, but I'm not sure this applies to ...
2
votes
1answer
321 views
Programmatically adding glyphs (delete key, backspace, space, etc) to menu item
It used to be that in Carbon you could use SetMenuItemKeyGlyph. What's the alternative under 10.6? Will I need to use undocumented goodness or...?
Thanks
2
votes
1answer
184 views
NSMenuItem number bubble?
I have seen something like this:
in a Menulet on the right of menu items and I can't figure out how to do it.
Can anyone elaborate? Thank you!
2
votes
1answer
421 views
NSTextField in NSMenuItem
Hi am writing small app for posting twitts on twitter.com
I manage to create statusbar icon next to clock and battery monitor, but now I am stacked...
I wanted to add menu item text area max length ...
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 ...
2
votes
1answer
139 views
What's the cleanest way to bind enumerated properties?
I have a menu which has an item for each value in an enum.
The menu:
[ ] Sort by Due Date
[ ] Sort by Priority
[√] Sort by Title
The enum:
typedef enum CW_TASK_SORT_METHOD {
...
1
vote
1answer
72 views
Creating NSMenuItems programmatically in MonoMac
I'm trying to programmatically add a menu to my MonoMac application. I've opened up the MainMenu.xib and removed all NSMenuItem from the MainMenu control.
I'm adding the following code into my ...
1
vote
2answers
101 views
64-bit replacement for [NSMenuItemCell menuView] and [NSMenuItemCell setMenuView]
What are the 64-bit replacements for the two methods -[NSMenuItemCell menuView] and -[NSMenuItemCell setMenuView:] of the NSMenuItemCell class?
How can I obtain the same results?
1
vote
2answers
121 views
How to connect a menu item to a custom action defined in the NSApplication delegate across nib files?
In my Cocoa app I have two NIB/XIB files that I need to connect:
MainMenu.xib: contains a custom object for the NSApplication delegate object and connects it to the proper outlet in the ...
1
vote
1answer
33 views
Where to implement methods for menu item that is not window dependent (Cocoa OSX
I currently implement most of the functions for my mainMenu in a NSWindowController subclass, this works fine for most functions but I would like to be able to use some menu items when no Window is ...
1
vote
2answers
75 views
How to hide a NSMenuItem?
I'm currently writing a Mac App in Objective-C and can't for the life of me figure out how to hide a NSMenuItem. (Note: Yes I really mean hide, not disable/grey-out. I realize the UX implications of ...
1
vote
1answer
162 views
When to remove dynamic NSMenuItem's from an NSMenu
I have an NSMenu which contains a number of dynamic items. These items are created in NSMenuDelegate's menuNeedsUpdate method and are each assigned a representedObject. I'm looking to trim the object ...
1
vote
0answers
173 views
How to create a NSWindow inside a menulet [closed]
I'm creating a menulet application in Xcode 4, and I'm trying to figure out how to display a window that will appear when the menulet icon is clicked. I would hope for the window to be displayed as ...
1
vote
3answers
255 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 ...
1
vote
2answers
239 views
How do you hide a Menu Item with a custom view?
I am using a very simple custom view (containing only a read-only NSTextField and an NSSegmentedControl) in an NSMenuItem (using the -setView: method). This part works as expected.
Here's the ...
1
vote
1answer
537 views
Create NSMenu for NSStatusBar.systemStatusBar programmatically
I'm trying to create a simple menu in the System Status Bar using code only. I'm not receiving any compilation or runtime errors but I see no effect at all.
- (void)awakeFromNib
{
NSMenu ...
1
vote
1answer
167 views
How to add icons to the right hand side of NSMenuItem
I'm trying to add some icons to the right hand side of a menu next to a menu item, ideally all right justified. I'm aware that NSMenuItem allows you to add menu items (for instance, see the ...
1
vote
2answers
312 views
Editable NSTextField in custom view of NSMenuItem
I have a subclassed NSView that I would like to contain an editable NSTextField, similar to Spotlight.
I am having significant difficult getting the text field to select and highlight. If I click ...
1
vote
1answer
282 views
State of NSMenuItem bound to boolean in NSUserDefaults not staying in sync
I have an NSMenuItem titled "Word Wrap" in my main menu (MainMenu.xib). Its value is bound to my shared user defaults controller, also instantiated in the XIB. It also sends the following action when ...
1
vote
0answers
129 views
NSMenutItem custom view does not respond to keyEquivalent
I've set a custom NSView to a NSMenuItem to do my own drawing and rendering. However the 'keyEquivalent' assigned to the NSMenuItem does not seem to respond. I understand drawing and action handling ...
1
vote
2answers
338 views
menu item is enabled, but still grayed out
I have a menu with several items created in interface builder. It looks fine there and 'enabled' is checked.
But when I run application, all menu items are grayed out.
I've checked isEnabled, it ...
1
vote
1answer
68 views
Problem with disappearing NSMenuItems
I disabled "auto-enables menu items" for my app's main menu in Interface Builder because I need to disable some menus when certain views are loaded. I am running into a problem though. Whenever my ...
1
vote
1answer
382 views
disabled nsmenuitem
I programmatically create an NSMenuItem and it is disabled. If I override the validateMenuItem: method and return YES for all items, the menu item works fine.
Why would it not be enabled when I tell ...
1
vote
2answers
292 views
NSMenuItem Title which changes over time
I would like to implement an NSStatusItem where the title changes over time. My ultimate goal is to display a countdown timer in the menu bar beside the image which I have set. Maybe I am going ...
1
vote
2answers
153 views
How to know which NSTableView opened a Contextual Menu?
I have 5 NSTableView's instances that have the same contextual menu. When I get the message that the menu has been clicked I need to know which table sent it. I've checked the NSMenu documentation but ...
1
vote
0answers
144 views
NSMenuItem Hidden binding issue
I have an NSMenuItem which I have bound to an NSUserDefaults boolean value in IB like so:
When bMenuHidden is true, I would like my NSMenuItem to be hidden, and vice versa. This works as expected ...
1
vote
1answer
149 views
Ellipsizing an NSMenuItem's title to the width of the menu
I want to programatically change an NSMenuItem's title, but ellipsize it so that this modification never causes the menu to increase in width. how can i do this?
1
vote
2answers
613 views
An NSMenuItem's view (instance of an NSView subclass) isn't highlighting on hover
I need to use a custom NSView subclass to draw some content, but it isn't drawing as highlighted when the user hovers and it doesn't dismiss the NSMenu when the user clicks on it. Any ideas?
Edit
So ...
1
vote
2answers
238 views
Getting a particular menu item from MainMenu
I have a nib (winA.xib) that contains a window. My app delegate contains an NSWindowController subclass called WinAController.
WinAController has a property (NSMenu *mainMenu) that I want to point to ...