Re: Odd binding issue
Re: Odd binding issue
- Subject: Re: Odd binding issue
- From: Allan Odgaard <email@hidden>
- Date: Fri, 12 Mar 2004 15:46:50 +0100
On 12. Mar 2004, at 16:13, Timothy Reaves wrote:
description] would return. As to using @"value", I think you might
need to check your sources. 'Uncaught exception:
<NSUnknownKeyException>[<NSTextView 0x346f40> valueForUndefinedKey:]:
this class is not key value coding-compliant for the key value.'
The properties exposed by the view classes are not key-value-coding
compliant, so you cannot observe them nor set/get their value -- but
you can use them as the "binding" argument when sending the view class
a "bind:..." message.
_______________________________________________
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.