Re: Using core data binary and string attributes with NSTextView

2009-10-18 Thread Matt Neuburg
On Sat, 17 Oct 2009 16:14:29 -0700, Robert said: >Now, after a lot of googling, I'm working on a solution that involves >having a new transient attribute in my model of type string (let's >call it storyText) that will mirror the text held in the binary data >story attribute. Instead of my search

Using core data binary and string attributes with NSTextView

2009-10-17 Thread Robert
I'm new to core data and bindings and need some help. In my model, I've got an attribute called "story". This holds text, so I set the attribute type to string. I used bindings in IB to connect the story attribute to an NSTextView. When I ran my app, an exception was thrown. The message in