Is this a bug in "install files page"
Check the attach pic. After a complete install, the progress bar isn´t full scroll... can be a bug?
Hummm... If you don't put a detailprint before the completion to say "Completado" before end sections code and used the Sleep command to delay the real end, maybe can be...
[EDIT #2]Say if the Close button is disabled or enabled when it occurs.[/EDIT #2]
[EDIT]Beat Kichik by 1 second![/EDIT]
Works fine for me. It usually happens if you call Return from a section before the end of it. If you attach the script I can take a look.
Try EM_SETBKGNDCOLOR to set the background color. Setting the text color is too much work unless I'm missing something. It would probably be easier to use RTF to set the text color.
Well...only the textcolor, since the back is already with NSIS instruction set. Yeah. I'll change manually the textcolor.
Thanks.