Re: [perl-win32-gui-users] Displaying multiple lines in window

2017-11-10 Thread Oshri Shomrony
Thank you both for your help, it's working now. I changed from label to Textfield and used "\r\n" instead of just "\n", and now multilines is working. However, I have encountered another issue... I am parsing a text file with mixed English and Hebrew letters. When I try to display Hebrew text in

Re: [perl-win32-gui-users] Displaying multiple lines in window

2017-11-10 Thread Aldo Calpini
On 10/11/17 07:55, Oshri Shomrony wrote: 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"