mouseUp event for NSSlider

2009-03-05 Thread Norio
Hi, Would you give me any suggestions to get the mouseUp event for NSSlider? I've tried to make subclass of NSSlider and override mouseUp: and then put a breakpoint, but the debugger didn't stop at the breakpoint. Best regards, Norio ___ Cocoa

Re: mouseUp event for NSSlider

2009-03-05 Thread Ron Fleckner
On 06/03/2009, at 8:43 AM, Norio wrote: Hi, Would you give me any suggestions to get the mouseUp event for NSSlider? I've tried to make subclass of NSSlider and override mouseUp: and then put a breakpoint, but the debugger didn't stop at the breakpoint. Best regards, Norio Hi Norio

Re: mouseUp event for NSSlider

2009-03-05 Thread Michael Ash
On Thu, Mar 5, 2009 at 4:43 PM, Norio notty@gmail.com wrote: Hi, Would you give me any suggestions to get the mouseUp event for NSSlider? I've tried to make subclass of NSSlider and override mouseUp: and then put a breakpoint, but the debugger didn't stop at the breakpoint. http

Re: mouseUp event for NSSlider

2009-03-05 Thread John C. Randolph
On Mar 5, 2009, at 1:43 PM, Norio wrote: Hi, Would you give me any suggestions to get the mouseUp event for NSSlider? I've tried to make subclass of NSSlider and override mouseUp: and then put a breakpoint, but the debugger didn't stop at the breakpoint. What's tripping you up