I think you're manually using KVO when you could (and perhaps
should) be using bindings. I also think you're setting up the
observations in the wrong direction. I wouldn't have the app
controller observe properties of the array controller. Mediating
controllers should bind to (thus, impl
I'm getting flaky behavior from my KVO code and I'm wondering what I'm
doing wrong. I can't find any similar examples.
I have a pop-up button and 2 NSTableViews.
The pop-up button selection controls the content of the left
NSTableView. The left NSTableView's selection controls the content of
Does anyone have a description of the binary format that NSArchiver
produces?
Thanks
- Stefan Reitshamer
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the mode