• 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: NSMatrix & mouseDragged?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSMatrix & mouseDragged?


  • Subject: Re: NSMatrix & mouseDragged?
  • From: Nathan Day <email@hidden>
  • Date: Sun, 30 Mar 2003 12:41:38 +0930

I think you are out of luck, looking at the GNUstep version of NSMatrix, mouseDragged: event is never given a chance to be called since mouseDown: handles all events until the mouse button is released. Of cause Apple might do it differently. You might have to override mouseDown: and then re-implement everything your self, if you intended to replace the way NSMatrix handles dragging then this will not be as painful at it sounds.

On Sunday, March 30, 2003, at 12:21 AM, petite_abeille wrote:

Hello,

Is there a simple way to get mouseDragged: events in a NSMatrix subclass (short of overwriting the entire mouseDown: method)?

Thanks.


Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: NSMatrix & mouseDragged?
      • From: petite_abeille <email@hidden>
References: 
 >NSMatrix & mouseDragged? (From: petite_abeille <email@hidden>)

  • Prev by Date: Re: Is there a ready chart plotting view?
  • Next by Date: Subclassing NSImageRep
  • Previous by thread: NSMatrix & mouseDragged?
  • Next by thread: Re: NSMatrix & mouseDragged?
  • Index(es):
    • Date
    • Thread