> Eric C. Hansen [mailto:[EMAIL PROTECTED]] replied:
> > you need GUI::Dialog() to activate the EVENT LOGIC;
> 
> Thanks, and I've tried that, but it stops and waits for
> an event. I need something that will let me continue
> processing. 

  You can use a Timer to do a 'one-time' call a subroutine which will  
  continue on with the processing.

> In my actual program I have a progress bar in the window
> which displays just fine. It redraws every time the bar
> value is incremented. The label that doesn't show up is a
> "Please wait..." label above the progress bar.
> 
> When the progress bar is complete, I hide the progress
> bar (actually moving it past the edge of the window until
> I find a better way), and display some information and an
> exit button.

  Try the Hide() method.


Reply via email to