Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 13th September 2012, 18:14   #1
spkelly86
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
spkelly86 is offline   Reply With Quote
Old 13th September 2012, 19:29   #2
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,775
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
Anders is offline   Reply With Quote
Old 13th September 2012, 20:31   #3
spkelly86
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.
spkelly86 is offline   Reply With Quote
Old 13th September 2012, 22:08   #4
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 2,775
Maybe there is a define for it, it is normally not blue. If not, use SetCtlColors...

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Old 17th September 2012, 09:07   #5
T.Slappy
Senior Member
 
T.Slappy's Avatar
 
Join Date: Jan 2006
Location: Slovakia
Posts: 361
Send a message via ICQ to T.Slappy
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/
T.Slappy is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump