Skip navigation.
 
mlRe: NSView within a table column
FROM : Jeff Gilbert
DATE : Sun Nov 28 21:14:26 2004

Hi Lorenzo,

On Nov 26, 2004, at 9:08 AM, Lorenzo wrote:

> Hi,
> how can I put a NSView within a cell of a table column?
> I already know hot to subclass NSCell and be able to put icons & text
> in a
> single cell there...
> But now I need to put a NSView because this view will contain draggable
> objects like extendible icons, markers...
> Any suggestion?



Check out this article on Stepwise, "Subviews in TableView Rows".

   http://www.stepwise.com/Articles/Technical/2003-12-20.01.html

The article shows how to put progress bars in a table and how to build
a rule editor similar to Mail, etc.

enjoy,
Jeff Gilbert

Related mailsAuthorDate
mlNSView within a table column Lorenzo Nov 26, 16:08
mlRe: NSView within a table column Jeff Gilbert Nov 28, 21:14