WebButton custom styled, when disabled, appearance is not different

Go day to all,

this is for Web 1.0. For the WebButtons I crafted a WebStyle to match the company standard. Works very well but . . . when a button is disabled, it is not greyed out. How can I achieve this since WebStyles do not offer a way to set the Disabled appearance, unless I missed something.

Thanks

The IDE shows a difference between Enabled or not, but not the app when running.

The IDE is designed to use the Style and make it lighter to represent the disabled status but running the code the Style overrides the disabled style.

You will need to create a Disabled Style and change the Style when you Enable/Disable the button.