Skip navigation.
 
mlRe: Custom NSCells
FROM : Scott Anguish
DATE : Mon Oct 04 20:10:22 2004

There are a couple of articles on this topic on Stepwise

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

On Oct 3, 2004, at 6:04 PM, Chris Moolenschot wrote:

> Hi,
>
> I'm sure this has already been discussed a number of times, but my
> online searching has not been very successful.
>
> I was wondering how one should go about writing custom NSCell
> implementations (like the downloads list in Safari, for instance).
>
> I figure a NSCell/NSView adapter would be useful, but my personal
> attempts have been met with limited success.  I tried to override the
> various *withFrame methods with implementations that position and draw
> the view I want to appear in the cells, but this does not work
> properly.
>
> Is there a standard approach to doing this?  Where can I find
> information on this topic?
>
> Thanks in advance,
>
> Chris
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

There are a couple of articles on this topic on Stepwise

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

On Oct 3, 2004, at 6:04 PM, Chris Moolenschot wrote:

Hi,

I'm sure this has already been discussed a number of times, but my
online searching has not been very successful.

I was wondering how one should go about writing custom NSCell
implementations (like the downloads list in Safari, for instance).

I figure a NSCell/NSView adapter would be useful, but my personal
attempts have been met with limited success.  I tried to override the
various *withFrame methods with implementations that position and draw
the view I want to appear in the cells, but this does not work
properly.

Is there a standard approach to doing this?  Where can I find
information on this topic?

Thanks in advance,

Chris

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (<email_removed>)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>

This email sent to <email_removed>

Related mailsAuthorDate
mlCustom NSCells Chris Moolenschot Oct 4, 00:04
mlRe: Custom NSCells Nick Zitzmann Oct 4, 15:17
mlRe: Custom NSCells Scott Anguish Oct 4, 20:10