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 <[EMAIL PROTECTED]>
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
>
>




-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to