|
|
#1 |
|
Junior Member
Join Date: Nov 2006
Posts: 5
|
MUI header title color
Not sure if this was asked earlier. I'm trying to change header title text color to white (while keeping subtitle black, I have underlying header image), but so far I was out of luck. Stuck trying to figure out how to change MUI dialog elements like that. Thanks.
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Sep 2004
Location: Mogilev (Belarus)
Posts: 372
|
Set MUI_PAGE_CUSTOMFUNCTION_PRE define before inserting first page macro.
code: And use following code to change color: code: |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2006
Posts: 5
|
Thanks a lot!
|
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Dec 2006
Location: Malaysia
Posts: 28
|
Hello glory_man
i hope ur still around i also would like to ask the same question regarding the text color of header im trying with, Function "changecolor" GetDlgItem $r3 $HWNDPARENT 1037 SetCtlColors $r3 0xFFFFFF transparent GetDlgItem $r3 $HWNDPARENT 1038 SetCtlColors $r3 0xFFFFFF transparent Function End where, i defined this before the page macro !define MUI_PAGE_CUSTOMFUNCTION_PRE "changecolor" and, !define MUI_UNPAGE_CUSTOMFUNCTION_PRE "changecolor" for uninstall page. BUT, i dont know why, it only applies to install pages only, not with the uninstall page Hope can get some idea from u, or anyone else who is willing to help me thank you guys! |
|
|
|
|
|
#5 | |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
Quote:
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|