Hello,
You could try using a Win32::GUI::Textfield with multiline,
autovscroll and readonly enabled. Set it to the right size with width
and height, and update the text with Append() ($tf->Append('foo') )...
Charles Alderman
----- Original Message -----
From: Jacques Choquette <jac...@vi...>
Sent: Wed, 02 Apr 2008 19:04:44 -0400
Re: [perl-win32-gui-users] Need to post progress
> Hi,
>
> I need to post the progress of my script in some kind of text box, a
> little bit like a listbox but the user cannot select anything. All I
> want is to show the user what is happening like:
> Processing file ?
> Finding errors at line xxx
> Finding bad characters at line xxx
> Finished processing file ?
> Opening new file ?
>
> And so on
>
> The text should scroll automatically and always show the last thing
> written to it.
> Is there such a widget in Win32:GUI?
>
> Thank you so much to reply.
>
> Have a great day!
>
> Jacques
>
> No virus found in this outgoing message.
> Checked by AVG.
> Version: 7.5.519 / Virus Database: 269.22.5/1356 - Release Date:
> 4/2/2008 16:14
>
>
|