Skip to content
⌘ NSIS Forum Archive

BGCOLOR reset after click on back

4 posts

pozbremser#

BGCOLOR reset after click on back

Hi,

I use SetCtlColors for change of backgroundcolor of Welcome page:

!define MUI_PAGE_CUSTOMFUNCTION_SHOW wel_show
!insertmacro MUI_PAGE_WELCOME

Function wel_show
FindWindow $1 "#32770" "" $HWNDPARENT
SetCtlColors $1 '' 0x000000
FunctionEnd

after click on next> and then on <back bgcolor is unchanged.
how can I fix it?

Thanks!