Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello, i have a question about my mashup. I have a button which changes color when i klick it(from green to red). I get value (throw WIFI value on property changes(it depends from arduino)), this value is 1 or 0. I want to do like if value comes 0 button would not klicked, if i have value 1 button will clicked. How can I do it?
Egor, Button widget has a boolean type property called Disabled have you tried enabling it? This will disable the button and user will not be able to click
You can set it based on the state or value to enable to disable it.