Re: Removing Applications from the Dock Programmatically

2008-08-27 Thread Kevin Kicklighter
Good call, you are right. Fixed, and thanks, Kevin ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubsc

Re: Removing Applications from the Dock Programmatically

2008-08-27 Thread Kevin Kicklighter
Thanks to all that helped, here's the code working: NSUserDefaults *theDefaults = [NSUserDefaults standardUserDefaults]; NSDictionary *dockDict = [theDefaults persistentDomainForName:@"com.apple.dock"]; NSMutableDictionary *mutableDockDict=[dockDict mutableCopyWithZone:nil];

Removing Applications from the Dock Programmatically

2008-08-26 Thread Kevin Kicklighter
I need to remove applications that were on the the Dock, programmatically (running Leopard 10.5.4). Does anyone have a clue as to how I could accomplish this? Thanks, Kevin ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not p