• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSTextView and mouseup
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSTextView and mouseup (From: Wolfgang Reminder <email@hidden>)

  • Prev by Date: Re: filterPredicate and bindings
  • Next by Date: Re: Binding NSTextField to an Unsigned int
  • Previous by thread: NSTextView and mouseup
  • Next by thread: NSArrayController and variable number of NSTextFields
  • Index(es):
    • Date
    • Thread