Re: mouseUp: not called in NSTableView subclass when mouseDown: is overridden
Re: mouseUp: not called in NSTableView subclass when mouseDown: is overridden
- Subject: Re: mouseUp: not called in NSTableView subclass when mouseDown: is overridden
- From: Allan Odgaard <email@hidden>
- Date: Mon, 10 May 2004 00:46:20 +0200
On 10. May 2004, at 0:29, cricket wrote:
However, if I create an NSTableView subclass, and override these same
two methods, I only get the NSLog for the mouseDown: call. Anyone know
why this is? I can't find anything in the documentation to explain
this.
Probably the superclass will setup a local event loop in mouseDown. I
think several of the view classes do this.
_______________________________________________
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.