Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing Applications from the Dock Programmatically




Am Mi,27.08.2008 um 03:20 schrieb Graff:

I forgot to mention that you'll have to force the Dock to re-load its preferences after fooling around like this.

I really only know how to do this through the terminal or through AppleScript, although I'm sure there are other ways to do it
IIRC, you can send a HUP to the application to make it re-read its defaults. I don't know, whether Dock.app automatically updates the dock.

Here's an example of an AppleScript:

NSString *quitSource = @"tell application \"/System/Library/ CoreServices/Dock.app\" to quit";
NSAppleScript *quitScript = [[NSAppleScript alloc] initWithSource:quitSource];
NSDictionary *theError = [[NSDictionary alloc] init];


	[quitScript executeAndReturnError:&theError];

- Ken
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden

Amin Negm-Awad email@hidden




_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden
References: 
 >Removing Applications from the Dock Programmatically (From: Kevin Kicklighter <email@hidden>)
 >Re: Removing Applications from the Dock Programmatically (From: Graff <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.