alexanderp98 has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to write text strings to a window I created using Win32:GUI. I have no problem printing out a text string using the AddLabel method, but when I use a second AddLabel string the text overlays the first line. Is there an easy way of outputting text to a window and not worry where the text will appear aside from the next line? I'm trying to output status messages to a main window while processing information. Disclaimer: I've searched and searched but couldn't find examples and I'm still learning perl.
  • Comment on Writing multiple text strings to a window using Win32::GUI

Replies are listed 'Best First'.
Re: Writing multiple text strings to a window using Win32::GUI
by Anonymous Monk on Aug 02, 2011 at 01:39 UTC
      Thanks. Finally got it working correctly.