FROM : mmalcolm crawford
DATE : Sun Apr 03 11:55:15 2005
On Apr 3, 2005, at 1:51 AM, mmalcolm crawford wrote:
>> Which leads to me next question about bindings, which I've posted
>> elsewhere. If I bind a to-many property that's providing indexed
>> accessors, the default bind: behaviour provided in NSObject tries
>> to call setValue:forKey: instead of using
>> mutableArrayValueForKeyPath:, and so I get a "not KVC compliant"
>> error message. Is this what should happen?
> No -- assuming you're using an array controller?
>
Hmm, I may have misinterpreted your question. Could you clarify
what's being bound where?
mmalc
DATE : Sun Apr 03 11:55:15 2005
On Apr 3, 2005, at 1:51 AM, mmalcolm crawford wrote:
>> Which leads to me next question about bindings, which I've posted
>> elsewhere. If I bind a to-many property that's providing indexed
>> accessors, the default bind: behaviour provided in NSObject tries
>> to call setValue:forKey: instead of using
>> mutableArrayValueForKeyPath:, and so I get a "not KVC compliant"
>> error message. Is this what should happen?
> No -- assuming you're using an array controller?
>
Hmm, I may have misinterpreted your question. Could you clarify
what's being bound where?
mmalc
| Related mails | Author | Date |
|---|---|---|
| Paul Szego | Apr 3, 00:47 | |
| mmalcolm crawford | Apr 3, 03:53 | |
| Paul Szego | Apr 3, 11:31 | |
| mmalcolm crawford | Apr 3, 11:51 | |
| mmalcolm crawford | Apr 3, 11:55 | |
| Paul Szego | Apr 4, 22:13 |






Cocoa mail archive

