|
|
#1 |
|
Junior Member
Join Date: Jul 2004
Location: Somewhere
Posts: 8
|
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. |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jan 2004
Location: London, Ontario, Canada
Posts: 272
|
You will need to use the system plugin to refresh the window.
|
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Jul 2004
Location: Somewhere
Posts: 8
|
Quote:
System::Call "User32::UpdateWindow($HWNDPARENT)" except that doesn't work
|
|
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Jan 2004
Location: London, Ontario, Canada
Posts: 272
|
Have you looked at the gfx.nsi example included with NSIS?
|
|
|
|
|
|
#5 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,338
|
System::Call "User32::UpdateWindow(i $HWNDPARENT)"
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|