Refresh Cocoa-Binding - NSArrayController - ComboBox
问题 in my application I made a very simple binding. I have a NSMutableArray bound to a NSArrayController. The controller itself is bound to a ComboBox and it shows all the content of the NSMutableArray. Works fine. The problem is : The content of the Array will change. If the user makes some adjustments to the app I delete all the items in the NSMuteableArray and fill it with new and different items. But the binding of NSMutableArray <-> NSArrayController <-> NSComboBox does not refresh. No