Tim Perrett wrote:
Hey all,
Im having issues saving my preferences from a preference pane im
constructing. I have tried using NSUserDefaultsController; to which
the values appear to be remembered somewhere, but not as a file in
any of the usual places a plist preference file would be found...
Shared User Defaults in IB appears to remember the value, but can
anyone tell me where it stores it to? Or point me in the right
direction?
It'll be storing the data in the prefs file for System Preferences.
That's not a good thing, of course. You'll have to go to some effort
to get them into a file of your own. I tend to just fall back on
CFPreferences for pref panes.
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]