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
- :
- Re: Blue Text in an InstallShield Dialog
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
‎Oct 16, 2009
12:33 PM
Blue Text in an InstallShield Dialog
I have a customer that wanted really customized dialogs. They wanted the installshield branding removed, and all kinds of crazy things.
This was all easy except for one thing, changing the font color on a dialog.
They want blue text for the link buttons. Is there anyway to do that or clever hack someone has?
This was all easy except for one thing, changing the font color on a dialog.
They want blue text for the link buttons. Is there anyway to do that or clever hack someone has?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 16, 2009
01:37 PM
Oh I did find you can do this if you have MSI 5 or better which is only available for windows 7.
So that won't help.
Create a static text control
Set its text in HTML format: like this:
www.google.com
where the href parameter specifies the URL and the text between the opening and the closing tag is what gets displayed.
Go to Direct Editor and select the table named Control.
Find your text control and change the Type from Text to Hyperlink.
I know about this, but was looking for at least blue text in less normal windows installer support. 3.1 and above
So that won't help.
Create a static text control
Set its text in HTML format: like this:
www.google.com
where the href parameter specifies the URL and the text between the opening and the closing tag is what gets displayed.
Go to Direct Editor and select the table named Control.
Find your text control and change the Type from Text to Hyperlink.
I know about this, but was looking for at least blue text in less normal windows installer support. 3.1 and above
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 16, 2009
03:36 PM
I know that you can use the TextStyle table to change the color of Text controls. I'm not sure if you will be able to change the color on all types of controls though. You can use the Direct Editor in the InstallShield IDE to access the TextStyle table. I was able to successfully change color, font, and font size of text controls using this table.
See Microsoft help on this table:
http://msdn.microsoft.com/en-us/library/aa372074%28VS.85%29.aspx
See Microsoft help on this table:
http://msdn.microsoft.com/en-us/library/aa372074%28VS.85%29.aspx
(If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 20, 2009
04:40 PM
Thanks I tried this too.
This works great for labels, but doesn't work for buttons.
Problem is can't have a label that is clickable.
This works great for labels, but doesn't work for buttons.
Problem is can't have a label that is clickable.
