Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 22nd November 2004, 08:42   #1
ensonic
Junior Member
 
Join Date: Nov 2004
Posts: 7
MUI_PAGE_CUSTOMFUNCTION_SHOW documentation

The documentation about the
code:

MUI_PAGE_CUSTOMFUNCTION_PRE
MUI_PAGE_CUSTOMFUNCTION_SHOW
MUI_PAGE_CUSTOMFUNCTION_LEAVE


in ./Contrib/Modern%20UI/Readme.html#customFunctions

is not clear to me. Are the callbacks called for every page or is there a way to register them for specific pages?
ensonic is offline   Reply With Quote
Old 23rd November 2004, 16:50   #2
Joost Verburg
NSIS MUI Dev
 
Join Date: Nov 2001
Posts: 3,717
Like all page settings, it applies to one page. You should add the setting before a page macro.
Joost Verburg is offline   Reply With Quote
Old 23rd November 2004, 16:59   #3
Afrow UK
Moderator
 
Afrow UK's Avatar
 
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,216
E.g.
!define MUI_PAGE_CUSTOMFUNCTION_PRE "myWelcome_Pre"
!insertmacro MUI_PAGE_WELCOME

-Stu

Need an installer? http://www.afrowsoft.co.uk
Afrow UK is offline   Reply With Quote
Reply
Go Back   Winamp 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