Hello,
on losing focus, I’d like to gray out a window completly.
Currently, only the frame is being grayed out, other elements keep their colors.
Do I have to adapt the theme or is this in code?
Cheers, Gerhard
Hi
You can Set Opacity prop to a value lower than 1 or also just set Enabled = false, sets the opacity to 0.8
or the opacity or the blur filter in css either in the theme or the cssstyle property.
This settings looks like this
And your modified sample
HTH
The button in the inactive window shouild be grayed out as well. Please see attachted screenshot.
Hi
Could you please attach a small runnable sample to better understand of your goal ?
Thanks
Please login first to submit.