On leopard or later, you can just do:

[[[NSApplication sharedApplication] dockTile] setBadgeLabel:[[NSNumber numberWithInt:42] stringValue]];

to put 42 as a badge

Matt

On 8 Apr 2008, at 14:06, Adam P Jenkins wrote:
See [NSApplication setApplicationIconImage: (NSImage*)]. This changes the application's icon, and updates its dock icon.

On Mar 30, 2008, at 10:42 AM, Samvel wrote:

I'd like my application to show number of completed tasks in Dock Icon as it is done in Mail (number of unread emails). Anyone knows how to do that or where I can read about such functionality?


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to