Transparent is not

Does Xojo on Windows properly do transparency?

I have a canvas on top of a rectangle. The canvas is marked transparent, but it appears.

Transparency on Windows is calculated, not automatic. Your control parenting must be correct in order for it to function.

In practice, overlapping controls is the wrong way to build things and you will have significantly better results by drawing multiple objects on one Canvas.

5 Likes