Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Cahnge Headtitle in a MUI custompage? (http://forums.winamp.com/showthread.php?t=273902)

aemik 5th July 2007 09:13

Cahnge Headtitle in a MUI custompage?
 
Hello,

How can I change the Headtitle and Subheadtitle in a MUI custompage?

Help please
Aemik

Afrow UK 5th July 2007 09:16

!define MUI_PAGE_HEADER_TEXT ...
!define MUI_PAGE_HEADER_SUBTEXT ...

Stu

aemik 5th July 2007 09:40

!insertmacro MUI_PAGE_INSTFILES
!define MUI_PAGE_HEADER_TEXT "TEST1"
!define MUI_PAGE_HEADER_SUBTEXT "TEST2"
Page custom Softwarepage
!insertmacro MUI_PAGE_FINISH


Ive treid this but no effect

Red Wine 5th July 2007 11:24

We're talking about a custom MUI page, right?

Did you try this:
code:
!insertmacro MUI_HEADER_TEXT "$(TEXT_IO_TITLE)" "$(TEXT_IO_SUBTITLE)"

It is discussed on MUI documentation

http://nsis.sourceforge.net/Docs/Mod...UI/Readme.html

aemik 5th July 2007 12:25

Yes Ive tried this. But I dont know how and where to use...


Edit: okay I have it. thanks


All times are GMT. The time now is 04:32.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.