Skip to main content
1-Visitor
July 11, 2017
Question

Button

  • July 11, 2017
  • 1 reply
  • 1313 views

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?

1 reply

5-Regular Member
July 12, 2017

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.