• 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: Substitute a check box or a popup for a field editor in a tableview
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Substitute a check box or a popup for a field editor in a tableview


  • Subject: Re: Substitute a check box or a popup for a field editor in a tableview
  • From: "Kyle Sluder" <email@hidden>
  • Date: Sat, 19 Jan 2008 12:51:52 -0500

On Jan 19, 2008 12:46 PM, comcast <email@hidden> wrote:
> Great, It would be better to have the appropriate cell type show directly in
> my table.  I made -tableView:dataCellForTableColumn:row in my table's
> delegate, but it is not called.  I am not finding a lot of documentation or
> examples on this. Any suggestions.

Be aware that this is a Leopard-only delegate method; Tiger and below
simply won't call it.  The more portable option is to subclass
NSTableColumn and override -dataCellForRow:.

> Given I can get it called can this be done selectively for given rows or
> columns and use tableView:tableView objectValueForTableColumn:row for those
> that are text.

Just return an NSTextFieldCell for those cells whose data demands a text cell.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Substitute a check box or a popup for as a field editor in a tableview (From: comcast <email@hidden>)
 >Re: Substitute a check box or a popup for as a field editor in a tableview (From: "Kyle Sluder" <email@hidden>)
 >Re: Substitute a check box or a popup for a field editor in a tableview (From: comcast <email@hidden>)

  • Prev by Date: Re: Mounting disk images
  • Next by Date: identifying the main app controller
  • Previous by thread: Re: Substitute a check box or a popup for a field editor in a tableview
  • Next by thread: How do I add a framework to XCode?
  • Index(es):
    • Date
    • Thread