Custom Right-Click Menu on Dock Item

Howdy,
Anybody know how I can make a custom right-click menu for my app’s dock icon?
Like on the finder it has “New Finder Window” and on iTunes there are song controls,
thanks if you can help! :wink:

Hi,

you can

  • add a menu in Interface Builder
  • control-drag from File’s Owner to the menu instance and select ‘dockMenu’

now your application’s menu shows the additional items from your menu.

(tried with Interface Builder 3.0)

D.

thanks