I am new to Win32::GUI I have used Tk quite a bit in the past.  I think I like 
Win32::GUI better, at least for apps that don't need to be multiplatform.

I have managed to write a functioning app except for one part.
 
I have 2 sets of Radiobuttons the first has 2 buttons, the second has 3 
buttons for a total of 5.  Both groups are inside groupboxes and the 
groupboxes are one above the other in my dialogbox.
 
The problem is that only 1 of the 5 buttons can be checked.  It is like they 
are all in the same group and not 2 separate groups.
 
Any idea what I need to do to make these 2 groups independant of each other?
 
Thanks,
 
Dax

Reply via email to