Konrad
8th September 2003, 15:43
I experienced some problems with the latest CVS version of NSIS.
In the MUI:
LicenseLangString: Please add remark at the MUI_PAGE_LICENSE documentation!
Please also add a sample for multiple parameters with LanguageStrings. Add an remark in the Syntax section of the documentation. I don't know how to get MUI_LICENSEPAGE_TEXT with two
LanguageStrings to work. What about language strings in other strings? I cannot find a topic in the documentation regarding this feature.
Please extend the multilanguage sample. It only shows very few features of multilanguage setups!
During the compilation I get the following warnings:
GERMAN language file version doesn't match. Using default English texts for missing strings. (macro:MUI_LANGUAGEFILE_BEGIN:11)
FRENCH language file version doesn't match. Using default English texts for missing strings. (macro:MUI_LANGUAGEFILE_BEGIN:11)
label "mui.langdll_done" not used
LangString "MUI_BUTTONTEXT_FINISH" is not set in language table of language 1036
LangString "MUI_BUTTONTEXT_FINISH" is not set in language table of language 1031
Are the language files still not complete for beta4?
In the NSIS documentation:
5.2.3 ${__DATE__}
Date date according to the current locale.
Date is twice. Please fix that.
Another thing I experienced is that the general description at the components page ("Hover you mouse over a component...") is grey (disabled). It become black (enabled) as soon as you position the mouse above one component. Makes no sense to me to make a label control disabled, if the text is applicable (and important).
Another last question:
How can I set/change the dialog title after the ":" in the MUI. The Welcome and the startmenu dialog has no title after the ":". Please fix that!
Thanks in advance for an answer.
Regards Konrad
In the MUI:
LicenseLangString: Please add remark at the MUI_PAGE_LICENSE documentation!
Please also add a sample for multiple parameters with LanguageStrings. Add an remark in the Syntax section of the documentation. I don't know how to get MUI_LICENSEPAGE_TEXT with two
LanguageStrings to work. What about language strings in other strings? I cannot find a topic in the documentation regarding this feature.
Please extend the multilanguage sample. It only shows very few features of multilanguage setups!
During the compilation I get the following warnings:
GERMAN language file version doesn't match. Using default English texts for missing strings. (macro:MUI_LANGUAGEFILE_BEGIN:11)
FRENCH language file version doesn't match. Using default English texts for missing strings. (macro:MUI_LANGUAGEFILE_BEGIN:11)
label "mui.langdll_done" not used
LangString "MUI_BUTTONTEXT_FINISH" is not set in language table of language 1036
LangString "MUI_BUTTONTEXT_FINISH" is not set in language table of language 1031
Are the language files still not complete for beta4?
In the NSIS documentation:
5.2.3 ${__DATE__}
Date date according to the current locale.
Date is twice. Please fix that.
Another thing I experienced is that the general description at the components page ("Hover you mouse over a component...") is grey (disabled). It become black (enabled) as soon as you position the mouse above one component. Makes no sense to me to make a label control disabled, if the text is applicable (and important).
Another last question:
How can I set/change the dialog title after the ":" in the MUI. The Welcome and the startmenu dialog has no title after the ":". Please fix that!
Thanks in advance for an answer.
Regards Konrad