RE: Newbie: TableView question
RE: Newbie: TableView question
- Subject: RE: Newbie: TableView question
- From: "Jonathan E. Jackel" <email@hidden>
- Date: Tue, 29 Apr 2003 15:32:55 -0400
>
After debugging the code, I've found that the control is
>
NOT coming
>
inside the Data Source method objectValueForTableColumn() (although the
>
control is coming inside another Data Source method
>
numberOfRowsInTableView()
>
).
Perhaps you were simply abbreviating, but the signature for the first method
is
- (id)tableView:(NSTableView *)aTableView
objectValueForTableColumn:(NSTableColumn *)aTableColumn
row:(int)rowIndex
Make sure you are implementing the right method!
Jonathan
_______________________________________________
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.