Skip to content
⌘ NSIS Forum Archive

TEXT_HEADER overwrite

5 posts

Icks92#

TEXT_HEADER overwrite

Hi everybody,

I am trying to add different MUI_TEXT_HEADER on each of my custom page, but they don't desappear on the page change, so they all overwrite one another each time I change page on forward or backward, I really don't find a solution to erase the header each time I change page I replace it by another one.

Does anyone have an idea ?

Thanks a lot to your help.
Icks92#
I looked at the examples and they do the same so I start to think that I have change something in the NSIS files that makes this problem, all the banners overwrite the previous ones.

Does anybody knows what could resolve this problem, what command I have to change to fix that ?
Icks92#
Ok I finally found the problem.

I specified the welcome page background to Transparent, and I don't know why but the NSIS maker decided to control the banner text background with this color, and this text seems to need a background color to erase the previous text.

I am so depressed to dicover so many problems with the NSIS langage to make cute templates.