Jump to content

Recommended Posts

Posted

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.18.0 X86 - SciTE 4.4.6.0WIN 11 24H2 X64 - Other Examples Scripts

Posted

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.
Posted

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.18.0 X86 - SciTE 4.4.6.0WIN 11 24H2 X64 - Other Examples Scripts

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
×
×
  • Create New...