Archive: Is this a bug in "install files page"


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.


well... here's the script... is the same from the begin...


Thanks, fixed.

BTW, It was the SubSection.


ok :) and my final question (hope) is:
Can we change, in runtime, the textcolor of the license (rich edit control)?


I don't know. Try using SetCtlColors, it might work for the background color and for the text color if you're not using RTF.


it didn't work....maybe with some api or sendmessage thing.


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.


The background color is set by NSIS before the show function. Nothing stops you from setting it again.