in reply to Re: Can't get progress bar or main window to update using Tkx
in thread Can't get progress bar or main window to update using Tkx

Hi,

What connects the variable $progress to $overall_progress_bar?

I don't thik "value" option does it, I think you have to use something else, maybe "variable"

Try  -variable => \$progress, instead of -value   => $progress,