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

NSTableView


  • Subject: NSTableView
  • From: Chris Campbell <email@hidden>
  • Date: Wed, 14 Jul 2004 22:57:02 -0500

I want to create an NSTableView where the rows aren't selectable.

- (BOOL)tableView:(NSTableView *)aTableView
shouldSelectRow:(int)rowIndex
{
return NO;
}

But one of the columns has an NSButtonCell that I want the user to
select. Denying all row selection prevents this.

Is there another way to go about this?


thanks,
Chris Campbell
_______________________________________________
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.


  • Prev by Date: Re: Experimenting with Views (previously Noob playing with Windows)
  • Next by Date: 'does not respond to' warnings
  • Previous by thread: NSTable Examples
  • Next by thread: 'does not respond to' warnings
  • Index(es):
    • Date
    • Thread