Re: Core Data Bindings Issue

2010-08-19 Thread Frank D. Engel, Jr.
Aha! I did have custom accessors (I'd actually forgotten about them, I've let this sit too long...), but when comparing against that documentation I found the problem. My notifications (didChange/etc.) were sent for the primitive values instead of using the straight names -- "primitiveSo

Re: Core Data Bindings Issue

2010-08-18 Thread Quincey Morris
On Aug 18, 2010, at 18:00, Frank D. Engel, Jr. wrote: > I have a controller class which is represented as a simple object (cube icon) > in Interface Builder. This class has an "id" field to which I assign various > instances of core data entities (represented by a subclass of NSManagedObject >

Re: Core Data Bindings Issue

2010-08-18 Thread Gideon King
Is it just a case of making your controls continuous, or setting your bindings to continuously update values? On 19/08/2010, at 11:00 AM, Frank D. Engel, Jr. wrote: > Then the "value" bindings of the NSSlider and NSCheckbox are both > "selectedWhatever.someField". > > > The problem I am havin

Core Data Bindings Issue

2010-08-18 Thread Frank D. Engel, Jr.
Hi, Hoping this is something simple that I'm missing... I have a controller class which is represented as a simple object (cube icon) in Interface Builder. This class has an "id" field to which I assign various instances of core data entities (represented by a subclass of NSManagedObject

Re: Core Data/Bindings issue

2008-11-24 Thread Benjamin Stiglitz
The popup button has: Content bound to MyArrayController.arrangedObjects Content Values bound to MyArrayController.arrangedObjects.name Sometimes, and is vaguely seems to be related to changing the XIB, the labels of the cells in the popup are what I would expect from calling -description on

Core Data/Bindings issue

2008-11-24 Thread Paul Tomlin
Hi, Precis: I'm sometimes seeing what appears to be the result of [(NSManagedObject) description] in an NSPopUpButton instead of the expected value as set in bindings. I've got a Core Data Document Based Application in which I'm seeing occasional issues with a binding. The application u