Problem with radio buttons

onikudaki

Member
Licensed User
Longtime User
Hi folks,

I'm struggling with radio buttons. I am dynamically creating a number of radio buttons on a single panel in a Customdialog2 by Andrew Graham

I can get the dialog correctly showing the radio buttons and the buttons allow correct selection of one item only.

the problem is I cant seem to get the selected item. I've tried some of the ways, such as trapping the click event etc, but am having no joy.

attached is a sample project which shows the problem. Any ideas where i'm going wrong ?

many thanks for any thoughts or ideas

Regards

Onikudaki (Steve)
 

Attachments

  • radiobtntest.zip
    7.6 KB · Views: 224

onikudaki

Member
Licensed User
Longtime User
Thanks Erel,

I'll look at changing the dialog.

Interestingly I am getting an event raised correctly, but am not able to resolve the sender back to the correct RadioButton.

I suppose it might be possible to loop through the views and look at the checked state of each of the radio button.

regards

Onikudaki (Steve)
 
Upvote 0
Top