Re: view-based nstableview advice

2012-04-02 Thread Rick C.
It's definitely possible I'm mixing things up. :-) So to create a subclass to further customize the look of my cells beyond the basics I should be subclassing NSTableRowView correct? From what I've seen in the documentation Apple is just dragging a new view onto the table view and setting that

Re: view-based nstableview advice

2012-04-02 Thread Uli Kusterer
On 02.04.2012, at 08:58, Rick C. wrote: > Just trying to make sure I'm on the right track here...so I'm doing my first > view-based table view and I do like how I can set a lot of things up in IB > like text fields, etc. But I want to customize the rows (give them a > gradient, etc.) so am I un

view-based nstableview advice

2012-04-02 Thread Rick C.
Hi, Just trying to make sure I'm on the right track here...so I'm doing my first view-based table view and I do like how I can set a lot of things up in IB like text fields, etc. But I want to customize the rows (give them a gradient, etc.) so am I understanding correctly that I should drag ou