Top "Nspopupbutton" questions

The NSPopUpButton class defines objects that implement the pop-up and pull-down menus of the graphical user interface.

How do I get the selected item from NSPopUpButton?

property myPopUp : missing value on startbuttonpressed_(sender) if myPopUp's selectedItem = "Item 1" display dialog "This is Item 1" else display dialog "Failed" …

macos applescript osx-mountain-lion nspopupbutton
how to get NSPopUpButton selected object?

I'm having a student class: @interface student : NSObject{ NSString *name; NSDate *date; } and i have a NSMutableArray for list of …

objective-c cocoa nsmutablearray cocoa-bindings nspopupbutton
How can I create a NSPopUpButton that uses a fixed Image, and no arrows?

I'm trying to get NSPopUpButton to render like a standard NSButton with only an image set, but not having any …

objective-c cocoa macos nspopupbutton