Think you need a sizer to get radiobutton to show
The sequence I follow that works for me
notebook(whatever)
panel(notebook)
panel sizer
addpage(panel)
everything_else(panel)...
...
panel(notebook)
panel sizer
addpage(panel)
everything_else(panel)...
...
etc.
Jeff
On 7/29/2010 10:03
Hi
I tried to add Radio buttons the notebook example which appears in the
Padre.
but it seems that the handlers doesn't do anything ?
PSB my code
Can somebody help.
Thanks
Lioz
#!/usr/bin/perl
use strict;
use warnings;
###