• 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
Tooltips in NSTableView
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tooltips in NSTableView


  • Subject: Tooltips in NSTableView
  • From: "G. 'Andrew' Tapolow" <email@hidden>
  • Date: Mon, 28 Jan 2002 20:34:43 -0800

Hello,

I'm trying to place tool tips on items inside one column for an NSTableView.

My delegate has messages for:
tableView: willDisplayCell: forTableColumn: row:
tableView:objectValueForTableColumn:row:

Since the first got me a cell, I tried :

if ([[tableColumn identifier] isEqualToString:@"Name"]){
NSString* theToolTip = [NSString stringWithFormat:@"Name column, row=%i", row];
[[cell controlView] setToolTip:theToolTip];

This doesn't seem to work

I've searched through the archives and have found nothing that gives information on this.

Can anyone give any pointers this way?

Thanks
-Greg

--


  • Follow-Ups:
    • Re: Tooltips in NSTableView
      • From: Ondra Cada <email@hidden>
  • Prev by Date: Re: frozen window
  • Next by Date: Re: Visible at launch time?
  • Previous by thread: Re: frozen window
  • Next by thread: Re: Tooltips in NSTableView
  • Index(es):
    • Date
    • Thread