Re: Subclass NSScroller prevents overlay scroller style
Re: Subclass NSScroller prevents overlay scroller style
- Subject: Re: Subclass NSScroller prevents overlay scroller style
- From: Lee Ann Rucker <email@hidden>
- Date: Wed, 18 Sep 2013 11:33:40 -0700 (PDT)
- Thread-topic: Subclass NSScroller prevents overlay scroller style
isCompatibleWithOverlayScrollers
Returns a Boolean value that indicates whether the class is compatible with overlay scroller style and behavior.
+ (BOOL)isCompatibleWithOverlayScrollers
----- Original Message -----
From: "Steve Mills" <email@hidden>
To: "Cocoa dev" <email@hidden>
Sent: Wednesday, September 18, 2013 11:01:25 AM
Subject: Subclass NSScroller prevents overlay scroller style
We needed to subclass NSScroller for just the horizontal scroller in one scroll view (there was a weird bug where the default scroller had a dead zone on the left end). Doing so prevents BOTH scrollers from using the overlay style. Why? We only override mouseDown so we can work around this bug and handle page decrement tracking ourself. Any way to override something else so it thinks we can use overlay style?
--
Steve Mills
office: 952-818-3871
home: 952-401-6255
cell: 612-803-6157
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden