Rob et al,

Thanks very much! I was able to proceed with my coding with your
example and instructions. 

-Kevin

On Wed, May 31, 2006 at 08:16:00PM +0100, Robert May ([EMAIL PROTECTED]) wrote:
> Kevin L. Gross wrote:
> >First off, it is painfully slow. Takes a couple of minutes for
> >a small file (2K) to display, one line at a time. This can't be
> >normal for Perl on Windows can it?
> 
> That's down to you sleep()ing for 1 second for every line of your file - 
> that's bound to be slow!
> 
> >Second, no scroll box, even tho the -multiline and -autovscroll
> >parameters are set to 1.
> 
> You need -vscroll
> 
> >Third, the GUI app disappears completely after the last line is
> >printed. How do you keep the window (and/or DOS command window)
> >up and displayed?
> 
> Win32::GUI::Dialog()
> 
> 
> >Isn't there a better way to flow text into a scroll-bar field or
> >window or dialog or something?
> 
> Try this.
> 
> Regards,
> Rob.
> -- 
> Robert May
> Win32::GUI, a perl extension for native Win32 applications
> http://perl-win32-gui.sourceforge.net/

Reply via email to