Re: Binding to NSUserDefaults

2013-03-18 Thread Seth Willits
I guess Cocoa just likes me more. :-) Thanks for the answers. -- Seth Willits On Mar 18, 2013, at 7:44 AM, Uli Kusterer wrote: > Odd, my experience has been exactly the opposite. Unless I bind to > NSUserDefaultsController, I don't get notified when other parts of my app > change a default

Re: Binding to NSUserDefaults

2013-03-18 Thread Uli Kusterer
Odd, my experience has been exactly the opposite. Unless I bind to NSUserDefaultsController, I don't get notified when other parts of my app change a default. So I guess the answer is: "It always breaks on Uli's work Mac" :-) Cheers, -- Uli Kusterer "The Witnesses of TeachText are everywhere...

Re: Binding to NSUserDefaults

2013-03-17 Thread Ken Thomases
On Mar 17, 2013, at 6:00 PM, Seth Willits wrote: > On Mar 17, 2013, at 11:31 AM, Ken Thomases wrote: > >>> In nibs we bind to NSUserDefaults through NSUserDefaultsController, but is >>> there any point in using NSUserDefaultsController when binding to a default >>> through code? (Or using KVO,

Re: Binding to NSUserDefaults

2013-03-17 Thread Seth Willits
On Mar 17, 2013, at 11:31 AM, Ken Thomases wrote: >> In nibs we bind to NSUserDefaults through NSUserDefaultsController, but is >> there any point in using NSUserDefaultsController when binding to a default >> through code? (Or using KVO, also.) It's always seemed to work monitoring >> NSUserDe

Re: Binding to NSUserDefaults

2013-03-17 Thread Ken Thomases
On Mar 17, 2013, at 1:06 PM, Seth Willits wrote: > In nibs we bind to NSUserDefaults through NSUserDefaultsController, but is > there any point in using NSUserDefaultsController when binding to a default > through code? (Or using KVO, also.) It's always seemed to work monitoring > NSUserDefault

Binding to NSUserDefaults

2013-03-17 Thread Seth Willits
In nibs we bind to NSUserDefaults through NSUserDefaultsController, but is there any point in using NSUserDefaultsController when binding to a default through code? (Or using KVO, also.) It's always seemed to work monitoring NSUserDefaults directly. -- Seth Willits ___