|
|
#1 |
|
Junior Member
Join Date: Sep 2012
Posts: 18
|
instfiles page issues
I am trying to adjust the size of the detail view on the instfiles page. I would like to make it about half as large. I've tried adjusting it using Resource Hacker but it always messes up the integrity of the file. Also the text above the progress bar has a blue box around it for some reason. I am using UMUI and have a background skin. I would like for the text to just blend in with the background. Thanks in advance
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,779
|
You have to use resource hacker on a UI .exe file and then use the ChangeUI command (UMUI probably has a define for it)
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2012
Posts: 18
|
Thanks that solved the problem with the size of the dialog. I am still having the issue with the display box being blue posted a picture to show. Any help would be appreciated. Like I said i want it to just blend with the background and not have the blue box.
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,779
|
Maybe there is a define for it, it is normally not blue. If not, use SetCtlColors...
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#5 |
|
Senior Member
|
Try:
SetCtlColors $Item_ID "0x000000" transparent Create cool looking Graphical Installers in NSIS: www.graphical-installer.com -see below I offer NSIS scripting, C/C++/C#/Delphi programming: www.unsigned-softworks.sk Develop NSIS projects directly in Visual Studio 2005-2012: www.unsigned-softworks.sk/visual-installer/ |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|