Grey Out Window Completly

Answered
0
0

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

 

 

 

  • You must to post comments
Best Answer
0
0

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

  • Gerhard Hofmann
    Many thanks for you looking into this, Unfortuntely, this is not my sample. Cheers, Gerhard .
  • Paul
    • Paul
    • Mar 15, 2022 - 2:51 pm
    Sorry for the mistake. Its updated the sample – Cheers, Paul
  • Gerhard Hofmann
    Thank you Paul, much appreciated. Cheers, Gerhard
  • You must to post comments
0
0

The button in the inactive window shouild be grayed out as well. Please see attachted screenshot.

  • You must to post comments
0
0

Hi

Could you please attach a small runnable sample to better understand of your goal ?
Thanks

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.