OS X API : A class that defines an object that manages an application’s menus
0
votes
0answers
7 views
Connecting Menu Items Across Nib Files
I was trying to connect the menu items. I have two nib files
MainMenu.xib - Contains the main menu and appDelegate only
MainWindow.xib - contains main window controlled by a custom window ...
0
votes
2answers
25 views
hide NSMenu from a NSButton inside a custom view
I have a simple cocoa coredata statusbar application with Xcode 4.6.2.
Here in my AppController.h i have
@interface AppController : NSObject
@property NSStatusItem *statusItem;
@property IBOutlet ...
1
vote
1answer
47 views
NSMenuDelegate methods not called for contextual menu
I have a Document based application. I want to add a contextual menu that displays context-sensitive info when the user right-clicks selected text in an NSTextView.
I have followed the advice in the ...
0
votes
0answers
18 views
Show Dock icon, but no standard Main Menu
Is it possible to have a Dock icon for the application, but no main menu in the menu bar?
Fiddling around with LSUIElement and LSUIBackgroundOnly doesn't lead to my goal.
Setting [NSApp ...
0
votes
1answer
40 views
ValidateMenuItem is not getting called for NSMenuItem
Here is my sample class and usage:
@interface CCocoaMenuItem : NSMenuItem
{
someClass *someobj;
}
- (void)menuEventHandler:(id)target;
- (void)setEnableItem:(BOOL)nEnabled;
@end
...
0
votes
0answers
19 views
many shared key equivalent sensitive to enclosing nsview interface builder
Can someone suggest how to re-use or share the same key equivalent across a variety of buttons, each button add items to an associated list (implemented as a nstableview). Two or more lists may be in ...
0
votes
2answers
59 views
NSEvent click right menu
I use this code to have two different behaviors when click right or left on menu.
Click left and click right + cmd.
How can I right click without pressing cmd + click in the simplest way?
...
1
vote
1answer
56 views
Display contextual NSMenu without blocking main thread
I had some unexpected results when displaying a contextual NSMenu. I'm presenting the menu myself, not using the menu property of an NSResponder. It turned out, presenting an NSMenu is a blocking ...
0
votes
2answers
83 views
how to temporarily hide the main menu (NSMenu)?
I'm trying to implement a feature to password protect my cocoa app. So in my AppDelegate, if password is entered correctly on a window, I'll bring up the main app window by calling NSApp ...
0
votes
0answers
12 views
Get all menu items in OS X
I will build a workflow for Alfred 2 on OS X which should work like Ubuntus HUD menu. So I need access to OS X menu items like File, Edit and all sub items. Would prefer if I cud get them as an array ...
1
vote
0answers
42 views
NSMenu update title
I have created an NSMenu that is dynamically created and lists the HDD's attached to the computer. Each of these is a submenu that contains a NSMenuItem that is created with the title "Calculating ...
0
votes
1answer
85 views
Setting the position/width of an NSSlider inside an NSMenuItem
I've got an NSMenu attached to an NSStatusItem, and inside that NSMenu I have a NSMenuItem for which I've set the view property to an NSSlider object. That works (it got me what I was after) almost.
...
0
votes
1answer
137 views
Customize NSMenu (like Apple's Dock right click Menu)?
Is there any way to customize NSMenu appearances, for example, its transparency, background color or foreground color using public API"S (like Apple's Dock right click Menu) ??
After lots of search i ...
1
vote
1answer
67 views
Crash when updating NSMenu on main thread
I am trying to update an NSMenu programmatically. The problem is that the code which updates the NSMenu doesn't run in the main thread. I forgot this small detail initially - with the result that my ...
1
vote
1answer
58 views
NSMenu blocking timers / global event monitors / etc
I'm showing a popup menu when clicking a button. The problem is that, when that menu is open, timers no longer work:
To show the menu:
[_menu popUpMenuPositioningItem:nil atLocation:point ...
0
votes
1answer
193 views
validateMenuItem: not called
I'm facing a weird situation. I've got an NSMenu with a submenu in it. The submenu's contents are populated programmatically. In my validateMenuItem: method, I can see all items being checked (the ...
3
votes
0answers
73 views
Weird issue with NSMenuItem, custom view and mouseUp:
I'm having a very very strange issue here with a NSMenu.
About half the NSMenuItems I use have custom views on them through the setView: method on NSMenuItem. In this custom view I've implemented ...
1
vote
0answers
141 views
NSMenu - dynamically adding NSMenuItem and Menus recursively
I need to create a tree structure for NSMenu using data like
01.level1:01.level2.1:01.level3.1#123456
01.level1:01.level2.2:02.level3.2#622112
01.level1:02.level2.3#98798
rootMenuItem -> level1 ...
0
votes
0answers
18 views
Lost actions in the Main Menu
I'm using Xcode 4.6.
Cannot find some important actions for the First Responder:
File > Page Setup
Edit > Redo
App menu > Show All
Is there a way to get them without manually implementing these ...
0
votes
0answers
31 views
Set the title of an NSMenu to the title of the clicked MenuItem in its submenu
I have an NSPopUpButtonCell that includes an NSMenu. This NSMenu consists of 6 NSMenuItems. These 6 NSMenuItems have SubMenus on their own and these SubMenus have NSMenuItems as well.
MainMenu 1
...
1
vote
1answer
92 views
Building nested NSMenu from NSDictionary
I have built an NSDictionary containing several nested layers, and I want to replicate this as an NSMenu such that when my NSDictionary updates so does my NSMenu. For example, if I have an ...
0
votes
1answer
212 views
MAC OSX NSStatusItem with Custom NSMenu/MenuItems AND Drag And Drop functionality
I am trying to create a Mac Application that has an NSStatusItem icon in the Status Bar. The status bar icon should support file drag and drop and must also show a menu when clicked.
The problem is ...
1
vote
1answer
78 views
Show Mac OS X system NSMenu instead of default
I'm wondering if there's a way to get rid of the default NSMenu that you get when you start up a default Mac OS X app, and instead, display the Finders/Systems NSMenu.
(as terrible as it may be, ...
5
votes
2answers
167 views
Contextual menu on only certain items in a “Source List”
I have a window with a Source List (NSOutlineView). My source list has just two levels. Level one is header and level two is data. I want to have a contextual menu on some of the data cells. Not all.
...
0
votes
0answers
46 views
White gap above NSMenuItem custom view after menu update
I've made custom NSView for my Status Item app using this tutorial:
Gap above NSMenuItem custom view
Everything is working fine except the fact that every time I'm updating the NSMenuItems inside the ...
0
votes
1answer
200 views
How simple and pretty the pop-up window is! But how can I compose one like that? [closed]
The triangle at the top looks so wonderful, but I can't compose one like that.
I had tried to write some code as below, but I saw an ordinary menu.
- ...
0
votes
1answer
116 views
Assign action to NSMenuItem containing a submenu
In Xcode i've created a simple menu item with a submenu (Submenu Menu Item from library). Its submenu has some specific actions but i also want the item itself to contain a click handler. Right now if ...
0
votes
2answers
82 views
Disable menu highlight when pressing shortcut key
I would like to disable the Application "menu highlight" that happens when you press a shortcut key assigned to an NSMenuItem that belongs to the specific menu in question.
The issue is that in the ...
0
votes
0answers
20 views
Add MenuItem to Twitterrific Menu (SIMBL)
Hey i did a bit of reverse engineering and i found out that the menu (which pops up when you click on the CharacterCounterButton in the "Compose new Tweet View" is filled in Class ...
0
votes
1answer
74 views
Create SIMBL Plugin in Cocoa
I want to make a very basic SIMBL Plugin - just add a new Menu in Safari.
This is what I've tried:
I added this to my plist:
<key>NSPrincipalClass</key>
...
1
vote
0answers
53 views
Showing Menu on XIB file
i have 2 XIB file
the standard Main Menu file which has a menu
i added another XIB file to the project with a Window
i added a Menu to the XIB file
i show the XIB file windows with following code
...
0
votes
1answer
39 views
Get Notified when NSMenu removes all items
I need to get notified when menu items in an NSMenu instance get removed. Specifically because I'm holding a NSMenuItem *selectedItem instance in my class. If this selectedItem gets removed from my ...
1
vote
0answers
68 views
NSMenu cancelTracking sometimes doesn't cancel tracking
I have a QT app, and I'm using native menus on OSX. I have custom-drawn menu items, which I created by attaching my own NSView-derived class to the NSMenuItems that I want to draw specially. This ...
2
votes
1answer
104 views
Cocoa context menu causing crash when timer on main thread
I am working in mono on OSX10.6 - but this question is for Cocoa experts also please.
I have a context menu which I attach to an NSTableView. When I select the context menu the handler (which is ...
0
votes
2answers
264 views
How to set the font of NSMenu/NSMenuItems?
I can’t figure out how to set the font/styling of my NSMenuItems in my NSMenu. I tried the setFont method on the NSMenu but it doesn’t seem to have any effect on the menu items. NSMenuItem doesn’t ...
0
votes
1answer
123 views
Adding static items to “Windows” menu in Cocoa application
I have a application with 2 windows (think like Twitter Timeline and mentions). For now I have been having the menus "Timeline ⌘1" and "Mentions ⌘2" in the "File" menu but this is kind of wrong. So I ...
1
vote
1answer
130 views
Find NSMenu position which was shown on right click
In my app I have three NSImageView. When the user right click over the imageview, I am showing a NSMenu which two NSMenuItems "Add Photo", "Delete Photo". Since I have three Imageview I need to know ...
0
votes
0answers
71 views
NSPopupButton doesn't show list when being inside a nsmenuitem
I'm a beginner at Cocoa.
I'm writing a status bar application. Inside the NSMenu, the first menuitem's view is a custom view, which containing a nspopupbutton. The pop up button is bound to an array ...
0
votes
1answer
205 views
Cocoa - Assign onClick event to NSMenu
I want my status menu to call a function when it is clicked. What's the method that would let me assign that action? Something like this below but for the menu itself.
NSMenuItem* item = [[NSMenuItem ...
0
votes
0answers
97 views
NSPopover relative to NSMenuItem
I'm working on an OSX application which uses a NSMenu to display content.
I'd like to make a NSPopover appear when an NSMenuItem is highlighted, but I'm stucked with the ...
2
votes
0answers
104 views
NSMenu animations block main thread
I have:
NSStatusItem with a custom view (scrolling text in a secondary thread), with the secondary thread updating the internal state and notifying the main thread with setNeedsDisplay.
On ...
-1
votes
1answer
55 views
NSMenu is null when called from another class
I have NSMenu of a status bar app, defined in AppDelegate.h like this:
IBOutlet NSMenu *spotMenu;
@property (nonatomic, retain) IBOutlet NSMenu *spotMenu;
And in AppDelegate.m like this:
...
0
votes
1answer
156 views
Transparent NSMenu
I'm trying to change the opacity of a NSMenu, I made custom NSMenuItems and changed their opacity but there is still the white color of menu behinde them, I'm looking for a way too change the color ...
1
vote
1answer
71 views
Respond to Open Recent clicks in NSMenu
I am trying to respond to a user clicking an item in the Open Recent menu in my non-document based Cocoa app. I can handle File->Open by attaching it to an IBAction in IB. However, I cannot figure out ...
3
votes
1answer
233 views
Updating an NSmenu from an asynchronous NSURLConnection
I am writing a little systray application that fetches data from an API and updates its menu accordingly, and am having trouble with updating the menu while it's open.
I don't even know where to ...
0
votes
1answer
272 views
NSStatusBar drag & drop with menu
I'm familiar with the technique described here: Drag and Drop with NSStatusItem to make an NSStatusBar item that can handle file drag & drop.
What is the proper method for having a status bar ...
0
votes
1answer
213 views
NSMenu — deleting items from menu while looping over items in menu
Can I write code like the following? It seems to work, but I want to make sure that it is allowed/safe:
// menu is a NSMenu*
for (NSMenuItem *item in [menu itemArray]) {
if (some condition) {
...
1
vote
1answer
208 views
NSMenuItem setHidden doesnt work?
I try to hide a NSMenuItem but the method doesn't work. My NSMenuItem is not nil (-setTitle, -setEnabled work as expected). Outlet is connected correctly in the IB and -setAutoEnableItem is set to NO.
...
0
votes
1answer
148 views
How make mainMenu send all action to specific NSWindowController?
Short answer is inside the title :)
Explaining: in my MainMenu.xib i have only the Main Menu of the application, that must be same for all NSWindows i open. There is one particular NSWindowController ...
0
votes
1answer
53 views
NSMenu - Recent list
I need to implement a "recent list" for uploaded images like in cloudapp or droplr.
So whenever i upload an image it should create a nsmenuitem with its title(or url).
There should be always the last ...





