Re: Key path for values in Shared User Defaults?

2009-03-24 Thread Keary Suska
On Mar 23, 2009, at 1:54 PM, Matthias Arndt wrote: Please help me: What is the key path of a value stored in the shared user defaults? I'm using a sub-classed NSViewController to enhance the print panel with an accessory view: NSBundle *appBundle = [NSBundle bundleForClass:[self

Re: Key path for values in Shared User Defaults? [SOLVED]

2009-03-24 Thread Matthias Arndt
Keary, On 24.03.2009, at 16:21 Keary Suska wrote: OTOH, you could have an outlet to the defaults controller, say, named defaultsController and use @defaultsController.values.DEFALTSKEY to keyPathsForValuesAffectingPreview. I think that is supposed to work... Wow, thank you so much, you

Key path for values in Shared User Defaults?

2009-03-23 Thread Matthias Arndt
Please help me: What is the key path of a value stored in the shared user defaults? I'm using a sub-classed NSViewController to enhance the print panel with an accessory view: NSBundle *appBundle = [NSBundle bundleForClass:[self class]]; NSViewController *accessoryViewController =