Several Button
-
I've being trying to do this:
I have several button in my project what I want to do is when pressing one button which ever other active button get deactivated.
for example
button1 = on
button2=off
button3=offwhen I press button2 on button1 gets off.
-
@Jay Set the radiogroup number of all buttons to the same number (for example 1). All of the buttons will be syncronized and there will be only one button on, while others will be off.
-
@orange thanks man, that works