• 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
Re: CFPreferencesSetAppValue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CFPreferencesSetAppValue


  • Subject: Re: CFPreferencesSetAppValue
  • From: Rosyna <email@hidden>
  • Date: Wed, 4 May 2005 22:23:56 -0700

Ok, That's insanely bad to do..

It's kCFPreferencesCurrentApplication, not user.

Value would be a CFNumerRef.

CFPreferencesSetAppValue(CFSTR("magicNumber"), (CFNumberRef)[NSNumber numberWithInt:69000], kCFPreferencesCurrentApplication);

Ack, at 5/4/05, Roland Silver said:

I can get an integer value from a preferences file, but I don't understand how to use CFPreferencesSetAppValue to set an integer value into a preferences file. For instance:

CFStringRef key = CFSTR("magicNumber");
CFPropertyListRef value;
CFStringRef applicationID = kCFPreferencesCurrentUser;

CFPreferencesSetAppValue(key, value, applicationID);

Suppose I want to set the preference value associated with "magicNumber" to 69000; what do I set value to?
--


Sincerely, Rosyna Keller Technical Support/Holy Knight/Always needs a hug

Unsanity: Unsane Tools for Insanely Great People
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >CFPreferencesSetAppValue (From: Roland Silver <email@hidden>)

  • Prev by Date: Re: kEventParamMenuRef (was: _NSGetCarbonMenu)
  • Next by Date: HexInputServer not working
  • Previous by thread: CFPreferencesSetAppValue
  • Next by thread: Setting the contents of an NSTokenField programatically
  • Index(es):
    • Date
    • Thread