Thanks! That's simple enough. Can you tell me where those methods are
documented? If there was a list of all available methods that would sure
make Win32::GUI programming easier!


--
Mark Thomas
[EMAIL PROTECTED]


> -----Original Message-----
> From: Max Kozlov [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, December 04, 1999 2:56 AM
> To: Thomas_M
> Subject: Re[2]: [perl-win32-gui] How to show a label?
> 
> 
> 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