Re: [perl-win32-gui-users] Win32::GUI - Grouping Radio Buttons?

2003-09-16 Thread Sean Healy
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

[perl-win32-gui-users] Win32::GUI - Grouping Radio Buttons?

2003-09-16 Thread kinggeek
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 button