1)
How do you toggle the background color of an button, currently I have something like this
@ifset:HIDEEXT=On
Set HIDEEXT=Off
@color:back = "none";
@ifset:HIDEEXT=Off
Set HIDEEXT=On
@color:back = "#FF0000";
When clicked, set button background to red, when clicked again set to back to default background.
But this does not work (it doesn't toggle).
2)
Is it possible to render an onscreen display message for preset duration, like those CRT televisions with the green overlay text. I think windows has an OSD api(?)
If it's not possible, could it be considered in the future? (It would serve as an alternative for the messagebox)