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:39:13 -0700
And by the way - this is one instance in which using copy/paste in programming leads to fewer, not more bugs!
I often implement data sources by copying the entire set of data source prototypes from the header file and pasting them into my source file. Then I comment out the ones I'm not implementing right now in case I decide very shortly that I want to implement others as well. This strategy also sets you up to be able to easily insert temporary NSLog calls in methods in order to debug any problems you are having.
Daniel On Jun 19, 2005, at 6:17 PM, Ngak Leng Sim wrote: -(id)tableView:(NSTableView *)tableView objectValueForTableColumns:(NSTableColumn *)aTableColumn row:(int)rowIndex
|
_______________________________________________
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