Skip navigation.
 
mlRe: Programmatically placing an item in the dock
FROM : Oliver Wagner
DATE : Tue Apr 22 19:21:30 2008

I know what I'm wanting to do used to be possible (link is from 2002), 
so I wasn't sure if it had migrated over to 10.5

http://developer.apple.com/adcnews/pastissues/devnews110102.html 
(search for CFPrefDockItems)

Ollie

On Apr 22, 2008, at 9:51 AM, John Stiles wrote:

> This "solution" will also kill all the user's Dashboard widgets, so 
> it's not to be taken lightly.
>
>
> Mike Abdullah wrote:

>> Quite simply there is no public API to control the dock. The 
>> closest (and hacky) solution is to modify the dock's plist and 
>> restart it.
>>
>> Mike.
>>
>> On 22 Apr 2008, at 07:02, Oliver Wagner wrote:
>>

>>> Hi everyone,
>>>
>>> I would like to add and remove an item in the dock (preferably 
>>> with a nice poof when removed) programmatically without restarting 
>>> the dock. I can't find a way to do this in 10.5. Do any of you 
>>> know if this is possible?
>>>
>>> Thanks,
>>> Ollie
>>> _______________________________________________
>>>
>>> Cocoa-dev mailing list (<email_removed>)
>>>
>>> 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_removed>
>>>
>>> This email sent to <email_removed>

>>
>> _______________________________________________
>>
>> Cocoa-dev mailing list (<email_removed>)
>>
>> 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_removed>
>>
>> This email sent to <email_removed>

Related mailsAuthorDate
mlProgrammatically placing an item in the dock Oliver Wagner Apr 22, 08:02
mlRe: Programmatically placing an item in the dock Mike Abdullah Apr 22, 13:07
mlRe: Programmatically placing an item in the dock John Stiles Apr 22, 17:51
mlRe: Programmatically placing an item in the dock Oliver Wagner Apr 22, 19:21