Tagged Questions

4
votes
5answers
96 views

Cocoa Core Data newbie how-tos

Hi everyone, I am one of the great unwashed masses of .NET developers keen to try their hands at Mac OS X development. At the moment I am trying to figure out the various elements …
0
votes
1answer
35 views

Implementing parent->child drill down in Cocoa with Core Data bindings that span multiple entities

I'm trying to create a simple interface to my core data model in the style of iTunes Genre browser. I have a model setup with three entities: Genre <-->> Artist <--&gt …
0
votes
2answers
93 views

Carbon in Cocoa Crashing: EXC_BAD_ACCESS after NSAutoreleasePool is released

I'm developing a Cocoa user interface for a Photoshop CS3 plugin using Bindings. (Carbon in Cocoa, since PS is a Carbon app) I'm getting a EXC_BAD_ACCESS error when I close my mo …
0
votes
1answer
81 views

Updating Value in Core Data

Hi all, I'm trying to write a simple stock check program, and I have a Table View binded to Core Data. The table has 3 columns: Model, Price and Quantity In Stock. I have a NSText …
0
votes
1answer
59 views

Fetch data by date range using Interface Builder

I have an NSTableView that is done using the typical IB and data bindings. It works well. However I need to put in a Segmented Control to indicate date range. So for example, if u …
4
votes
2answers
88 views

How would an iTunes-style Source-List be implemented with Bindings+CoreData in Cocoa?

Let's say, for illustration, I was writing an iTunes clone app in Cocoa, that was backed by CoreData. For simplification's sake, let's say there are two "sections", "Library" with …
0
votes
1answer
45 views

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

Hello, 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 NS …
0
votes
2answers
53 views

Refresh Cocoa-Binding - NSArrayController - ComboBox

Hello in my application I made a very simple binding. I have a NSMutableArray bound to a NSArrayController. The controller itself is bound to a ComboBox and it shows all the conte …
2
votes
1answer
34 views

What’s the cleanest way to bind enumerated properties?

I have a menu which has an item for each value in an enum. The menu: [ ] Sort by Due Date [ ] Sort by Priority [√] Sort by Title The enum: typedef enum CW_TASK_SORT_METHOD { …
0
votes
1answer
31 views

Cocoa : Refresh NSObjectController after unarchiving Data from disk.

I have an Object bound to the user interface with a NSObjectController. I am able to archive the Object and unarchive it later. This works fine so far. In the Debugger I can see th …
0
votes
2answers
219 views

What does “Controller Key” mean in Interface Builder > Inspector > Bindings?

I can't find in the Docs where they explain all those fields and what they mean. Especially "Controller Key" is not clear to me.
1
vote
2answers
74 views

Differences between NSTableView and NSCollectionView

I'm trying to decide which path to take for developing my Snow Leopard app. First, I should preface with the obvious differences: NSTableView can have multiple columns of data for …
0
votes
3answers
42 views

NSArrayController without Array

I just realized there are two ways to use a NSArrayController. Bind the Controller to and Array and add objects to the Array. Or don't use any Array at all and add objects directl …
1
vote
2answers
58 views

Core Data, NSTableColumn bindings and custom NSCell

I'm trying to display an array of NSManagedObjects in a NSTableView using a custom NSCell that is able to draw the managed object properly. For that matter, the single column of m …
0
votes
3answers
48 views

In Xcode Document App: Why would init method of MyDocument be called twice?

I followed Chapter 8 of Hillegass to implement the RaiseMan application there. Then I decided to follow the same process to implement the code for an exercise in a Cocoa programmin …

1 2 3 4 5 6 next
15 30 50 per page