Bansaw
16th July 2010 21:33 UTC
newb - creating a custom page ...?
Between the standard pages I have put my own custom page.
Page Custom CustomPage
and created a function called CustomPage which is called.
However, how do I set up the the page title, header and display some text for example so it looks like a regular page?
I can then add some options with a .ini file I think. But, thats my next question!
redxii
17th July 2010 04:35 UTC
http://nsis.sourceforge.net/Docs/nsDialogs/Readme.html
But not mentioned in there, this changes the header text:
!insertmacro MUI_HEADER_TEXT "Header" "SubText"
Replace Header and SubText with whatever you want of course.
Wizou
17th July 2010 16:47 UTC
@Bansaw: you can be a newb, and search the info in NSIS help file, or use the search feature of this forum... before asking for help..
Read the whole chapter 4.5 of NSIS help file.