Tools
Download Search CocoaTraces for Mac OS X 10.4 for easily searching in Cocoa Traces from any application supporting system services!
Site Statistics
41158 Total Views
41 Traces
41 Fragments
47 Comments
54 Tags
41 Traces
41 Fragments
47 Comments
54 Tags
Tags
audio badge category class crash dock fade file finder font gradient hack help icon indicator kqueue LoginItems menu metadata NSButton NSCell NSControl NSDictionary NSDirectoryEnumerator NSDocument NSMenu NSPopUpButton NSProgressIndicator NSScrollView NSSound NSSpeechChannel NSString NSTableColumn NSTableView NSTabView NSToolbar NSURLConnection NSURLRequest NSView NSWindow preferences readme record report SerialPort shell speech support TabBar timer tooltip wrapper xml zoom
Add a progress indicator to the dock icon
Tags: indicator, dock, icon, NSProgressIndicatorRelated Traces
- A pie chart progress indicator for the dock icon (12 months)
- Make views dockable (about 1 year)
- A Finder style progress panel (about 1 year)
- Indeterminate progress indicator cell (about 1 year)
Add a new comment or fragment
Fields marked with * are mandatory.
A class that shows a small determinate progress bar overlaid over your application's dock icon.
This is intended as a drop-in replacement for the NSProgressIndicator view, as it understands the same messages. You can even have the dock progress indicator forward all calls to the view, thus driving both without changing your existing code.