(no subject)
(no subject)
- Subject: (no subject)
- From: Graham Savage <email@hidden>
- Date: Tue, 15 Jul 2003 14:20:45 -0700
Hi,
I have a Cocoa-java app.
I created an NSTableView in the main window with 3 columns using
Interface Builder.
I have a delegate for the table which I want to use to color the rows.
My delegate has the following method:
public void tableViewWillDisplayCell( NSTableView tv, Object cell,
NSTableColumn col, int row) {
But it only gets called for the cells in one of my three columns (the
middle one)?
Any ideas why it is doing this?
kind regards,
Graham
_______________________________________________
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.