Re: NSUserDefaultsController not updating defaults via binding

2009-01-22 Thread Matt Neuburg
On Fri, 16 Jan 2009 15:24:45 -0800, Luke Evans said: >I tried a set up where some UI (slider) bound to a property on a >class, and separately this class' init programmatically set up a >binding to NSUserDefaultsController sharedUserDefaultsController to >initialise both the property and indirectly

NSUserDefaultsController not updating defaults via binding

2009-01-16 Thread Luke Evans
I tried a set up where some UI (slider) bound to a property on a class, and separately this class' init programmatically set up a binding to NSUserDefaultsController sharedUserDefaultsController to initialise both the property and indirectly the slider control to which it was also bound.