LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Radio Buttons

Dear All, 

 

I want to change the value of a radio button. I mean to make the value of a radio buttons false, meaning the LED of radio button should be invisible. When the user clicks only, the value of a radio button should be true.

 

I have made the value of a radio buttons invisible, but still the LED is visible.

 

How can i do that in LabView? 

 

Thanks in Advance.

 

 

Regards

Malleswari

0 Kudos
Message 1 of 6
(3,424 Views)
attach your VI, Its a button u can make it true/False. If the button is ON then it differentiate with a green dot(u mentioned as LED) is visible then it is true and if the LED is not visible then the value is false. What do u mean by invisible?
Message Edited by Baji on 06-11-2009 12:22 PM
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 2 of 6
(3,421 Views)

malli wrote:

 

I mean to make the value of a radio buttons false, meaning the LED of radio button should be invisible.

 

I have made the value of a radio buttons invisible, but still the LED is visible.

 


AFAIK, Radio buttons dont have LEDs associated with them.

 

Can you post a picture of your VI here?

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 3 of 6
(3,421 Views)

Baji wrote:

What do u mean by invisible?


NOT visible or HIDDEN. Smiley Very Happy

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 4 of 6
(3,417 Views)

Is this in any way related to this question? Why not keep everything in one thread?


malli wrote:

I want to change the value of a radio button. I mean to make the value of a radio buttons false, meaning the LED of radio button should be invisible. When the user clicks only, the value of a radio button should be true.

 

I have made the value of a radio buttons invisible, but still the LED is visible.


You need to explain better. There are several radio buttons and the one from the system palette is less customizable. The one from the classic palette is a bit ugly, but much more flexible. For example you can make the false case entirely transparent.

 

Can you attach a small VI showing which radio button you are using and indicating what you mean by "LED" and what parts you want transpareent.

Message Edited by altenbach on 06-11-2009 12:37 AM
0 Kudos
Message 5 of 6
(3,401 Views)

Reading the other tread, maybe what you need is a radio button control (boolean palette, bottom right). You can fill it with a bunch of plain LEDs that have the FALSE case entirely transparent and only the TRUE case showing, for example. By the magic of the radiobutton container, only one will be TRUE (and thus visible) at any give time.

Message Edited by altenbach on 06-11-2009 12:43 AM
0 Kudos
Message 6 of 6
(3,392 Views)