Re: Odd binding issue
Re: Odd binding issue
- Subject: Re: Odd binding issue
- From: Scott Anguish <email@hidden>
- Date: Fri, 12 Mar 2004 20:52:15 -0500
Well, I had originally used @"data", but that does not work. I
always get an error 'Cannot create NSData from object This is an item
description', where "This is an item description" is what [item
description] would return. As to using @"value", I think you might
need to check your sources.
as I said, value is only available if the NSTextView is set to support
only a single font.
'Uncaught exception:
<NSUnknownKeyException>[<NSTextView 0x346f40> valueForUndefinedKey:]:
this class is not key value coding-compliant for the key value.'
meaning that this NSTextView allows multiple fonts.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.