|
|
#1 |
|
Junior Member
Join Date: Jan 2011
Posts: 35
|
Hey,
I wanna underline my show readme text, and the link text i got on the finish page. I have tried text no luck, do i need to make a function or something to get underlining available? -Aaskilde |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
The link is formatted by the nsDialogs plugin (MUI2). If you need to underline the link you need to modify the plugin and rebuild.
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
|
#3 |
|
Senior Member
|
You can try this:
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.14.2 !include WinMessages.nsh GetDlgItem $0 $HWNDPARENT 1 CreateFont $1 "Times New Roman" "7" "700" /UNDERLINE SendMessage $0 ${WM_SETFONT} $1 1 That creates underline font and set it to $0 But this is not working for CheckBoxes (There is some API restriction I suppose), so you need to create manuall a CheckBox and Label next to it. 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/ |
|
|
|
|
|
#4 | |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Quote:
Edit: Ah nsDialogs doesn't do that so the code may work. Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|