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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to