Re: NSTextView and mouseup
Re: NSTextView and mouseup
- Subject: Re: NSTextView and mouseup
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 3 Feb 2007 14:42:17 -0700
On Feb 3, 2007, at 5:04 AM, Wolfgang Reminder wrote:
how i can get a mouseup event in a nstextview
You can't in most of the built-in views, because they do their own
event tracking inside their -mouseDown: methods. So you'd basically
have to override the -mouseDown: method and make it do as much of the
built-in functionality as possible. 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