• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
kCFPreferencesAnyUser w/PreferencePane not working?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: kCFPreferencesAnyUser w/PreferencePane not working?
      • From: Tom Harrington <email@hidden>
  • Prev by Date: How do I get a simple display pattern to work?
  • Next by Date: mouseDragged event
  • Previous by thread: Re: How do I get a simple display pattern to work?
  • Next by thread: Re: kCFPreferencesAnyUser w/PreferencePane not working?
  • Index(es):
    • Date
    • Thread