Re: NSMatrix & mouseDragged?
Re: NSMatrix & mouseDragged?
- Subject: Re: NSMatrix & mouseDragged?
- From: petite_abeille <email@hidden>
- Date: Sun, 30 Mar 2003 12:18:01 +0200
On Sunday, Mar 30, 2003, at 05:11 Europe/Zurich, Nathan Day wrote:
I think you are out of luck,
Indeed.
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.
Yes... this is what I experimented: no mouseDragged: get passed along.
Which is a bummer.
Of cause Apple might do it differently.
Doesn't appear so :-( Everything appear to be handled in mouseDown:...
sigh...
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.
Yes... this is what I ended up doing... but I thought that there might
be a better way... oh, well...
Cheers,
PA.
_______________________________________________
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.