|
|
#1 |
|
Junior Member
Join Date: Feb 2003
Posts: 2
|
Change font color in log window
Hi all,
Anyone knows how to change the font color (default is light green) in the progress log window?. I refer to the classic install window. Greets and thanks. pd: look at the image to see which window im refering |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Jun 2002
Location: Swindon, UK
Posts: 559
|
I think the InstallColors command is what you are looking for.
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Feb 2003
Posts: 2
|
Thanks!
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Log Window
Is there anyway to change the font style of the Log Window text?
-Stuart Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#5 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
Yes, use CreateFont and SendMessage ${WM_SETFONT}. You'll need to use it in the show function of the instfiles page, get the HWND of the log window and send that message to it. The MUI's System.nsh contains some examples of that.
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 | |
|
|