• 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
Detecting MouseUp in NSSplitview
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Detecting MouseUp in NSSplitview


  • Subject: Detecting MouseUp in NSSplitview
  • From: Peter Zegelin <email@hidden>
  • Date: Thu, 30 Dec 2010 16:30:27 +1100

I would like to detect when a user has finished dragging on a splitview divider but unfortunately just adding:

- (void)mouseUp:(NSEvent *)theEvent{
	[super mouseUp:theEvent];
}

to my NSSplitview subclass doesn't seem to work as it never gets called. I get the mouseDown event but not the mouseUp.

Any suggestions as to why my mouseup isn't getting called would be appreciated.

Thanks!

Peter_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please 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

  • Follow-Ups:
    • Re: Detecting MouseUp in NSSplitview
      • From: Kyle Sluder <email@hidden>
  • Prev by Date: Re: Ensuring no selection in a table view
  • Next by Date: Re: Detecting MouseUp in NSSplitview
  • Previous by thread: Re: Including Cocoa in a Carbon App
  • Next by thread: Re: Detecting MouseUp in NSSplitview
  • Index(es):
    • Date
    • Thread