Re: KVO and array item observation

2008-10-28 Thread Ashley Clark
I've made a test project that exhibits this behavior if anyone cares to look and filed a bug rdar://6327051 http://idisk.mac.com/aclark78-Public/KVONotificationBug.zip Ashley On Oct 28, 2008, at 4:30 PM, Ashley Clark wrote: On Oct 28, 2008, at 2:13 AM, Ashley Clark wrote: I have a bid re

Re: KVO and array item observation

2008-10-28 Thread Ashley Clark
On Oct 28, 2008, at 2:13 AM, Ashley Clark wrote: I have a bid revision object that holds a to-many NSSet reference to a group of items that constitute a tree. Some of those items are roots and have a nil parent. In my bid revision object I've set up a rootItems method that uses a predicate

KVO and array item observation

2008-10-28 Thread Ashley Clark
I have a bid revision object that holds a to-many NSSet reference to a group of items that constitute a tree. Some of those items are roots and have a nil parent. In my bid revision object I've set up a rootItems method that uses a predicate to return a filtered set of the items with nil pa