Hello Thomas_M,

Friday, December 03, 1999, you wrote:

T> When the progress bar is complete, I hide the progress
T> bar (actually moving it past the edge of the window until
T> I find a better way),

 ProgressBar->Hide()

T>  and display some information and an
T> exit button. At that point I use GUI::Dialog to wait for
T> the user interaction. Everything works except the label
T> never shows up.

T> Isn't there any way to show a label for a progress bar,
T> which (of course) doesn't block the perl program to wait
T> for user input? Or is there a better way to do what I want?

 try window->Update()

Best regards,
 Max                            mailto:[EMAIL PROTECTED]



Reply via email to