• 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 with complex cells ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView with complex cells ?


  • Subject: Re: NSTableView with complex cells ?
  • From: j o a r <email@hidden>
  • Date: Fri, 16 Jan 2009 07:38:46 -0800


On Jan 16, 2009, at 3:37 AM, Guillaume Laurent wrote:

I'm currently toying with the idea of writing a very basic music sequencer. The main window would, like all sequencers, display a list of music tracks (e.g. Garage Band's main window). Apparently, an NSTableView with two columns (one for the track's various parameters and the other for the track itself) could be a good start, provided I can create NSCells which are very elaborate, for instance able to display several controls, or to have a large drawing area. Is this doable, or should I write my own NSView from scratch ? (which I hope not to)


For creating custom complex cells, see:

	<http://developer.apple.com/samplecode/PhotoSearch/index.html>

An alternative to using cells in a table view might be to use views in a NSCollectionView:

<http://developer.apple.com/documentation/Cocoa/Reference/NSCollectionView_Class >

j o a r


_______________________________________________

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


  • Follow-Ups:
    • Re: NSTableView with complex cells ?
      • From: Guillaume Laurent <email@hidden>
References: 
 >NSTableView with complex cells ? (From: Guillaume Laurent <email@hidden>)

  • Prev by Date: RE: NSTableView with complex cells ?
  • Next by Date: Re: ObjC in time-critical parts of the code
  • Previous by thread: RE: NSTableView with complex cells ?
  • Next by thread: Re: NSTableView with complex cells ?
  • Index(es):
    • Date
    • Thread