Archive: nsDialogs Multiline


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.


Nevermind, figured out with the help of ResHack..


nsDialogs::CreateControl /NOUNLOAD EDIT "${WS_VISIBLE}|${WS_CHILD}|${WS_TABSTOP}|${WS_VSCROLL}|${ES_MULTILINE}|${ES_LEFT}"

"" 120u 32u -130u -32u "nsDialogs is the next generation of user interfaces in NSIS."
Pop $1