Jump to content

How to select multiple radio buttons?


Recommended Posts

I'm building a GUI and want to use the radio buttons found under the booleans section in LabVIEW.

The behavior I'm seeing at moments is that I will only be able to select one radio button at a time. I would like to have the ability to select multiple buttons if I need to.

LV gurus, any pointers as to how to accomplish that?

In advance, thank you.

Cheers,

edp

Link to comment

The behavior I'm seeing at moments is that I will only be able to select one radio button at a time. I would like to have the ability to select multiple buttons if I need to.

As far as I know, the behavior that you're seeing is what defines a radio button.

Link to comment

As far as I know, the behavior that you're seeing is what defines a radio button.

Hi.

In the GUI I'm building I'd like to present the user with options they can select.

Sounds like the radio button won't work.

May be going with a checkbox is another option. Any pointers as to how to create a check box? I would think they could be found under the boolean section, but don't see them.

Thanks for the quick reply.

Eddie

Link to comment

Hi.

In the GUI I'm building I'd like to present the user with options they can select.

Sounds like the radio button won't work.

May be going with a checkbox is another option. Any pointers as to how to create a check box? I would think they could be found under the boolean section, but don't see them.

Thanks for the quick reply.

Eddie

They are under "System"

post-10515-124811685798_thumb.png

  • Like 1
Link to comment

Right - sounds like what you want is just a group of Booleans?

If you use the radio button from the system palette, you get just that. It is a simple Boolean that looks like a radio button. You can define the logic yourself and make them work however you want them to.

EDIT: I guess this is my first lesson in using the new Click to reply directly to this post feature of the RSS feeds. My feeds hadn't updated yet so I had not read all the replies before I posted. I'll have to watch for that :oops:

Link to comment

If you use the radio button from the system palette, you get just that. It is a simple Boolean that looks like a radio button. You can define the logic yourself and make them work however you want them to.

Yes, you can do that but it's not a good idea to break user expectations of what a radio button represents. Checkboxes would be better in this case.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.