0
votes
0answers
26 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 ...
0
votes
1answer
378 views

How to retrieve the current selection of an NSPopUpButtonCell?

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 ...