Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mfarrag

    Perl Progressbar

    I am using tk::progressbar and there's no compilation errors but the color of progressbar is not changed. Here's example @colors = (0,'green'); $progress = $mw->ProgressBar( -width => 20, -length => 200, -colors => \@colors, -variable => \$progress, )->pack(); if ($x<10)...
  2. mfarrag

    Perl Progressbar

    Dear perl professionals, I have a problem in my perl code. I am trying to create progressbar which will be able to adapt its color according to specific decision i.e. if ($x<10) $progress->configure(-colors=>[10,"green"]) else $progress->configure(-colors=>[10,"red"]) assume...

Part and Inventory Search

Back
Top