|
recently moved from Tk800.024 to Tk804.028 and perl 5.005 to 5.8.4
and now my code
$mw->Photo( 'logo', -file => "$BITMAP_PATH/proebsm_logo_start.gif");
$StartButton = $TitleFrame->Button( -image => 'logo',
-borderwidth => 8,
-command => \&SelectCadenceVersion );
No longer displays in color
Any ideas?
|