Archive: header text problem


header text problem
Hello,

I'm creating installer using MUI2 and I've issue with the header text: when I start installer, header text on 1st page (License Page) is invisible. The header on other pages is displayed correctly. Also when return to License Page using "Back" button text is visible.
Does anybody has any idea how to solve this issue?

Thanks in advance.


I have seen some odd things where control text will disappear from the installer. I think it may be some systemic issue with page redraws. It is very odd. Here are the times I have seen it:

1. MUI2 custom page with 1 label and 2 check boxes. Sometimes, if you move the mouse within the first faction of a second of the custom page being drawn, the label text goes blank.

2. Finish page will sometimes end up with the banner art from the previous page drawn on it.

Not sure why, but we have never been able to reliably reproduce the issue.


Hello again,

I have no idea why, but commenting line
!define MUI_HEADERIMAGE_BITMAP_NOSTRETCH
solved problem.
CrushBug, thanks for your reply.
Regards,


Originally posted by lemco
Hello again,

I have no idea why, but commenting line
!define MUI_HEADERIMAGE_BITMAP_NOSTRETCH
solved problem.
CrushBug, thanks for your reply.
Regards,
Unfortunately, we don't use that define and it can still happen for us. I am still trying to investigate this.