Re: NSTableView with complex cells ?
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