|
|
#1 |
|
Junior Member
Join Date: Feb 2011
Posts: 10
|
Large Header/Welcome Bitmap
Hey guys,
i got a problem with MUI2. I want to show one header image and one welcome image. This is no problem. I use !define MUI_HEADERIMAGE_BITMAP !define MUI_WELCOMEFINISHPAGE_BITMAP But my image is larger then the area and i want that the image is in the background of the text. I dont want a big background, only a transparent large bitmap for the header and welcome page. Hope you can help me Kind regards |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Feb 2011
Posts: 10
|
At the moment I have changed Welcome.nsh
code: It works. But my problem is to bring the image in the background and the text to the front. would be nice, if anyone has an idea :P |
|
|
|
|
|
#3 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,839
|
Create the bmp control first, then the text after that. Z-order is determined by order of creation.
|
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Feb 2011
Posts: 10
|
THX
![]() And how can i do this? I have to change the order of Welcome.nsh or in my NSI script? Sorry dont know :P |
|
|
|
|
|
#5 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,839
|
Well you said you changed the welcome page nsh file, so I'm assuming you inserted the bmp control creation in welcome.nsh. In that case you can just move it up a couple of lines so that it's created before the labels etc are created.
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Feb 2011
Posts: 10
|
The image controler is already above the text or i am a little stupid : P
code: |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Feb 2011
Posts: 10
|
Thx, solved this problem
code: |
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Feb 2011
Posts: 10
|
i got another problem!
Header image and welcome image works fine. But my finish page is not working right. All text is in the front of the image with transparent background. Only the readme checkbox and readme text has an background and transparent doesn t work. PHP Code:
|
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Feb 2011
Posts: 10
|
OK solved this problem too, but there is the next problem now.
I have changed the Finish.nsh PHP Code:
|
|
|
|
|
|
#10 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,839
|
You pop the checkbox's HWND to $0. I'm pretty sure MUI2 always pops it to a varaible, which it would then use later on to check the state.
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|