Right click context menu

2016-03-31 Thread a2z
if I'm wrong. Is this kind of implementation supported on older Mac OS X. If yes what is the earliest OS that can be supported. Thanks, a2z ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Preferencepane and user defaults

2008-09-11 Thread a2z
Hi I need to know if its possible to use NSUserDefaultsController to create a default plist from a NSPreferencePane subclass. I tried this NSUserDefaults *_defaults; _defaults = [ [ NSUserDefaultsController sharedUserDefaultsController ] defaults ]; // setObject ... [_defaults synchro