P
Prathap
Hi All:
I'm trying to configure background and foreground color for a frame
and I get error
"unknown option -background"
$l1Sub1 = $mw->new_ttk__frame(-padding => "2 2 2 2");
$l1Sub1->configure(-height => 600, -width => 200);
$l1Sub1->configure(-background => "#F9B7FF");
This code fails to work.
I'm using active perl 5.10.
Please help me if I'm missing anything.
Regards,
Prathap
I'm trying to configure background and foreground color for a frame
and I get error
"unknown option -background"
$l1Sub1 = $mw->new_ttk__frame(-padding => "2 2 2 2");
$l1Sub1->configure(-height => 600, -width => 200);
$l1Sub1->configure(-background => "#F9B7FF");
This code fails to work.
I'm using active perl 5.10.
Please help me if I'm missing anything.
Regards,
Prathap