Old 1st February 2005, 16:22   #1
dani254
Junior Member
 
dani254's Avatar
 
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
dani254 is offline   Reply With Quote
Old 1st February 2005, 16:59   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
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
kichik is offline   Reply With Quote
Old 3rd February 2005, 12:32   #3
dani254
Junior Member
 
dani254's Avatar
 
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
dani254 is offline   Reply With Quote
Old 3rd February 2005, 14:52   #4
scully13
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
scully13 is offline   Reply With Quote
Old 3rd February 2005, 18:02   #5
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
scully13 has the correct solution. As specified in the Modern UI readme:
Quote:
Note: There is no difference between installer and uninstaller page settings.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 3rd February 2005, 18:28   #6
dani254
Junior Member
 
dani254's Avatar
 
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.
dani254 is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump