How-to do not gray child controls when panel Enabled=false?
Thank you.
Gabriele.
Hi Gabriele,
This type of change can be done on a Theme level.
Currently, all “disabled” states are set to a value that is less than 1, you will need to change them to have the value “1”.
It’s relatively easy too, you can open up the Theme Builder application, then look for any disabled states, an example of how states are represented can be seen on the attached screenshot.
Then, simply replace the value you have to 1, and save the theme as a new theme in your Application’s /Themes directory.
After that, you can change the theme used in the application by adding the “theme” property in your Default.json file, it should look like this:
"url": "Default.html",
"startup": "Wisej.CustomEnabledState.Program.Main, Wisej.CustomEnabledState",
"theme": "customThemeName"
HTH,
Alaa
Please login first to submit.