Real Perl has asked for the wisdom of the Perl Monks concerning the following question:
Dear Monks,
How would you make a progress bar in Tk start immediatly without being invoked from a button for example? Normally, some button is on a window and the progress bar belongs to the same window. In my case, I first call another window (using the -command => sub{}) and then want to invoke the progress bar on that new window, but there is no more button to do that with.
Thanks Monks,
Claire
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: start progress bar on its own
by PodMaster (Abbot) on Apr 11, 2005 at 07:08 UTC |