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.