Re: Custom Cells in NSTableView
Re: Custom Cells in NSTableView
- Subject: Re: Custom Cells in NSTableView
- From: email@hidden
- Date: Mon, 3 Mar 2003 21:27:50 +0100
On lundi, mars 3, 2003, at 07:48 PM, Krevnik wrote:
Hey All,
I have a quick question concerning table views...
In particular, I would like to generate cells similar to how Safari
does the download manager. I know the image and control on either side
of the progress bar can be done in separate columns, but the text
mixed with the bar... any tips/tutorials/links on this particular
subject?
Just code a NSCell subclass.
You can base your code on the cell available in the Drag&Drop sample
code in /Developer/Examples/AppKit/DragNDropOutlineView
_______________________________________________
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.