Re: NSTableView
Re: NSTableView
- Subject: Re: NSTableView
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 29 May 2002 11:15:43 -0700
On Wednesday, May 29, 2002, at 10:47 AM, Hasan Diwan wrote:
I don't have the code in front of me, but what you need to do is use
one of the delegation methods (the one that gets called right before
text is drawn in the cell), and check whether whatever you're going to
draw in the cell contains your criteria, and then if it does change
the font of the cell.
- (void) NSTextDidBeginEditingNotification(NSEvent *);
The question has already been answered -- use
- (void)tableView:(NSTableView *)tableView
willDisplayCell:(id)cell
forTableColumn:(NSTableColumn *)tableColumn row:(int)row
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.