Image View does not respond to a click!

Hi

I dragged and dropped an Image on the main window of my appliction and selected the “clicked” action of Image Viewer.I wrote something a simple as

on clicked theObject
display dialog “Yes!”
end clicked

However when i run the app clicking on the image does not trigger the event.Can somebody please tell me how to make an Image View respond to clicks?

Thanks for any help…

I am having the exact same issue, any guidance?

This has been covered in this and other threads before… and to make a long story short, it doesn’t work. The best workaround is to add a square, transparent button that floats over the image view that can invisibly handle all of the events for the image view.

j