Skip navigation.
 
mlNSTableView identify problem
FROM : Volker Bublitz
DATE : Fri Jan 10 20:15:28 2003

hi,

i'm using one class as a data source for four NSTableViews ... i set
the NSTableColumn of the header to a different name and identifier.
when the method

- (id)tableView:(NSTableView *)aTableView
objectValueForTableColumn:(NSTableColumn *)aTableColumn row:(int)row;

is triggered i need to know which NSTableView aTableView really is..
how can i access information about the title or another identifier for
NSTableViews?

i know i can get the NSTableHeaderView - but how can i get the header
NSTableColumn to check its identifier? or is there another way?

thanks,
volker
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
No related mails found.