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 trippi

Re: mouseUp event for NSSlider

2009-03-05 Thread Michael Ash
On Thu, Mar 5, 2009 at 4: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 bre

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

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