Re: Object from TableView cell
Re: Object from TableView cell
- Subject: Re: Object from TableView cell
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 14 Jun 2002 10:52:49 -0700
On Friday, June 14, 2002, at 10:22 AM, Carlos A. Weber wrote:
I think the original poster is wanting a _different_ popup menu for
each cell in his column in the table view. Maybe the delegate method
below is the way to go???
If that's the requirement, then:
- (void)tableView:(NSTableView *)aTableView willDisplayCell:(id)aCell
forTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex
Yes, that would be the first thing I looked at...
mmalc
_______________________________________________
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.