in reply to Re: How to PopUp a 'Status' window in Perl/Tk
in thread How to PopUp a 'Status' window in Perl/Tk

Thanks for the suggestion... but the progress bar approach will only work if repeated actions are done within the sub{}; in my case, I only have one action (spawn) and I have to wait for it to finish, THEN I can continue on, so the progress bar isn't really suitable for what I need.

Thanks again, tho..

John

  • Comment on Re^2: How to PopUp a 'Status' window in Perl/Tk