Re: NSTableView with complex cells ?

2009-01-16 Thread Guillaume Laurent
On Jan 16, 2009, at 16:38 , j o a r wrote: For creating custom complex cells, see: An alternative to using cells in a table view might be to use views in a NSCollectionView:

Re: NSTableView with complex cells ?

2009-01-16 Thread j o a r
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 fo

RE: NSTableView with complex cells ?

2009-01-16 Thread Fedor Larin
Take a look at SubviewTableViewTester or SubviewTableViewRuleEditor -Original Message- @lists.apple.com] On Behalf Of Guillaume Laurent Sent: Friday, January 16, 2009 2:37 PM To: Cocoa-dev List Subject: NSTableView with complex cells ? Apparently, an NSTableView with two columns

NSTableView with complex cells ?

2009-01-16 Thread Guillaume Laurent
Hi, 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 fo