For my plugin, I have a simple UI, with a background PNG (that I prepared earlier, elsewhere), plus 6 buttons (IBKnobControl), and 6 edit boxes (ICaptionControl).
All works very well indeed.
However, my UI background PNG has a little “link” image, that should serve as a button, so that when people click it, it should open their browser with my website, the plugin page.
It looks like this, and I want an action to be triggered when that rectangle + arrow is clicked:
Now, I could do this with a button.
However, I haven’t figured out yet how to make an invisible but clickable button.
What I would like is if it could be simply this region in my background image, if it is clicked, that the action of opening my website is triggered.
Yeah well that’s no good at all, that just takes me to http://john-crosby.com, not to my own website…
Just kidding!!!
Thanks so much, this works like a charm!!!
I am forever in your debt.