Re: How can i get mouse events on image view?
Re: How can i get mouse events on image view?
- Subject: Re: How can i get mouse events on image view?
- From: Scott Anguish <email@hidden>
- Date: Fri, 16 Jan 2004 02:14:07 -0500
On Jan 16, 2004, at 1:14 AM, ayyapu wrote:
Hi
How can i get mouse events on image view?
By setting setNextResponder: is not working for me. is there anything
else required to get these events on imageview?
what type of events? mouse down? You'd need to subclass NSImageView
and implement the appropriate methods..
or do you mean just getting that it has been clicked??
_______________________________________________
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.