LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling/disabling radio buttons

I have received help on this code and have gotten further with it, but I cannot get a couple of other things to work. The code should allow you to select either transistor or diode (radio buttons) and this enables/disables the correct cluster. However, I cannot click my second radio button (labeled diode). It is stuck on transistor, but I can still enter in data for the diode cluster. This cluster should only be available if diode is selected. In addition to this, I am trying to make it so that if a user decides to change one of the device paramenters in the array, that they do not enter data in both transistor and diode parameters (clusters). This is done by disabling the nonselected cluster until the data in the selected cluster is cleared (zeros entered). Also, the radio button of the nonselected device should be disabled at this time. My vi is attached. Thank you for your help. I look forward to getting this working.
0 Kudos
Message 1 of 3
(2,661 Views)
Duplicate post from this thread. Please keep the discussion to the original thread so that the history can be seen. You should not expect immediate answers to your questions as people here might be busy with their work (like me).

In my humble opinion, I think you need to rethink your approach. Using arrays as a user interface method is almost always a bad idea.
0 Kudos
Message 2 of 3
(2,653 Views)
I only reposted, because it was a new problem. The other problem has been fixed. My apologies, as I know not much about this stuff. What kind of approach would you recommend? If you'd like, you can post in the other posting. How do you delete a post?
0 Kudos
Message 3 of 3
(2,650 Views)