gaikwadsagar has asked for the wisdom of the Perl Monks concerning the following question:

I am migrating a perl application from solaris to linux. The application is using a -fill method to assign colors to boxes. When I click the boxes in solaris the color is filled correctly,but under linux the color of the boxes does not change. Any tips here. I am going to check if the tk package is correctly installed. I am sorry if its a dumb question. I am a java programmer who has recently started programming in perl.

Replies are listed 'Best First'.
Re: fill color in perl (linux/solaris)
by erroneousBollock (Curate) on Sep 20, 2007 at 15:01 UTC
    Welcome gaikwadsagar!

    Could you post the code (as short as possible to reproduce the problem) that's misbehaving? Please remember to use the <code> and <readmore> tags.

    -David

      $MapCanvas->itemconfigure("$dieloc", -fill =>'blue' ); this particular line fills up color in solaris but whereas fails on the linux box