Image transparency not working

I’m trying to make my image transparent and it seems like the transparent button is not working.

Am new to Dojo, any help is appreciated!

image: https://imgur.com/a/5PI9vRA

Anyone? Please :smiley:

What have you tried ?

Besides transparent button, I have added for example: ImageWell.Transparent = 1

ImageWell.Transparent determines if the CONTROL (not the image it contains) is transparent
see http://documentation.xojo.com/api/deprecated/rectcontrol.html#rectcontrol-transparent

to make the image itself transparent you could use a PNG with an alpha channel