Archive: Missing Text


Missing Text
Hi!

I creating right now a Installer with NSIS 2.05.
I just noticed something confusing in the directory page.

I inserted the page first with

Page directory "" colorDir ""


what is interesting is the Label on the GroupBox
http://www.geocities.com/laguna2x/page.jpg

I tried it then with
        !insertmacro MUI_PAGE_DIRECTORY

but also got the same result.

But I managed to get it with
        !define MUI_DIRECTORYPAGE_TEXT_DESTINATION "Ziel"


But this solution only works with the 2nd way inserting pages.
http://www.geocities.com/laguna2x/macro.jpg

Can the Developers please check this.

Thanks!
OpaOpa

When using the MUI you must always use the second method, the MUI macros.

To figure out why the group box text is empty without the explicit definition of MUI_DIRECTORYPAGE_TEXT_DESTINATION, an example script is needed.