Morthawt Posted May 7, 2011 Posted May 7, 2011 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? Free and easy Autoit scripting video tutorials (plus more videos always coming!) General video tutorials, especially correct and safe TeamSpeak permissions tutorials.
somdcomputerguy Posted May 7, 2011 Posted May 7, 2011 Maybe you can do what you want with this, GUICtrlGetState, and this, GUICtrlSetState. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
wakillon Posted May 7, 2011 Posted May 7, 2011 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 ! AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
Morthawt Posted May 7, 2011 Author Posted May 7, 2011 Use GUICtrlCreateCheckbox instead of GUICtrlCreateRadio ! 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. Free and easy Autoit scripting video tutorials (plus more videos always coming!) General video tutorials, especially correct and safe TeamSpeak permissions tutorials.
wakillon Posted May 7, 2011 Posted May 7, 2011 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 ! AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
Morthawt Posted May 7, 2011 Author Posted May 7, 2011 Ok, see GUICtrlCreateGroup function ! Thanks Free and easy Autoit scripting video tutorials (plus more videos always coming!) General video tutorials, especially correct and safe TeamSpeak permissions tutorials.
wakillon Posted May 7, 2011 Posted May 7, 2011 is an example. AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now