The NSDockTile class lets you customize the visual representation for your application’s miniaturized windows and application icon as they appear in the Dock. You do not create Dock tile objects explicitly in your application. Instead, you retrieve the Dock tile for an existing window or for the application by calling that object’s dockTile method.
Questions tagged [nsdocktile]
18 questions
0
votes
1 answer
OSX/Cocoa : get Absolute position of docktile icon in screen
I am wondering if there is a way to find the absolute position of a docktile in the screen without using the accessibility API?
Thanks in advance.

Zigglzworth
- 6,645
- 9
- 68
- 107
0
votes
1 answer
how to draw mac spinning wait cursor on application dock icon in cocoa
I want to draw animated dock icon with spinning wait cursor for my cocoa app.
Please let me know how i can draw the spinning wait cursor or where did i find the cursor file on mac.
Thanks

AmitSri
- 1,209
- 1
- 20
- 48
0
votes
0 answers
Is there any way to display some count over an NSImage similar to badge label for Mac Application?
I want to display the unread messages count (Refer: Fig) as badgelabel as similar to [[NSApp dockTile] setBadgeLabel:@""]; over the image icons.
Can anybody tell me the proper way to do that using Objective-C?

Jeba Moses
- 809
- 8
- 25