Hi all, I have the following problem. I want that when I select a button, the other button is not activated, but when I select the other butten, the current button is no longer selected.
Now it is so that when I select the first button, the second button is automatically selected, so at the same time (See image). But I don't want that. It should always go back and forth, depending on which button I select.
I did it with these formulas: (I used the same formula in both buttons)
OnSelect -> UpdateContext({pressedButton:!pressedButton})
PressedColor -> If(pressedButton=true; RGBA(65; 100; 110; 1); White)
PressedFill -> If(pressedButton=true; White; RGBA(65; 100; 110; 1))
I thank you already for your help

Report
All responses (
Answers (