Re: Using an NSTableHeaderView as a Custom View

2008-04-28 Thread Corbin Dunn
On Apr 28, 2008, at 6:26 AM, Peter Zegelin wrote: I would like to use the gradiant image found in the standard NSTableHeaderView as the background image of my own view. I thought I could just create a subclass of NSTableVIew and draw my own stuff after letting the view draw itself first, ho

Using an NSTableHeaderView as a Custom View

2008-04-28 Thread Peter Zegelin
I would like to use the gradiant image found in the standard NSTableHeaderView as the background image of my own view. I thought I could just create a subclass of NSTableVIew and draw my own stuff after letting the view draw itself first, however just a NSTableHeaderView on its own crashes