03-03-2023 05:05 PM
Hello guys,
I have 3 radio buttons.
And I want the save button to be enabled only when the 3 radio buttons have been clicked (really the 3 not the last one only).
How to do this please?
Thanks you 🙂
Solved! Go to Solution.
03-03-2023 07:40 PM - edited 03-03-2023 07:42 PM
If you wire a numeric indicator to the radio button, you will find out that no selection returns a zero value. Thus you can check if all radio buttons return the non-zero value.
Also, this is a common mistake but when using an event structure, you should create an event for the Stop button otherwise the new True value from the Stop button will not be read until an even has occured.
03-05-2023 04:15 PM
What does "clicked" mean in your universe?
Also note that in the above code, the FOR loop is vestigial and can be removed without any change in functionality.
03-06-2023 03:27 AM
Hi ZYOng,Thanks you for your answer,
And thank you also for the suggestion about the mistake, I often make this mistake.
This forum is realy great
03-06-2023 03:36 AM
Hi altenbach,
Thanks your for your answer and I will remove the for loop.
In my universe clicked mean: A selection as opposed to "no selection"
If I click an item twice in a row it Should un-click