Tagged Questions
12
votes
1answer
940 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 ...
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 = ...
3
votes
1answer
173 views
Remove the “Open Recent” menu item in Cocoa apps
I found a bunch of people asking this (remove or disable the recent-items submenu) and no answers.
After a bit of investigation ... the problem is that Apple has secretly hard-coded that particular ...
3
votes
1answer
96 views
Cocoa application menu - how to recreate?
Inside the MainMenu.xib I deleted the default Main Menu that automatically gives you the application menu (along with the File/Edit/Format/View/Window/Help menus).
What are the steps I need to take ...
2
votes
0answers
22 views
How can i pop up NSMenu at mouse cursor position?
I want to react on hot key press by displaying NSMenu at mouse cursor position.
My application is UIElement and doesn't have its own window.
I know there is method of NSMenu :
...
2
votes
1answer
106 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
107 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
2answers
248 views
NSTextfield + NSMenu and first responder
I'm trying to implement my own autocomplemention system (result is pull from an sqlite database)
I've set up a NSTextField and the appropriate delegate. Each time the text in the NSTextField change, ...
2
votes
0answers
225 views
Is there a way to control the NSMenuItem item that is initially highlighted when opening a menu?
I'm working on the details of a symbols pop up button, similar to what Xcode 3 at the top of its editor window.
My controller object is the delegate of the NSMenu that is shown when the NSPopUpButton ...
2
votes
1answer
163 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
1answer
413 views
Capture key press events while NSMenu is open
I'm interested in capturing key presses while a NSMenu is open. For example, if the menu is open and the user presses "e", or "1" on the keyboard, send a particular message (preferably passing an ...
2
votes
1answer
183 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
318 views
How can you update an NSMenu while it is active (visible)?
I have an NSMenu instance, through which all communication with the Cocoa app will take place. If the menu is open, the background doesn't run, so how can I force an update while the menu is still ...
2
votes
1answer
258 views
NSMenu doesn't start tracking
I have a little cocoa app which usually operates in the background (as agent). Sometimes I'd like to be able to popup a contextmenu (no window or s.th. visible at this time).
As I'm only targetting ...
2
votes
2answers
1k views
Force NSMenu (nested submenu) update for Main Menu of Cocoa App
I have some submenu inserted as Window item submenu of Main Menu
I have an instance of my object (let's assume its class name is MenuController) inherited from NSObject and supports 2 from ...
2
votes
2answers
672 views
Disabling/enabling an application menu item
In trying to learn the very fundamentals of menu handling. My test app's menubar has 3 menus -- namely "TestApp", "File" and "Help". I find I can remove these menus entirely, simply by calling say:
...
2
votes
1answer
152 views
How to associate an action to a keyboard shortcut?
I've an IBAction that calls up a panel. I want to invoke that action with a keyboard shortcut but I'm at a loss on how to do it.
I guess one way of doing it would be to create a menu item, associate ...
2
votes
1answer
138 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 {
...
2
votes
4answers
2k views
How to add a pop-up menu to a NSToolbarItem?
I'm trying to open a pop-up menu from a NSToolbarItem. I tried following this example but I can't use that class method because NSToolbar and NSToolbarItem inherit from NSObject and not from NSView.
...
2
votes
2answers
540 views
How to have an NSMenu with dynamic actions
I want to create an NSMenu with an option similar to the Send To option you'd find in Windows Explorer where it will list the devices attached that you can send the file to.
From my research it seems ...
1
vote
2answers
69 views
System is adding unwanted items to my customized contextual menu
I have customized the contextual menu for my Cocoa application such that only certain items are visible. In spite of my customization, I found that the system adds a menu item -- "Add to iTunes as a ...
1
vote
1answer
76 views
Memory management when updating the items in a NSMenu
I'd like to know if this is the correct way to avoid a memory leak in a Cocoa app.
My app has a method that updates an NSMenu's items:
//Remove and Release old Status Scan Menu:
if ...
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
2answers
236 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
536 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
0answers
388 views
NSView's context NSMenu is never shown even though all the right methods are being called
I have an NSCollectionView with a bunch of NSViews in it, stacked vertically, to make it look a bit like UIKit's UITableView. Everything works as expected, except for one thing:
When right-clicking ...
1
vote
1answer
79 views
NSTextView can't see the main menu's font menu
For some very strange reason, none of our texts views can receive bold, italic, show fonts, etc. messages from our menu or keyboard shortcuts.
We have a main menu nib that has our app delegate as its ...
1
vote
0answers
129 views
Using NSMenu in a subview
I have a main window where i have a custom view inside, then in the same xib as the main window i have a NSMenu (just the standard one you get when you create a new app project).
My custom view loads ...
1
vote
1answer
467 views
Set focus on a NSTextField in an NSMenu?
I have an NSMenu in the Mac statusbar, inside it I have a load of NSMenuItems and a custom view. Inside the custom view I have an NSTextField. I want to set the focus on the NSTextField when the menu ...
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
2answers
399 views
How i can get the Application Menu in Cocoa
How can i get the NSMenu or NSMenuItem for the application menu (the one in the menu bar next to the apple menu). It seems to be automatically created and independent from the NSMenu i set via ...
1
vote
1answer
148 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
1answer
496 views
Add a Contextual Menu to WebView
An easy one, I think:
I want to add a contextual menu to a WebView.
In IB, I added a NSMenu to the NIB, connected it to the WebView's menu outlet, launched and expected to be able to control-click ...
1
vote
1answer
734 views
Alternative Menu Items in NSMenu
I have an NSMenu that contains NSMenuItems with custom views. I want it so that when the alt button is pressed, the menu items would change part of their look (through their view). I found ...
1
vote
0answers
749 views
How to customize NSMenu like the Apple Pro Apps?
I want to customize a NSMenu with NSMenuItems, so does it looks like the Apple Pro Apps.
But how can I customize a NSMenu? There is no draw method to change the appearance.
If I set a NSView to a ...
1
vote
1answer
603 views
Cocoa AppKit - Dismissing a modal window (i.e. popup or contextual menu) and pressing the button currently hovered above
Basically I want to create the effect of that provided in the system's menu bar. A user presses on one of the menu headings, and as he moves across the different headings, the menus open up ...
1
vote
1answer
63 views
How do I get a textbox in an NSMenu?
I'm pretty sure i've seen this somewhere (not counting the help menu), and I feel like you could just drag one in under ib in leopard. Not that it matters, but it will either go into a dock menu or ...
1
vote
1answer
364 views
NSView in NSMenu — how to make “key” for accepting keyboard commands [specifically, return]
I have a text field and a button living in a view inside a menu item. The button submits the string in the text field to a function, and that works fine. However, I've also set the button's key ...
0
votes
0answers
5 views
NSPopUpButtonCell does not return current selection
I am using an NSPopUpButtonCell in an NSTableView. The popup button has a binding to an NSArray property offered by the ApplicationDelegate. When I select a menu item of the popup button I expect to ...
0
votes
0answers
12 views
Connect IBAction to NSMenu in system status bar
I am trying to figure out a way to connect an IBAction to a menu in the status bar. The goal is to cause this action to show a popover from NSPopover. I read through the similar questions about this ...
0
votes
1answer
47 views
Adding menu to your Mac apps in Xcode [closed]
Possible Duplicate:
How does one add additional items to NSMenu in Interface Builder?
There's something that blocks me from doing my project in mac. How can I add or create additional menu ...
0
votes
0answers
35 views
Launch submenu from specific item
I have an NSMenu as a submenu. It is very large in size and has a scroll bars at the ends. I want the submenu to be launched from certain specific menuItem, which would be the last selected item.
How ...
0
votes
0answers
14 views
Not able to scroll NSMenu
I am trying to launch a NSMenu at button click with API popUpMenuPositioningItem:atLocation:inView
The NSMenu is launched and i can click on any item, but i am not able to scroll menuItems using ...
0
votes
1answer
56 views
Set NSMenu as NSWindow's main menu from the NIB?
I've got two menus in my app, one will be attached to NSStatusBar and another will be app's main menu.
Is there a way to set one of the NSMenu's as the main one right from the Nib? I'm looking at ...
0
votes
1answer
55 views
How Can I Show NSMenu at Mouse Cursor?
I am working on an app where I want to show an NSMenu "context menu" next to the current mouse location. At this point, I know how to trigger the command from the WebView to show the context menu, I ...
0
votes
0answers
40 views
NSButton is called twice on sending print: to first responder
I have a button which calls a method, in which a NSMenu is shown. After selecting the print menu item (which calls print: on the first responder), the print dialog appears. When I then select the ...
0
votes
1answer
31 views
Customize how to open an item from the “Open Recent” NSMenu
I'm populating the "Open Recent" menu with images as they are being processed in my app but when I click on an item from the list I get an error "The application MyApp cannot open PNG types" or ...
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
0answers
120 views
Update a Menu Item in Cocoa Dock Menu
I want to create a custom dock menu item and update it programmatically.
I add to NSApplication delegate these methods
/**
* Customize dock menu
*/
- (NSMenu*) applicationDockMenu: (id) sender {
...