Re: MouseUp in OutlineView
Re: MouseUp in OutlineView
- Subject: Re: MouseUp in OutlineView
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 3 Apr 2007 11:05:55 -0600
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/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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