I have a simple issue.
I have a dialogex with radiobuttons.
if cnt == "FTP" then
RadioButton.SetProperties("RadioButton19", tbProperties);
RadioButton.SetChecked("RadioButton19", true);
end
I have tried both of these commands and the buttons DONOT check.
I have verified the cnt = "FTP" and it displays in a message box.
I'm obviously doing something wrong. There isn't any issues with radiobuttons in a dialogEX is there?

Reply With Quote