From: Oshri S. <osh...@gm...> - 2017-11-10 06:56:05
|
Hello, I'm using perl 5.24 with win32::GUI. I would like to open a window and display on it multiple lines taken from an array. I would also like it to be scrollable in case the window is smaller than the text size. for some reason, using "\n" doesn't work in AddLabel at all - the text after the \n is not displayed. How can I display multiple lines in a window? Any help is appreciated! |