I have an imageview on a form.
If left empty (no setimage) then it does not repond to mousedclicked event.
If filled with an image - it DOES respond.
If filled with image and then "written on" with canvas.drawtext then again does NOT respond.
How to make an imageview responsive to mouseclick when empty or when drawtext on it?
If left empty (no setimage) then it does not repond to mousedclicked event.
If filled with an image - it DOES respond.
If filled with image and then "written on" with canvas.drawtext then again does NOT respond.
How to make an imageview responsive to mouseclick when empty or when drawtext on it?