Archive: Little Modern UI (1.67/latest snapshot) problem!


Little Modern UI (1.67/latest snapshot) problem!
Hi!
I'm a NSIS newbie so forgive me if this question/problem is easy to solve or stupid. But I searched this forum, docs etc. before posting the question and didn't find anything. ;)
I use the latest NSIS 2.0 snapshot (including pre-built binaries) from today (10.11.2003) ...
Everything looked fine using the "modern ui" until I added the line
"!define MUI_WELCOMEFINISHPAGE_3LINES" to my script because when using the german language module the (bold) title on the welcome page wasn't shown completely because it was covering more than 2 lines!
After adding the "3 lines switch" the welcome screen looked perfect but now the finish page looked wrong:
http://www.all-digital.de/products/m...screenshot.gif
The text there was cut off and I don't know why. I tried everything (eg. editing the ini file where the different areas are defined etc.) but I didn't find a fix until now! :(
(I don't know where the dialog resources are defined exactly and why the text control only on the finish page is to small or covered by an empty non-invisible control!?!?)
Thanks for any help or hints on how to solve this!

Cheers,
-Sören


Hm so no one has a tip/idea on what to change for the finish page to show up "correct"?! :-(

-Sören


You can always manually write the right values to the INI in the finish page's pre function. But I suggest you just wait for Joost to fix this or say what you are doing wrong in the script.


Ok seems I have to wait for a fix. ;)
Well I tried already nearly everything in regard to changing the INI... but it doesn't matter as it seems there's another control or something on top of the static (text) control and always cuts the text off at the same position no matter what I change/write in the INI.....
Thanks nonetheless! ;)

-Sören


Thanks, fixed.