04-14-2016 06:09 AM
I have one application in which total 3 inputs is provided by user. namely ok, fault and route. At a time only one option needs to be enable and once user selects other option than other 2 option needs to be disabled automatically.
I tried and reached to some extent. I guess there is another better way to do this. attached vi. Also in attached vi sometime 2 options gets selects. How to make it one at a time.
Thanks
04-14-2016 06:18 AM - edited 04-14-2016 06:18 AM
Or you could just use a Radio Button...
04-14-2016 06:21 AM - edited 04-14-2016 06:22 AM
This is just for demo. Actually in real placce for each option I need to select different file and read different things. This was only for demontration.
Thanks
04-14-2016 06:35 AM
I guess doing this by radio is better way
04-14-2016 08:34 AM
I recommend that you read your own signature.
Bob Schor
04-14-2016 11:00 AM - edited 04-14-2016 11:02 AM
Note that the radiobutton control is just a special container for booleans. You can even use your original buttons.
(Just drop your buttons in the desired order and remove the original radio elements. This would be easier if we could have an empty radiobutton control at edit time, see this idea, but not that many seem to agree :(. Please vote for it! :D)