Re: Core Data: following a relationship to set a transient attribute during awakeFromFetch

2008-12-15 Thread Quincey Morris
On Dec 14, 2008, at 18:25, Steve Mykytyn wrote: I am using transient attributes as a nice and efficient way to display formatted data (with line breaks) in an NSTableView, and am running into trouble in my awakeFromFetch: method for a subclass of NSManagedObject. This works fine in the

Core Data: following a relationship to set a transient attribute during awakeFromFetch

2008-12-14 Thread Steve Mykytyn
I am using transient attributes as a nice and efficient way to display formatted data (with line breaks) in an NSTableView, and am running into trouble in my awakeFromFetch: method for a subclass of NSManagedObject. This works fine in the awakeFromFetch: when building a transient