Let's say I have a window with 2 combo boxes. The NSWindowController
that control the window, has two mutable arrays that are bound to the combo boxes Content Values.
What I would like is that while the first combo box has fixed values, the second combo values depends on the first combo selected value.
What should I do to have the second combo box to reload its content when the associated mutable array updates (Or how should I update the array to make this happen?)?