problem observing selectionIndex of an array controller
problem observing selectionIndex of an array controller
- Subject: problem observing selectionIndex of an array controller
- From: Stuart Malin <email@hidden>
- Date: Sat, 7 Mar 2009 21:52:17 -1000
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"
options:NSKeyValueObservingOptionOld | NSKeyValueObservingOptionNew
context:NULL];
When the -observedValueForKeyPath:... method is invoked, the change
dictionary has entries for the new and old value, but they are both
NSNull.
According to the NSArrayController docs, the selectionIndex is an
observable property. Why might I not be getting the index values?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden