[SOLVED] Inactive Window Apparence

Answered
0
0

Hi,

Actually I’m working with themes in my application.

Normally when open a showdialog window the background windows are inactive and they are showed with opacity.

I need, if possible, to view the inactive windows whithout opacity style.

I don’t know if is possible to do this setting in the properties of theme.
Thanks in advance

  • You must to post comments
Best Answer
0
0

Hi Angelo,

when I understand you correct the modalMask attribute in the theme is that what you’re looking for.

Changing it this way and the forms behind the modal are still visible.

Snippet

"modalMask": "rgba(255,255,255,0)",

Best,
Jens

  • You must to post comments
0
0

Hi Jens

Exactly what I needed
Thank you

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.