Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
80 views

NSComboBox in NSToolbar via IB throws exception

I want an NSComboBox in an NSToolbar. I do it via IB and Xcode 4.2. I can place the comboBox in the toolbar and start the program. The first time - and only the first time - the app starts, I get the ...
2
votes
1answer
714 views

What are the correct bindings for an NSComboBox for use with Core Data

Imagine if you will a Core Data app with two entities (Employee, and Department). Employees have a to-one relationship with department (department) and the inverse is a to-many relationship ...
1
vote
0answers
24 views

NSComboBox & NSTextView: save textview value to model on combo box value change

While I'm quite experienced with developing iOS applications, I'm still a bit of a newbie with regards to Mac OS X application development. The issue I'm having is the following ... I've created a ...
1
vote
1answer
22 views

Hide/disable NSComboBox button

Is there a way to hide the pop-up button of an NSComboBox? I can't find anything in the documentation for NSComboBox or NSComboBoxCell. There is a setButtonBordered: method on NSComboBox, but this ...
1
vote
1answer
143 views

how to implement an Drop Down List for iphone

I searched about UIPickerView and NSComboBox , I really don't understand the difference between these two !!! can anyone tell me what is the best way to show an Drop down list in xcode . I saw the ...
1
vote
1answer
216 views

NSComboBox data sources and reloadData

I have an NSCombobox in my app and I have a datasource set up for it. IBOutlet NSComboBox *comboBox; I also specify at some point in my program: [comboBox reloadData]; My thought would be ...
1
vote
1answer
163 views

NSComboBox and NSTextField with bindings

I have an NSArrayController that I fill in the awakeFromNib method. The data has the keys: id, name, and description. I have a ComboBox and a TextField bound to the NSArrayController the first with ...
1
vote
2answers
122 views

NSComboBoxDelegate called but old 'stringValue' remains

I select a value from the drop-down of a combo box. The NSComboBox delegate fires a comboBoxSelectionDidChange: notification, but when I retrieve the stringValue of the combo box, it's the old ...
1
vote
1answer
183 views

How to set relationships using NSComboBoxCell, NSTableView, and Core Data

I have an example application I'm working on to help me learn about Core Data. In this application I created a model consisting of the entities "Friend" and "City". The application list my friends ...
1
vote
1answer
1k views

Cocoa-Bindings : Bind NSComboBox selection to a field in NSObjectController

in my application I have a NSObjectController bound to all controls on the user interface. This works fine so far. The only problem I have is binding the selection of an NSComboBox to the same ...
0
votes
1answer
27 views

NSCombobox, NSTimer

I have the code for timer with time interval 5 seconds. Is there an easy way to control the time interval with NSCombobox or something similar? Let's say: I would like to choose the timer interval ...
0
votes
1answer
134 views

NSPopUpButton, NSComboBox similar menu

I'm trying to create a menu with a drop down menu with a custom background for every cell. First i tried to adapt NSPopUpButton but i couldn't find a way to change the cells background image. Using ...
0
votes
2answers
125 views

NSComboBox into NSAlert

First of all I'm kind of new in Objc. (so try to explain me like. . . for dummies XD) Well my question is: Is there any way to show a NSComboBox inside a NSAlert? that's it! I've check the ...
0
votes
0answers
98 views

NSComboBox in NSTableView behaving strangely

I am trying a sample application, which enlists some entities to purchase and their respective cost. In data model I created two entities: Daily Transaction (Attribute: cost, Relationship: ...
0
votes
0answers
218 views

Efficiently implementing simple NSComboBox functionality with bindings

I made a sample core data application, in which I populated NSComboBox with name of Student entity, by binding its content values property to an array controller. I wanted to add new record to ...
0
votes
1answer
156 views

Filling a NSComboBox with data generated in foreign-class-array

after my last question, regarding accessing an array from a different class, I ran into an new problem, that's giving me a headache for three days now. Everytime I think I have the correct solution ...
0
votes
2answers
420 views

Problem with custom datasource with a NSComboBox

Greetings I have the following problem trying to set a datasource in an NSComboBox. This is my custom datasource class: @interface CComboDatasource : NSObject <NSComboBoxDataSource> { @private ...
0
votes
0answers
83 views

OXX Programming NSCombobox Detect when something has been selected

I am very new to OSX Programming. I have written a couple of IPhone apps, but the OSX stuff is a bit different. I am very experienced in .net. over in the .Net world, there are Events when things ...
0
votes
1answer
205 views

comboBoxSelectionDidChange gives me previously selected value

I am using this notification for NSComboBox. Only problem is when I select a different item in the dropdown it always show previously selected value in the combo box. How can I get the currently ...
0
votes
1answer
281 views

How to get NSComboBox in a NSToolbar to send messages to the datasource and delegate

I have an NSComboBox in a NSToolbar and I want the combo box to send messages to its datasource and delegate. My class adopts the NSComboBoxDelegate and NSComboBoxDataSource protocols. I create my ...
0
votes
1answer
95 views

How do I change the truncation method or width on the popup of a NSComboBox

The truncation can be easily set for the main text area but the popup does not do any truncation, with similar paths, users cannot tell which path is which. or is the a way to change the width of the ...
0
votes
3answers
242 views

“'Objects' may not respond to 'functions'” warnings

for the last couple of weeks I've finally gotten into Obj-C from regular C and have started my first app. I've watched tutorials and read through a book along with a lot of webpages, but I know I've ...
0
votes
1answer
237 views

How to programmatically open an NSComboBox's list?

I've been around this for a while.. I thought this should be an easy task, but it isn't =D What I am trying to do, is to display the combobox's list when the user clicks the combobox but not ...
0
votes
2answers
162 views

How to make a NSComboBox invisible or transparent

Hello there I am trying to make a NSComboBox transparent but its not working. I am trying it with the following method: [NSComboBox setTransparent:YES]; But it seems that NSComboBox doesn't ...
0
votes
1answer
105 views

NOOB Problems with getting results from code (more specificly with NSComboBox)

I know that this is probably a simple question but here is what I'm racking my brain to figure this out: I know that this: - (id)comboBox:(NSComboBox *)aComboBox ...
0
votes
1answer
201 views

Converting an NSComboBox to and NSTextField Easily

I have an NSComboBox and I was wondering if there is an easy way to convert it to an ordinary NSTextField? Considering NSCombBox is a subclass of NSTextField, I would think there is an easy way to ...
0
votes
1answer
866 views

How to set value of NSComboBox by KVC?

I have several NSComboBoxes created in Interface Builder, and one created programmatically. The NSComboBoxes created in Interface Builder are perfect. I have their Value bound to the Shared User ...
0
votes
1answer
215 views

NSComboBox not returning correct data

I'm adding strings to a NSComboBox using -addItemObjectWithValue, and the items are appearing when the application is run. However, right after adding the items, if I check the -numberOfItems, I get ...
0
votes
2answers
238 views

Get NSComboBox to work like an HTML Combo

Is it possible to have the values displayed in an NSComboBox be different from what is retrieved with objectValueOfSelectedItem? So, it will display an object's string name but it's int recordId is ...
0
votes
1answer
1k views

NSComboBox - Obtaining selected information and NSComboBoxDataSource

For the life of me, I am being continually stumped with NSComboBox. I created an object that conforms the NSComboBoxDataSource protocol, and implemented: - ...
0
votes
1answer
813 views

Unable to retrieve selected index from NSComboBox

Im trying to get the selected index of a NSComboBox that has a datasource by using indexOfSelectedItem. [combobox setUsesDataSource:YES]; [combobox setDataSource:dataSource]; [combobox ...