ElvenProgrammer
16th September 2005 13:43 UTC
Out of space
When using other translations the text goes out of boundaries, is there a way to increse the dedicated space? NOTE: this doesn't happen when using english.
http://img250.imageshack.us/img250/3...reen8ws.th.png
Sorry for the glitch in the screenshot.
kichik
16th September 2005 13:48 UTC
Use MUI_WELCOMEPAGE_TITLE_3LINES.
ElvenProgrammer
16th September 2005 15:04 UTC
Yeah that was it, thank you a lot for the help.
ElvenProgrammer
16th September 2005 15:28 UTC
Hmm I don't want to be boring, but now it happens the same in the last page of the uninstaller, and this also shows the default left banner, how to change those?
kichik
16th September 2005 15:36 UTC
Use MUI_FINISHPAGE_TITLE_3LINES. It's all in the MUI readme.
ElvenProgrammer
16th September 2005 15:39 UTC
ok i used !define MUI_UNWELCOMEFINISHPAGE_BITMAP "setup_welcome.bmp" to display the image, but had to use !define MUI_FINISHPAGE_TITLE_3LINES to display the proper text in the uninstaller, it seems MUI_UNFINISHPAGE_TITLE_3LINES was not defined
[EDIT]
oops too late
[/EDIT]