04-12-2021 02:03 PM
Hi
I am just completely stuck. I am making a calculator using case structure. I found a thread on this forum that had the solution to my issue. But I am unable to replicate it , I cannot find the settings or properties that were changed to make it work like the posted solution.
Here is the thread Link a community member named “altenbach” posted the solution and I would love to know , how I can configure the buttons as he has done in his program named RadiobuttonFive.vi that is posted in that thread.
Any help is appreciated , in advance thank you
I've attached my program.
Solved! Go to Solution.
04-12-2021 02:43 PM
04-12-2021 03:09 PM
A radiobutton control is a special container for booleans (similar to a cluster, but with built-in logic that only keeps the last selected boolean true). It accept any number and style of booleans and acts like an enum with items corresponding to the boolean labels.
Just drop more booleans or remove the ones you don't like (except the last one, see here).
04-13-2021 10:48 AM
Thank you so much for your answers ! It works and i'm really happy , again thank you both!
11-28-2023 08:59 AM
Hi,
Can you link how you did it?
11-28-2023 09:03 AM
Hi Hesse,
did you try to follow our answers?
Where are you stuck?
Which step doesn't work for you?