Archive: MUI2 MUI_HEADERIMAGE_BITMAP fuzzy..


MUI2 MUI_HEADERIMAGE_BITMAP fuzzy..
Seems the bmp that is displayed turns out fuzzy almost like a soften filter has been applied. I do NOT get this with MUI_WELCOMEFINISHPAGE_BITMAP.

Just thought I'd let you know.

lushdog


Perhaps resize to fit is on?

Stu


Ah what flag is that, i can't find it in the documentation?


MUI_HEADERIMAGE_BITMAP_NOSTRETCH

Stu


Getting an error in MUI2 beta.

Code:

!define MUI_HEADERIMAGE
!define MUI_HEADERIMAGE_BITMAP_NOSTRETCH
!define MUI_HEADERIMAGE_BITMAP "..\img\myBmp.bmp"

Compiler Output:

!insertmacro: MUI_PAGE_WELCOME
!insertmacro: macro "MUI_SET" requires 2 parameter(s), passed 1!
Error in macro MUI_INTERFACE on macroline 30
Error in macro MUI_PAGE_INIT on macroline 3
Error in macro MUI_PAGE_WELCOME on macroline 5
Error in script "C:\Documents and Settings\mattm\My Documents\Visual Studio 2005\Projects\Mobile Admin\Main\server\Idokorro Mobile Admin Server\NSISInstaller\src\Setup.nsi" on line 173 -- aborting creation process


This has been fixed by Joost and so the next version that should be released tomorrow will solve this.

If you can't wait, add an empty set of quotes to line 61 of Contrib\Modern UI 2\Interface.nsh.