DragonSoull
28th April 2003 20:24 UTC
CustomGuiInit
ive added a CustomGuiInit but it gives me the error below i've added:
!define MUI_CUSTOMFUNCTION_ONGUIINIT CustomGuiInit
and tried to put the Function every were but it still gives me the error :(
1 warning:
install function "CustomGuiInit" not referenced - zeroing code (66-69) out
Joel
28th April 2003 20:31 UTC
Shouldn't be:
!define MUI_CUSTOMFUNCTION_GUIINIT "TheFunction"
DragonSoull
28th April 2003 20:35 UTC
did the trick thanks :) the docs sayed:
!define MUI_CUSTOMFUNCTION_ONGUIINIT myGuiInit
better update to the latest CVS build :)
Joel
28th April 2003 20:40 UTC
oh!, this:
From the Modern UI Readme:
Example:
!define MUI_CUSTOMFUNCTION_ONGUIINIT myGuiInit
Function myGUIInit
...your own code...
FunctionEnd
[edit]
I have 3 weeks that I didn't update my Nsis CVS.
!define MUI_CUSTOMFUNCTION_ONGUIINIT
doesn't work.
[/edit]
Joost Verburg
28th April 2003 21:25 UTC
That was an error in the docs. Has been fixed :D