NSTableView dummy question
NSTableView dummy question
- Subject: NSTableView dummy question
- From: Lloyd Dupont <email@hidden>
- Date: Wed, 7 May 2003 17:01:11 +1000
I'm doing my first attempts at using a NSTableView.
It's created in a nib file. (2 columns, with unknow identifier ..)
in awakeFromNib I also add a column to to the table with a given
identifier.
then, when my method:
- (id)tableView :(NSTableView *)tableView
objectValueForTableColumn:(NSTableColumn *)tableColumn
row:(int)row
is called, the 3rd called is never queried and the first 2 columns have
null identifiers.
could any one pinpoint me a simple NSTableView sample ?
thanks ....
_______________________________________________
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.