Re: NSTableView: data does not appear
Re: NSTableView: data does not appear
- Subject: Re: NSTableView: data does not appear
- From: Daniel Jalkut <email@hidden>
- Date: Sun, 19 Jun 2005 20:35:44 -0700
On Jun 19, 2005, at 6:17 PM, Ngak Leng Sim wrote:
-(id)tableView:(NSTableView *)tableView
objectValueForTableColumns:(NSTableColumn *)aTableColumn
row:(int)rowIndex
You've misspelled the method name. It's "Column" not "Columns."
A good way to get closer to this conclusion without posting a bunch
of irrelevant information would have been to ask yourself: "OK, my
data doesn't show up. Does the data method ever get called?"
After setting a breakpoint on your improperly spelled method name,
and seeing that it never got called, you might have figured it out on
your own or at the very least you could have asked a much shorter and
to the point question.
Daniel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden