Skip navigation.
 
mlRe: Loading saved file into NSArrayController
FROM : mmalc crawford
DATE : Mon Feb 18 21:28:45 2008

On Feb 18, 2008, at 2:35 AM, Mike Abdullah wrote:
>>> [self willChangeValueForKey:@"theArray"];
>>> // changes to the contents of the array
>>> [self didChangeValueForKey:@"theArray"];

>>

> There is nothing technically wrong with doing this,
>

Yes there is -- you're sending a KVO notification for something that 
didn't happen.

mmalc

Related mailsAuthorDate
mlLoading saved file into NSArrayController Davide Scheriani Feb 11, 14:28
mlRe: Loading saved file into NSArrayController Mike Abdullah Feb 11, 14:59
mlRe: Loading saved file into NSArrayController Davide Scheriani Feb 11, 16:51
mlRe: Loading saved file into NSArrayController Mike Abdullah Feb 16, 16:14
mlRe: Loading saved file into NSArrayController Hans van der Meer Feb 16, 18:34
mlRe: Loading saved file into NSArrayController mmalc crawford Feb 17, 03:25
mlRe: Loading saved file into NSArrayController Hans van der Meer Feb 18, 10:26
mlRe: Loading saved file into NSArrayController Mike Abdullah Feb 18, 11:35
mlRe: Loading saved file into NSArrayController Davide Scheriani Feb 18, 12:01
mlRe: Loading saved file into NSArrayController Hans van der Meer Feb 18, 21:18
mlRe: Loading saved file into NSArrayController mmalc crawford Feb 18, 21:24
mlRe: Loading saved file into NSArrayController mmalc crawford Feb 18, 21:28