Hi Luc,
I have an NSArrayController that has bindings to another
NSArrayController:
A1 Content Set -> A2
When the selection changes (single selection) in A2, arrangedObjects
in A1 returns the correct number of objects but if I do a multiple
selection in A2, then arrangedObjects in A1 returns n
Nice! That worked! However, should I use Content Array or Content
Array for Multiple Selection? Are they basically the same thing but
allow you to define different behaviors depending on how many master
items were selected?
Luc
On 3-Feb-09, at 2:31 PM, Timothy Larkin wrote:
-BEGIN