Skip navigation.
 
mlRe: MouseUp in OutlineView
FROM : Nick Zitzmann
DATE : Tue Apr 03 19:05:55 2007

On Apr 3, 2007, at 10:58 AM, Stefan Heukamp wrote:

> Is this a bug or should it work like this?


In most built-in NSView subclasses, the -mouseDown: method starts 
tracking events on its own, so -mouseUp: is never called. So it is 
not a bug.

> If it should work like this is there any other possibility to get 
> the mouseUp events?


You'd have to override -mouseDown: and rewrite most of its 
functionality yourself. Good luck.

Nick Zitzmann
<http://www.chronosnet.com/>

Related mailsAuthorDate
mlMouseUp in OutlineView Stefan Heukamp Apr 3, 18:58
mlRe: MouseUp in OutlineView Nick Zitzmann Apr 3, 19:05
mlRe: MouseUp in OutlineView glenn andreas Apr 3, 19:18
mlRe: MouseUp in OutlineView Andreas Mayer Apr 3, 19:33
mlRe: MouseUp in OutlineView Stefan Heukamp Apr 3, 20:10