I'm using AMIndeterminateProgressIndicatorCell (at least the drawing code) to imitate a progress indicator in the table view. To get it to use the custom cell, I've been calling

[myTableColumn setDataCell:[[MyCustomClass alloc] init]];

However, I've run into a 'slight' problem. Apparently, ALL of the cells in this column are that one, same, object. When I tested with F- script, I found that they have the exact same description, and same memory address. This explains why bindings affecting one cell would affect all of them...

So, in short, is there a +setCellClass method or similar for NSTableColumn? Any way to make it use different objects?

Thanks for any answers and sorry if I'm missing something obvious here.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to