Re: programming the dock icon
Re: programming the dock icon
- Subject: Re: programming the dock icon
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 8 Apr 2003 19:54:08 -0700
On Tuesday, April 8, 2003, at 05:11 PM, Nebagakid wrote:
Where is the documentation (or examples) for programming the dock icon
(like in mail)?
To make a Dock menu using IB, you create and instantiate an NSMenu
object and connect the instantiated NSApplication object's "dockMenu"
outlet to the menu object you created.
To add an icon to a Dock menu item, then you must use Carbon at this
time. See
<
http://developer.apple.com/techpubs/macosx/Carbon/
HumanInterfaceToolbox/DockManager/customizing_docktile/tasks/
chapter_3_section_7.html>
To make changes to the application's Dock icon, AFAIK, you also have to
use Carbon. See
<
http://developer.apple.com/techpubs/macosx/Carbon/
HumanInterfaceToolbox/DockManager/Dock_Manager/dockmngr_refchap/
function_group_3.html>
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://dreamless.home.attbi.com/
"Building the future and keeping the past alive are one and the same
thing." - Metal Gear Solid 2
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.