Re: Subclassing NSScroller

2008-04-14 Thread Jonathan Dann
On 14 Apr 2008, at 02:12, Chris Hanson wrote: On Apr 13, 2008, at 3:13 PM, [EMAIL PROTECTED] wrote: I believe this is a typo in the documentation. The method you want to override is actually spelled -drawArrow:highlightParts: In

Re: Subclassing NSScroller

2008-04-13 Thread Chris Hanson
On Apr 13, 2008, at 3:13 PM, [EMAIL PROTECTED] wrote: I believe this is a typo in the documentation. The method you want to override is actually spelled -drawArrow:highlightParts: In , Troy Stephens responds to Michael Watso

Re: Subclassing NSScroller

2008-04-13 Thread Michael Watson
You should find this thread of interest: http://www.cocoabuilder.com/archive/message/cocoa/2008/1/25/197293 -- m-s On 13 Apr, 2008, at 15:18, Jonathan Dann wrote: Hi All, I'm trying to re-create the iTunes and HUD window scrollbars for my project. I've managed to get a good looking NSScro

Re: Subclassing NSScroller

2008-04-13 Thread slasktrattenator
I believe this is a typo in the documentation. The method you want to override is actually spelled -drawArrow:highlightParts: Hope this helps. On Sun, Apr 13, 2008 at 9:18 PM, Jonathan Dann <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm trying to re-create the iTunes and HUD window scrollbars for

Subclassing NSScroller

2008-04-13 Thread Jonathan Dann
Hi All, I'm trying to re-create the iTunes and HUD window scrollbars for my project. I've managed to get a good looking NSScrollerKnob, and NSScrollerKnobSlot using bezier paths and gradients, but now I'm moving on to the arrows and the curved ends of the slot. To get the knob I've overr