Tools
Download Search CocoaTraces for Mac OS X 10.4 for easily searching in Cocoa Traces from any application supporting system services!
Site Statistics
34888 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
A Finder style icon view
Tags: finder, NSTableView, NSCell, NSScrollViewRelated Traces
- A Finder style progress panel (11 months)
- Display different tooltips in cells inside a table view (11 months)
- A button bar like the one used by the Finder search window (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 NSTableView-like class displays items in a way similar to the Finder's "Icon View". It can use any NSCell for displaying items, and the items can be arbitrarily positioned. A Finder-style cell is included.
Selection of items is handled for you, and items can be rearranged, dragged and dropped in a number of ways. When embedded in an NSScrollView, a distributed view will automatically resize to fit around all its items, and you can snap item positions to a grid.