I’ve got an AS studio app I’m working on that uses an image view. According to the documentation, NSImageView should respond to clicked events, along with most of the mouse events. But after selecting the clicked checkbox in the AS section of the inspector and pointing it at my script file, I get no reaction at all from click events.
Any idea what I’m doing wrong? My other controls (buttons) work just fine.
(Edited after posting: Sorry folks, I posted before I did a thorough search. I now find that this question has already been answered and that, in fact, NSImageView doesn’t report the events that the docs say it does. So, I’ll work around with a button over it. 'Nuff said.–NW98)