Hi y'all,
I need some help with my radio buttons on a Custom Page.
I found a thread here, concerning radio buttons and packages. Everythings works like a charm, BUT no radio button ist checked by default.
Okay, right, I could just do it with the default Radio buttons Page, but I really don't like the look, so I decided to add a Custom Page and design it by my own.
I just copied the code from the example and added it to my new Custom Page On Next actions.
Here's the code:
What could I do, to have a radio button checked by default, when the screen appears? All of them are unchecked and I don't find any option, where I could change it.
So, as you can see, I really need your help
Helping answers are very much appreciated!
-Bobby
I need some help with my radio buttons on a Custom Page.
I found a thread here, concerning radio buttons and packages. Everythings works like a charm, BUT no radio button ist checked by default.
Okay, right, I could just do it with the default Radio buttons Page, but I really don't like the look, so I decided to add a Custom Page and design it by my own.
I just copied the code from the example and added it to my new Custom Page On Next actions.
Here's the code:
Code:
SetupData.SetPackageProperties("complete", {Install = DlgRadioButton.GetProperties(CTRL_RADIO_BUTTON_01).Checked}); SetupData.SetPackageProperties("iDesktop", {Install = DlgRadioButton.GetProperties(CTRL_RADIO_BUTTON_02).Checked}); SetupData.SetPackageProperties("jScripts", {Install = DlgRadioButton.GetProperties(CTRL_RADIO_BUTTON_03).Checked}); Screen.Next();
So, as you can see, I really need your help

Helping answers are very much appreciated!
-Bobby
Comment