For the first radio button in group, change the group property to true and tabstop to true. For the rest of the radio buttons in the group (the 2 others in your case) set both group and tabstop to false. Now create a variable for the first radio button and you will get an integer type. Also the selection should work correctly.
Main Topics
Browse All Topics





by: jimstarPosted on 2007-04-22 at 17:29:04ID: 18955585
I changed the GROUP property on all three radio buttons to true and it allowed me to select Value for the variable type... seems to be closer than I got before to creating a variable.
However, now it only lets me create a BOOL, not an int. Additionally, when I run the dialog, it doesn't properly de-select the previously selected radio button when selecting a new one, whereas when I had GROUP set to false on all three radio buttons the selection/deselection worked fine across all three buttons.