CosmicFlux
Member
Hi,
I'm trying to give a form a transparent background with:
but it's not applying. The form still shows the default back color. I'm also using it with a SetFormStyle of Transparent, in case that has any bearing?
I managed to achieve the effect by using the Designer to set the form to transparent there and then use a panel in its place, but this seems a bit hacky...
I'm trying to give a form a transparent background with:
B4X:
MainForm.BackColor = fx.Colors.Transparent
but it's not applying. The form still shows the default back color. I'm also using it with a SetFormStyle of Transparent, in case that has any bearing?
I managed to achieve the effect by using the Designer to set the form to transparent there and then use a panel in its place, but this seems a bit hacky...
Last edited: