Problem with Bindings, Core Data, Data Model, NSPathControl

2008-12-14 Thread Keith Lander
I am fairly new to Cocoa (but not programming). I have a data model containing an entity with a String attribute representing a path to a folder. I am trying to use IB to bind an NSPathControl widget to the attribute in the window controller. I assume I need a value transformer to convert

Re: Problem with Bindings, Core Data, Data Model, NSPathControl

2008-12-14 Thread Quincey Morris
On Dec 14, 2008, at 09:59, Keith Lander wrote: I am fairly new to Cocoa (but not programming). I have a data model containing an entity with a String attribute representing a path to a folder. I am trying to use IB to bind an NSPathControl widget to the attribute in the window controller.