Re: Help getting custom cell layout in NSOutlineView column

2008-06-28 Thread Sebastian Nowicki
On 28/06/2008, at 1:39 PM, Sebastian Nowicki wrote: On 28/06/2008, at 2:57 AM, Sebastian Nowicki wrote: On 28/06/2008, at 12:05 AM, j o a r wrote: This is a good piece of sample code to show how to create a complex custom cell subclass:

Re: Help getting custom cell layout in NSOutlineView column

2008-06-27 Thread j o a r
On Jun 27, 2008, at 8:55 AM, Sebastian Nowicki wrote: I've been trying to find some documentation as to how to do this, and as far as I can tell I'm supposed to subclass NSCell and somehow draw both labels. I'm completely new to creating views and such, and I'm unable to find any good

Re: Help getting custom cell layout in NSOutlineView column

2008-06-27 Thread Sebastian Nowicki
On 28/06/2008, at 12:05 AM, j o a r wrote: This is a good piece of sample code to show how to create a complex custom cell subclass: http://developer.apple.com/samplecode/PhotoSearch/ j o a r Thanks, that helped a lot. I've got a problem changing the height of the cell. Whatever

Re: Help getting custom cell layout in NSOutlineView column

2008-06-27 Thread Sebastian Nowicki
On 28/06/2008, at 2:57 AM, Sebastian Nowicki wrote: On 28/06/2008, at 12:05 AM, j o a r wrote: This is a good piece of sample code to show how to create a complex custom cell subclass: http://developer.apple.com/samplecode/PhotoSearch/ j o a r Thanks, that helped a lot. I've