paul_fx
20th July 2004 17:45 UTC
Display BMP
Hi there,
Im using the code from http://nsis.sourceforge.net/archive/...nstances=0,167
If i put
!insertmacro DisplayImage "F:\Documents and Settings\image.bmp"
as hte first line of my first section, the image displays properly. But if i put it at the start of any other sections, the image is not drawn. Is it possible to use this code in this fashion?? Im trying to change the image as different things are installed.
zimsms
20th July 2004 18:10 UTC
You will need to use the system plugin to refresh the window.
paul_fx
21st July 2004 13:25 UTC
You will need to use the system plugin to refresh the window.
Soemthing like this?
System::Call "User32::UpdateWindow($HWNDPARENT)"
except that doesn't work :(
zimsms
21st July 2004 13:33 UTC
Have you looked at the gfx.nsi example included with NSIS?
kichik
22nd July 2004 18:57 UTC
System::Call "User32::UpdateWindow(i $HWNDPARENT)"