Binding multiple NSArrayControllers: a fun fact
Binding multiple NSArrayControllers: a fun fact
Submitted by Brian Marick on Wed, 24/09/2008 - 15:03.This may be of use someday to someone trying to figure out their Cocoa bindings problem.Summary: Do not bind some columns in a table to one array controller, others to another. I’m using RubyCocoa 0.13.1. I had an NSTable bound to an NSArrayController (bound in turn to preferences). I wanted to replace that NSArrayController with [...]
