|
|
#1 |
|
Junior Member
Join Date: Sep 2003
Posts: 5
|
Regression: MUI_UNPAGE_TITLE_3LINES
worked in 2.0, does not in 2.04
MUI_WELCOMEPAGE_TITLE_3LINES is still Ok. Is MUI_UNPAGE_TITLE_3LINES depricated? kind regards |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
MUI_UNPAGE_TITLE_3LINES was deprecated before 2.0 (2.0 mui readme) was released. You probably kept it in your script by mistake since the beta versions.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2003
Posts: 5
|
so what do to now?
If the application name needs MUI_WELCOMEPAGE_TITLE_3LINES it will defenitely need MUI_UNPAGE_TITLE_3LINES. any workaround? kind regards |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Apr 2004
Posts: 130
|
I'm running 2.0 but found that if you put MUI_WELCOMEPAGE_TITLE_3LINES or MUI_FINISHPAGE_TITLE_3LINES right before the MUI_UNPAGE_WELCOME or MUI_UNPAGE_FINISH it worked fine. Don't know if that's right or not but it works.
i.e. !define MUI_FINISHPAGE_TITLE_3LINES !insertmacro MUI_PAGE_FINISH !define MUI_FINISHPAGE_TITLE_3LINES !insertmacro MUI_UNPAGE_FINISH |
|
|
|
|
|
#5 | |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
scully13 has the correct solution. As specified in the Modern UI readme:
Quote:
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Sep 2003
Posts: 5
|
oops, now its working
what i looked for was !define MUI_WELCOMEPAGE_TITLE_3LINES !insertmacro MUI_UNPAGE_WELCOME Thank you very much. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|