Re: problem observing selectionIndex of an array controller

2009-03-08 Thread Ken Thomases
On Mar 8, 2009, at 1:52 AM, Stuart Malin wrote: I'm trying to watch for changes in the selection of a tableView managed by an NSArrayController. I set up an observer: [mArrayController addObserver:self forKeyPath:@selectionIndex

Re: problem observing selectionIndex of an array controller

2009-03-08 Thread Stuart Malin
On Mar 7, 2009, at 10:10 PM, Ken Thomases wrote: On Mar 8, 2009, at 1:52 AM, Stuart Malin wrote: I'm trying to watch for changes in the selection of a tableView managed by an NSArrayController. I set up an observer: [mArrayController addObserver:self