Re: NSSlider and mouse events
Re: NSSlider and mouse events
- Subject: Re: NSSlider and mouse events
- From: Louis Sinclair <email@hidden>
- Date: Thu, 03 Mar 2005 12:14:02 -0600
Thanks for the comment. That is exactly the problem. The solution seems
to be to subclass NSSliderCell and override the
stopTracking:at:inView:mouseIsUp method. The overridden class must then be
programatically assigned to the NSSlider object.
--
Louis
At 09:41 AM 3/3/05, Robert Clair wrote:
Since NSSlider is a descendant of NSResponder, shouldn't it receive the
mouseUp notification?
In a lot of the controls the mouseDown routine polls for mouseDragged
events and the mouseUp event. It essentially takes over the event
processing until mouseUp. This makes it extremely tricky to subclass.
Bob Clair
--
Louis Sinclair
Minnetonka Audio Software, Inc.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden