Skip navigation.
 
mlRe: insertObject:in<Key>AtIndex: not being called.
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

Related mailsAuthorDate
mlinsertObject:in<Key>AtIndex: not being called. Paul Szego Apr 3, 00:47
mlRe: insertObject:in<Key>AtIndex: not being called. mmalcolm crawford Apr 3, 03:53
mlRe: insertObject:in<Key>AtIndex: not being called. Paul Szego Apr 3, 11:31
mlRe: insertObject:in<Key>AtIndex: not being called. mmalcolm crawford Apr 3, 11:51
mlRe: insertObject:in<Key>AtIndex: not being called. mmalcolm crawford Apr 3, 11:55
mlRe: insertObject:in<Key>AtIndex: not being called. Paul Szego Apr 4, 22:13