On Jul 30, 2007, at 2:24 PM, Nathan Gilmore wrote:
The binding for the NSTextView looks like this:
data
Bind To: Notes (NSArrayController)
Controller Key: Selection
Model Key Path: body
However I am getting this error:
2007-07-30 17:07:13.907 xNote4[3928] Unacceptable type of value for
attribute: property = "body"; desired type = NSString; given type =
NSConcreteMutableData;
Sometimes looking carefully at the error message is useful. Exactly
as the error message states, you're not sending a string.