Re: observeValueForKeyPath:... called multiple times on exit

2008-04-08 Thread Mike R. Manzano
I put some code into my observe method to get the arrangedObjects array out of the NSArrayController, and then I print that array to the screen. On exit of the application, the observe method gets called around 7 times, and there doesn't seem to be a difference in the array contents between

Re: observeValueForKeyPath:... called multiple times on exit

2008-04-08 Thread Keary Suska
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 hav

observeValueForKeyPath:... called multiple times on exit

2008-04-08 Thread Mike R. Manzano
Okay. Here's a weird one: 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 NSArrayContr