on 4/8/08 1:23 AM, [EMAIL PROTECTED] purportedly said: > I have an object observing an NSArrayController's "arrangedObjects" > property. My observeValueForKeyPath:... is called as expected, except > for shutdown. When I quit my application, it is called multiple times, > but the array contents haven't changed. The NSArrayController is > controlling an array of Core Data managed objects. > > Elsewhere in my code, I have another subscription just like it, only > it's observing a different NSArrayController, but it does not exhibit > this behavior. > > Is this behavior normal?
Why do you think it shouldn't be? Have you put a breakpoint in the observe method and looked at what conditions are triggering the message, and determined that they shouldn't be happening? That should answer your question. Best, Keary Suska Esoteritech, Inc. "Demystifying technology for your home or business" _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]