This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Change font color in the install dialogue boxes
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 16, 2017
09:29 AM
Change font color in the install dialogue boxes
How do you change the font color for the install dialogue boxes? I do not see a way in the 'String Editor' nor the 'Dialogs' section. But, I can see the text I want to change. See attachment for reference.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 16, 2017
09:57 AM
BossHogg,
I'm not sure which kind of project you are using, but this is what we have used in the past:
http://helpnet.installshield.com/installshield19helplib/helplibrary/AddingHTMLLinkISDialog.htm
That help doc uses the example of a hyperlink, but you don't have to use a hyperlink - you can just change fonts via something similar.
ex:
[CODE][html] this is bold red 18pt text[/CODE]
HTH
I'm not sure which kind of project you are using, but this is what we have used in the past:
http://helpnet.installshield.com/installshield19helplib/helplibrary/AddingHTMLLinkISDialog.htm
That help doc uses the example of a hyperlink, but you don't have to use a hyperlink - you can just change fonts via something similar.
ex:
[CODE][html] this is bold red 18pt text[/CODE]
HTH