anonym
26th November 2004 17:51 UTC
Multi-line MUI_FINISHPAGE_SHOWREADME_TEXT
How I can display more than one line for MUI_FINISHPAGE_SHOWREADME_TEXT?
I use $\r$\n for separating string:
!define MUI_FINISHPAGE_SHOWREADME_TEXT First string$\r$\nSecond string
but I see only first string
How I can display more than one line without using custom page?
Thank you
Llynix
26th November 2004 18:07 UTC
Umm.. I don't know much.. but maybe:
!define MUI_FINISHPAGE_SHOWREADME_TEXT "First string$\r$\nSecond string"
With quotes around the string?
anonym
26th November 2004 20:24 UTC
Yes, I have quotes.
bluenet
27th November 2004 14:28 UTC
Using \r\n, not $\r$\n.
anonym
28th November 2004 09:34 UTC
It not work
anonym
29th November 2004 15:19 UTC
What decision?
scrose
29th November 2004 17:24 UTC
I've also tried to do this. Neither \r\n or $\r$\n seem to work. I've even tried making the checkbox caption larger by modifying the Bottom field of the Field 5 section in the ioSpecial.ini file by using !define MUI_PAGE_CUSTOMFUNCTION_PRE, but that didn't work either.
I suspect there is something inherent about the checkbox caption control that doesn't allow multiple lines. I would suggest contacting the Modern UI author.
Afrow UK
29th November 2004 17:47 UTC
It'd be a change to the InstallOptions source rather than MUI. deguix might have already fixed this in InstallOptionsEx: http://forums.winamp.com/showthread....0&pagenumber=3 (download last attachment for latest dll)
-Stu
deguix
29th November 2004 23:44 UTC
No, both of them have the same thing. Multiline feature is not supported but the text wrapping is.
That means that if the text is long enough, it will wrap to the other lines, depending on the size of the Checkbox control. The key here is reducing the Checkbox size so the text can wrap correctly.