I have a UI application for which I would like to have a transparent background so that the UI labels, buttons, etc. would appear to float over the desktop background.
I have tried:
or
but while the background has no color, it is not transparent and the desktop under the UI is hidden.
Thanks in anticipation of some suggestions, if in fact this is possible.
I have tried:
B4X:
MainForm.RootPane.Style = "-fx-background-color: rgba(0, 0, 0, 0);"
B4X:
MainForm.RootPane.Style = "-fx-background-color: transparent;"
Thanks in anticipation of some suggestions, if in fact this is possible.