Re: Display ID ?
Re: Display ID ?
- Subject: Re: Display ID ?
- From: Aidas <email@hidden>
- Date: Mon, 19 Aug 2002 12:18:28 +0200
Hello Jan,
I'm not sure exacly what you must do but you'll have to mess with
NSUserdefaults.
Your command for getting all values from domain "com.apple.desktop.plist"
should look like this:
-(NSDictionary*)getValuesFromDomain:(NSString*)domainname
{
return [[NSUserDefaults standardUserDefaults]
persistentDomainForName:domainname];
}
_______________________________________________
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.