Replies: 3 comments
-
Added in commit: 0943f1a new window options: wo_transparentbackgroundround: to have a transparent form with all the children visible and shape rounded. wo_inalldesktops: to have the form visible on all the desktops. It works for X11 and Windows. |
Beta Was this translation helpful? Give feedback.
-
Demo of the different window options: With option wo_transparentbackground |
Beta Was this translation helpful? Give feedback.
-
Good job Fred! |
Beta Was this translation helpful? Give feedback.
-
Hello.
There is a new shape in optionswindow: wo_transparentbackground.
Setting this option allows to only see the child-components of the form, the background will be transparent.
It works for Linux and Windows.
You will need to recompile MSEide (or ideU) with the last commits of MSEgui to see that new option in the project inspector.
To enable it, just add in form.oncreate this:
There is a demo in MSEuniverse:
https://github.com/mse-org/mseuniverse/tree/main/samples/forms/transparentbackground
Here the form on the project:
And here compiled:
Fre;D
Beta Was this translation helpful? Give feedback.
All reactions