Thread

Posted on Fri Sep 19 19:22:06 2008 by morryd
Photo
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?
Direct Responses: 8826 | Write a response
Posted on Fri Sep 19 19:38:26 2008 by morryd in response to 8825
Re: Photo
Solved my own problem. For some reason the program displayes some fefault background color (magenta) and now it no longer does when I checked my gif files there was no color so all I had to do was add a bg => 'red' where is use the logo as an image and there is color again
Write a response