NSPopupButton bound to NSArrayController not updating
- by BuzzB
I've got an NSPopupButton bound to an NSArrayController. (Man, that was harder than I thought it would be!)
I have an NSArrayController bound to an NSMutableArray via the NSArrayController's "Controller Content" binding.
The "Content" and "Content Values" bindings of the NSPopupButton are bound to my NSArrayController, and "Selected Object" is…