nsDialogs Multiline
I've searched for this, but the results I've found don't work for me.
So.. I need to do the following:
Read an INI/TXT file, and get text.
The text should be (for example):
HELLO
MY NAME IS ACE
BYE
Make a multi-line textlabel/textbox, which reads that text from an INI/TXT file. Anyone know how to do this?
---
I've tried to do this myself, but when I read the text, all I get is:
HELLO MY NAME IS ACE BYE
Thanks.