Tools
Download Search CocoaTraces for Mac OS X 10.4 for easily searching in Cocoa Traces from any application supporting system services!
Site Statistics
34895 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
Display different tooltips in cells inside a table view
Tags: NSTableView, NSCell, tooltipRelated Traces
- A Finder style icon view (11 months)
- An NSWindow subclass for easy attaching of views to other windows (6 months)
- A Finder style progress panel (11 months)
- Indeterminate progress indicator cell (11 months)
- Hide and show columns in a table view (11 months)
Add a new comment or fragment
Fields marked with * are mandatory.
This subclass of NSTableView allows you to display different tool tips for each cell. Change your table view's class to AMToolTipTableView, add one additional method to your data source and you are done.
Note: Apple added this functionality to AppKit in Mac OS X 10.4.