kCFPreferencesAnyUser w/PreferencePane not working?
kCFPreferencesAnyUser w/PreferencePane not working?
- Subject: kCFPreferencesAnyUser w/PreferencePane not working?
- From: "Huyler, Christopher M" <email@hidden>
- Date: Tue, 22 Jun 2004 15:03:23 -0400
- Thread-topic: kCFPreferencesAnyUser w/PreferencePane not working?
I have a PreferencePane which controls system wide preferences. I tried
the following to store the preferences but it just creates a preferences
file in the current user's ~/Library/Preferences folder instead of a
file in /Library/Preferences. Am I missing something?
tmpString = [worker getAlert];
if (tmpString)
{
[alertField setStringValue:(NSString *)tmpString];
CFPreferencesSetAppValue( CFSTR("alertField"), tmpString, prefID,
kCFPreferencesAnyUser, kCFPreferencesAnyHost);
}
CFPreferencesSychronize( prefID, kCFPreferencesAnyUser,
kCFPreferencesAnyHost );
--
Christopher Huyler
Computer Associates Intl.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.