• 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: remove icon from Dock
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: remove icon from Dock


  • Subject: Re: remove icon from Dock
  • From: "Sean McBride" <email@hidden>
  • Date: Tue, 12 Oct 2010 14:08:26 -0400
  • Organization: Rogue Research Inc.

On Tue, 12 Oct 2010 10:49:04 -0700, Wim Lewis said:

>There isn't a specific API for manipulating the dock, but many people
>have found that it works to change the 'persistent-apps' and 'persistent-
>others' keys in the com.apple.dock preferences domain and then send the
>dock process a HUP signal (or just kill it; it will be automatically
>restarted).

The Dock responds to the quit apple event, which is a much friendlier
way of quitting it:

tell application "Dock"
  quit
end tell

--
____________________________________________________________
Sean McBride, B. Eng                 email@hidden
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada


_______________________________________________

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:

This email sent to email@hidden

References: 
 >remove icon from Dock (From: kirankumar <email@hidden>)
 >Re: remove icon from Dock (From: Wim Lewis <email@hidden>)

  • Prev by Date: Re: remove icon from Dock
  • Next by Date: Re: Any way to synthesize KVC compliant collections?
  • Previous by thread: Re: remove icon from Dock
  • Next by thread: Re: remove icon from Dock
  • Index(es):
    • Date
    • Thread