Adding your app to the Login Items?
Adding your app to the Login Items?
- Subject: Adding your app to the Login Items?
- From: Bob Peterson <email@hidden>
- Date: Wed, 26 Feb 2003 15:59:19 -0500
Does this sync notify the Login Items control panel if it is already
open and running? I used [[NSUserDefaults standardUserDefaults]
synchronize] and it does not notify a running Login Items, at least in
the initial Jaguar public releases.
On Wednesday, Feb 26, 2003, at 10:41 US/Eastern, Christian Weykopf
wrote:
CFPreferencesSetValue((CFStringRef)@"AutoLaunchedApplicationDictionary"
, loginItems, (CFStringRef)@"loginwindow", kCFPreferencesCurrentUser,
kCFPreferencesAnyHost);
CFPreferencesSynchronize((CFStringRef) @"loginwindow",
kCFPreferencesCurrentUser, kCFPreferencesAnyHost);
_______________________________________________
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.