The NSPopUpButton class defines objects that implement the pop-up and pull-down menus of the graphical user interface.
1
vote
0answers
43 views
NSPopupButton Default State and Bindings
I have a NSPopupButton tied to an array controller for content/value and I did have it tied to a property in the view controller.. all was working just fine. Then I needed to have a default value for ...
0
votes
0answers
30 views
NSPopUpButton: open pull-down menu above button
I have a NSPopUpButton that I want to open its menu above itself. Like in the screenshot below.
Setting preferredEdge doesn't do the trick as default is to show the menu below the
control. According ...
0
votes
0answers
16 views
Error when clicking into a programmatically-defined NSPopUpButton
This error happens only certain times (after creating a new document). If I save and re-open, it works. Any idea? Have someone had the same error?
2013-03-23 11:36:52.977 Demiurge[97164:303] *** ...
0
votes
1answer
62 views
How to make NSPopUpButton accept firstResponder status?
I have an NSPopUpButton and even a simple subclass of NSPopUpButton.
In the subclass I have:
- (BOOL)acceptsFirstResponder { return YES; }
- (BOOL)refusesFirstResponder { return NO; }
Now it's easy ...
0
votes
0answers
66 views
Custom pop up menu with colour indicator
I'm writing some code that will be interfacing with event kit and I need to give the user the choice of which calendar to edit. I'm doing this with a popup button and I would like to have the calendar ...
0
votes
0answers
72 views
Populating NSPopupButton with Core Data Entity plus a menu Item
Is there a way to put the list of a core data entity into a NSPopupButton and additionally put a menu item there?
I have two core data entities, say Person and Car.
A Person has many Cars ...
0
votes
1answer
201 views
NSPopupButton in view based NSTableView: getting bindings to work
Problem Description
I'm trying to achieve something that should be simple and fairly common: having a bindings populated NSPopupButton inside bindings populated NSTableView. Apple describes this for ...
1
vote
1answer
262 views
NSPopupButton within a view-based NSTableView
I am using core data, with an up-to-date XCode. I have a table, view-based, with NSPopupButtons in one of the columns. The table has an array controller that gets its data from entity A. There is ...
0
votes
1answer
121 views
Can an NSPopupButton selection be highlighted?
I'm using an NSPopupButton in my OS X app to present the user with a list of choices.
I'm populating it like this:
[baudButton removeAllItems];
[baudButton addItemWithTitle:(@"Baud")];
[baudButton ...
1
vote
1answer
164 views
Binding NSPopUpButton to an NSArray
I want to populate an NSPopUpButton with an array of NSStrings. I also want to be able to set the selected item in the NSPopUpButton as well as get the selected value. Is there a way to do this using ...
-1
votes
1answer
81 views
sort NSPopUpMenu items alphabetically
I want to sort the NSMenuItems of a NSPopUButton alphabetically.
I checked the cocoa reference and i can't find a function that does this.
Am i missing something or i have to write my own sorting ...
1
vote
1answer
132 views
Resize NSPopupButton to its selected title
I've a NSPopupButton and I want it so resize itself to fit the selected title.
[NSPopupButton sizeToFit] doesn't fit my needs because the popup is resized to the largest title item not to the current ...
1
vote
1answer
91 views
Show folders in NSPopUpButton
I want to show folders with icons in my NSPopUpButton. It is common for popups that used for selecting path for file. I'm new user and i can't post images. U can see that for example in U ...
1
vote
0answers
63 views
NSView alignmentRectForFrame: on OS X 10.6
Since 10.7 NSVeiw has new method called alignmentRectForFrame: that returns NSRect of actual content (excluding borders, shadows, reflections ...).
Is there an alternative methon or workaround on ...
0
votes
1answer
108 views
NSProgressIndicator inside an NSPopupButton
I’m trying to figure out how to get a spinner to animate on an NSPopupButton’s menu item. I can’t get the spinner to animate. It appears but it doesn’t do anything.
So far what I have is, I’ve ...
1
vote
2answers
264 views
How to change the background color of an NSPopupButton?
I am trying to tackle a problem which sounds pretty simple: changing the background color of an NSPopupButton.
Interface Builder only allows changing the style to a pre-defined one and doesn't allow ...
0
votes
0answers
68 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
62 views
Many-to-Many entities and NSPopUpButton
all.
Entities:
[Library {title}] <-->> [Book {title}] <<-->> [Author {name}]
Controllers:
NSArrayController [Library] => {Entity: Library}
NSArrayController [Book] => ...
0
votes
0answers
43 views
Core Data to-many relationship Controller
I have a to-many relationship between two objects: OBJ <<---->> ACTION
Every OBJ has a set of ACTIONs, which can be executed if the status of an other OBJ has a certain value. So the entities ...
0
votes
0answers
93 views
Condition does not read the popupbutton selected item
I'm quite confused by a problem I'm dealing with since yesterday. I have a NSPopupButton used in a search form. It displays a list of names. On top of this I've added an "All" item, sothat the user ...
3
votes
1answer
310 views
NSPopupButton Bindings with Value Transformer
I don't know if what I see with a popup button populated by bindings with a value transformer is the way it's supposed to be or not -- the unusual thing I'm seeing (at least with respect to what I've ...
1
vote
0answers
165 views
How refresh menu of NSPopupButton programmatically?
This is a Core Data app made of several views, each contained in its own Xib. Across the app, I have several NSPopupButton displaying data from various Core Data entities, with bindings done the ...
0
votes
1answer
249 views
NSPopUpButton Not Selecting Right
I'm using this code to add a popup button to an NSView :
if (popupButton) [popupButton release];
popupButton = [[NSPopUpButton alloc] initWithFrame:NSMakeRect(0, 0, SHEET_WIDTH/2, 32) ...
1
vote
0answers
225 views
NSArrayController, NSPopupButton proper bindings
I just started Mac programming coming over from iOS and was playing around with bindings.
I'm trying to make a simple directory popup that shows a history of recently selected directories and last ...
2
votes
3answers
680 views
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 students, and i bound it to a NSPopUpButton like this
...
0
votes
1answer
144 views
Add NSTableView data to NSPopUpButton items
I have a NSTableView where items can be added and deleted. Once items have been added to the table, I would like those items to also show as items for an NSPopUpButton. I tried the ...
0
votes
1answer
109 views
Focus ring on NSPopupButton doesn't appear on pressing tab
I have a couple of NSPopupButtons on my view and they are defined as a newKeyView after one of the text fields. The problem is that somehow they are not getting the focus ring when pressing the tab ...
1
vote
1answer
156 views
multiple selection of NSPopUpButton
does any know how to make a NSPopUpButton with multiple selections which is like this.
0
votes
1answer
360 views
How to properly use NSPopUpButton
I have a NSPopUpButton that I want to use to select the text encoding for opening a file.
I already have some ideas how to implement this, but as I'm starting to learn Objective-C and Cocoa I'm ...
0
votes
1answer
263 views
NSPopUpButton + Bindings + Show All Option
I'm trying to develop a NSPopUpButton that will serve as a filter to some datasource, let's say a NSArrayController that fills a table.
I can bind the NSArrayController from the menu to the selection ...
0
votes
1answer
170 views
How do I make the pop up button taller in Xcode?
When creating a desktop application, I have created a Pop Up Button using interface builder:
However, when I go on size inspector, the box for changing the height is greyed out:
Even if I ...
0
votes
1answer
89 views
Basic IBAction function questions with textfield and NSPopUpButtonCell title
I'm just getting the basics down for objective c.
I want to create a textfield whose string is the same as the title of the dropbox cell I choose.
I have:
- (IBAction)dropbox:(id)sender{
...
1
vote
1answer
659 views
How to avoid Interface Builder adding a width constraint to an NSPopUpButton?
The problem here is how to add an NSPopUpButton in Interface Builder without IB also adding an (unwanted) width constraint.
In Interface Builder in Xcode 4.3 on Lion using Auto Layout, if you add a ...
4
votes
1answer
1k views
How to setup bindings for NSPopUpButton
I want to bind selection of NSPopUpButton to one of the predefined values. To make it simpler, imagine a blog app: I'd have BlogPost and Category entities (Core Data, although it doesn't matter) and ...
0
votes
1answer
148 views
NSPopUpButton and NSDictionary binding
After reading numerous posts on the topic, I still can't figure how to debug this thing.
Here's my situation : I want the user to be able to select from a group of classes, which one should be ...
3
votes
1answer
199 views
NSPopUpButton arrow color
Is there a way to customize the color of a NSPopUpButton arrow? I've looked around but I've not found an answer yet
1
vote
2answers
454 views
How to populate NSPopupButton from CoreData in View Based NSTableView
I am using view based NSTableViews that is populated using bindings and array controllers with core data. Everything works great--cells with text and buttons and cells with image and text--I can edit ...
0
votes
2answers
187 views
Set contents on NSTableViewCell depending on NSPopUpButton
i was just wondering how to set a NSTableCellView to show a specific string depending on what option a user selected from a NSPopUpButton, any and all help would be greatly appreciated…
I would like ...
0
votes
2answers
466 views
Setting Actions for PopUpButton
I have created an NSPopUpButton programmatically and I made an array for my choices, how can I create a setAction for each individual array choice? Thanks!
NSRect buttonRect = NSMakeRect(1705, 145, ...
0
votes
1answer
407 views
Set NSPopUpButton at first launch
I have a NSPopUpButton but at first time launch this does not set correctly the first value. I have set awakeFromNib but the NSPopUpMenu is empty. Only the second time and the next it works correctly.
...
1
vote
2answers
529 views
NSButton draw alternate image on click
I know this is probably super easy, but I'm having a hard time wading through header files and could use some guidance.
I have an NSPopUpButton defined in a nib with a menu attached to it. I have ...
1
vote
1answer
360 views
calling an action on clicking NSPopupButton
I have a NSPopupButton that displays a drop down menu when clicked. This menu is populated from an NSArray. Now if I click on one of the items in the drop down Menu, I can select it and determine what ...
3
votes
1answer
493 views
SetAction for NSPopUpButton is disabling my popUpButton
I have created my NSPopUpButton programmatically with the following code
[myPopUpButton insertItemWithTitle:@"--Select one--" atIndex:0];
[myPopUpButton addItemsWithTitles:[NSArray ...
0
votes
1answer
541 views
Core Data Programmatically Adding a to-many Relationship
I have an entity Item, and an entity Type (that has an attribute "Name") in a to-many relationship with Item. (Ie: Item: Brown Table, related to Type with Name "Coffee Table").
I've programmatically ...
1
vote
0answers
117 views
How to create two cascade NSPopUp button with Core-Data binding
need some help.
I'm already add two popup button, and two NSArrayController.
first is parent (named as Country).
second is child (named as City), with content set bind ...
0
votes
1answer
105 views
How to show last name of user in text field whose first name is selected in pop button, through bindings
I have an array of dictionary which contains two keys- firstName and lastName and their values, eg.
firstName/ lastName
Steve/ Jobs
Andre/ Agassi
Christiano/ Ronaldo
User interface consists of a ...
1
vote
2answers
365 views
NSPopUpButton set it to the first item
I have a clear button in my Mac OS app.
When the button is pressed, it clears all the values of the form and resets the NSPopUpButton to the first item.
The question is how do I change the ...
0
votes
1answer
315 views
How to save the state of an NSPopUpButton? - Cocoa
I have been searching everywhere for this and not been able to find it and its really bugging me. I can't figure out how to save the current state of an NSPopUpButton, so if a user changes it, the app ...
1
vote
1answer
536 views
Custom view in NSMenuItem disables the NSPopUpButton selection
I want to customize an an NSPopUpButton so I have implemented an CustomMenuItemView which right now only has the following code (for testing purposes):
- (void)drawRect:(NSRect)dirtyRect
{
...
0
votes
1answer
223 views
Why is NSPopupButton item disappearing?
I have an NSPopupButton whose selection index is bound to a property in an NSWindowController subclass. In IB, the button starts out with a couple items. The property's value comes from NSUserDefaults ...


