petecm99 has asked for the wisdom of the Perl Monks concerning the following question:
Thanks for your wisdom...my $RB_Prod = $W1->AddRadioButton( -text => "Production", -name => "RB_PROD", -pos => [ 100, 10 + 30*($PgmCtr-1)], -width => 90, -height => 20, -foreground => 0xFFFFFF, -background => 0xFF7F7F, ); my $RB_Test = $W1->AddRadioButton( -text => "Test", -name => "RB_TEST", -pos => [ 200, 10 + 30*($PgmCtr-1)], -width => 60, -height => 20, -foreground => 0xFFFFFF, -background => 0xFF7F7F, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::GUI RadioButton
by BrowserUk (Patriarch) on Jan 25, 2011 at 21:06 UTC | |
|
Re: Win32::GUI RadioButton
by kejohm (Hermit) on Jan 26, 2011 at 00:12 UTC | |
by petecm99 (Pilgrim) on Jan 26, 2011 at 12:51 UTC | |
|
Re: Win32::GUI RadioButton
by Anonymous Monk on Jan 25, 2011 at 21:19 UTC | |
by BrowserUk (Patriarch) on Jan 25, 2011 at 21:26 UTC |