• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSTableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: NSTableView (From: Hasan Diwan <email@hidden>)

  • Prev by Date: Re: NSView -subviews ordering?
  • Next by Date: Re: copyPath on different volumes with same name
  • Previous by thread: Re: NSTableView
  • Next by thread: Re: NSTableView
  • Index(es):
    • Date
    • Thread