Jump to content

Radio buttons, different sets of them with different toggle status' ?


Recommended Posts

Every time I add a radio onto a GUI, when one is activated, all the remaining radios deactivate. Is it possible to have sets of them? Like multiple choice.

******************Yes No**

Do you want this (*) ( )

Do you want this ( ) (*)

etc?

Link to comment
Share on other sites

Every time I add a radio onto a GUI, when one is activated, all the remaining radios deactivate. Is it possible to have sets of them? Like multiple choice.

******************Yes No**

Do you want this (*) ( )

Do you want this ( ) (*)

etc?

Use GUICtrlCreateCheckbox instead of GUICtrlCreateRadio ! Posted Image

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

Use GUICtrlCreateCheckbox instead of GUICtrlCreateRadio ! Posted Image

If I use check boxes someone can answer yes and no at the same time. The point of a radio button is that it is a choice between things. The only problem is I need multiple questions that require a simple radio button response that can not be answered bothways.
Link to comment
Share on other sites

If I use check boxes someone can answer yes and no at the same time. The point of a radio button is that it is a choice between things. The only problem is I need multiple questions that require a simple radio button response that can not be answered bothways.

Ok, see GUICtrlCreateGroup function ! Posted Image

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...