Skip navigation.
 
mlRe: Getting added object with KVO
FROM : George Orthwein
DATE : Fri Jul 14 22:22:29 2006

On Jul 14, 2006, at 11:47 AM, Matt Neuburg wrote:

> The content property of an NSArrayController *is* observable with 
> KVO. To
> prove this, observe it and then say setContent:. However, I don't 
> see what
> that has to do with your original problem.


True, it is observable... it's related to the original problem 
because it also has an empty change dictionary. So in this regard, it 
doesn't work any better than observing arrangedObjects.

I also found your idea of notifications useful. I too, was only 
thinking of bindings related solutions. So thanks!

George

Related mailsAuthorDate
mlGetting added object with KVO Hannes Petri Jul 12, 00:43
mlRe: Getting added object with KVO Hannes Petri Jul 12, 13:00
mlRe: Getting added object with KVO George Orthwein Jul 12, 15:25
mlRe: Getting added object with KVO Hannes Petri Jul 12, 15:56
mlRe: Getting added object with KVO Matt Neuburg Jul 12, 19:35
mlRe: Getting added object with KVO Bill Northcott Jul 13, 01:41
mlRe: Getting added object with KVO Matt Neuburg Jul 13, 16:46
mlRe: Getting added object with KVO Hannes Petri Jul 14, 12:41
mlRe: Getting added object with KVO Matt Neuburg Jul 14, 17:47
mlRe: Getting added object with KVO George Orthwein Jul 14, 22:22
mlRe: Getting added object with KVO Matt Neuburg Jul 14, 22:32
mlRe: Getting added object with KVO Hannes Petri Jul 17, 11:19
mlRe: Getting added object with KVO George Orthwein Jul 18, 20:39