Re: NSSlider and arrangedObjects

2012-01-21 Thread Tobias Wood
1:00 AM, Quincey Morris wrote: > >> On Jan 19, 2012, at 03:03 , Tobias Wood wrote: >> >>> Binding the NSSlider's value to the NSArrayController's >>> "arrangedObjects.propertyName" causes my program to get a SIGABRT on >>> opening, with

NSSlider and arrangedObjects

2012-01-20 Thread Tobias Wood
Hi everyone, I am attempting to bind an NSSlider to a property of every object in an NSArrayController, rather than just the current selection. There are other properties that are bound to the selection, but this particular one I want to change for everything, regardless. The array managed by th