Re: [ANN] Updated source code: Colored Checkboxes, Source List
Re: [ANN] Updated source code: Colored Checkboxes, Source List
- Subject: Re: [ANN] Updated source code: Colored Checkboxes, Source List
- From: Jan Van Tol <email@hidden>
- Date: Wed, 31 Dec 2003 23:16:58 -0600
Matt,
Have you, or anyone else, managed to get this working with an
NSOutlineView? It doesn't work quite right, since the area to the left
of the cell with the disclosure triangle doesn't get the gradient, but
does get the normal blue highlight. So apparently, what you're using
isn't quite the proper place to do highlighting in. Have any ideas?
Best,
-Jan Van Tol
On Dec 29, 2003, at 3:30 PM, Matt Gemmell wrote:
Hi all,
Just another infrequent update to my page of Cocoa source code:
<http://iratescotsman.com/products/source/>
1. "Source List" control.
A "Source List" is the special kind of NSTableView whose selected rows
are highlighted with a blue gradient background rather than the usual
system highlight color. iCal's "Calendars" list, iTunes' "Source" list
and the Panther Finder's sidebar are all examples of Source Lists.
Source Lists aren't yet available for developers to use, so I've
written some code (actually an NSTextFieldCell and NSImageCell
subclass, and a small NSTableView subclass) to provide them.
Get the code in the "iTableView" project download:
<http://iratescotsman.com/ftp/source/itableview.tgz>
See an example screenshot here:
<http://iratescotsman.com/ftp/source/itableview_screenshot.jpg>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.