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 the color of title font
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
‎Sep 09, 2008
04:22 AM
change the color of title font
hi, everyone.
I want to change the color of title font(from black to white) both in sd dialog and user defined dialog.
My project is installscript msi project.
I found it's possible to change the color of title font in basic project,but by far I can't find a way to change the color in installscript msi project.:confused:
Does anyone know how to resolve this problem?
thank you in advanced.
I want to change the color of title font(from black to white) both in sd dialog and user defined dialog.
My project is installscript msi project.
I found it's possible to change the color of title font in basic project,but by far I can't find a way to change the color in installscript msi project.:confused:
Does anyone know how to resolve this problem?
thank you in advanced.
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 09, 2008
11:32 AM
Hello,
If you are using skinable dialogs, you could change the theme of the dialogs to whatever you want. There is a tool and a howto on how to do that.
Hope this helps.
If you are using skinable dialogs, you could change the theme of the dialogs to whatever you want. There is a tool and a howto on how to do that.
Hope this helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 09, 2008
08:52 PM
TheTraveler wrote:
Hello,
If you are using skinable dialogs, you could change the theme of the dialogs to whatever you want. There is a tool and a howto on how to do that.
Hope this helps.
Thank you for your reply.
But I'm not using skinable dialog, so in installscript msi project, without using skinable dialog, there's no way to change the color of the font in dialog?:confused:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 10, 2008
12:12 PM
Skinable dialogs is suppose to give the end user that exact ability.
You could try deriving a custom dialog based on a standard. I haven't tried that myself, but it is worth a look see. Personally, I think that might prove to be more of a headache than it is worth. Besides, all the standard dialogs that come in Install Shield are already skinable. It wouldn't be hard to change over either. It is just a setting change in your project. Not to mention the fact that there shouldn't be any code changes.
Hope this helps...
You could try deriving a custom dialog based on a standard. I haven't tried that myself, but it is worth a look see. Personally, I think that might prove to be more of a headache than it is worth. Besides, all the standard dialogs that come in Install Shield are already skinable. It wouldn't be hard to change over either. It is just a setting change in your project. Not to mention the fact that there shouldn't be any code changes.
Hope this helps...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 11, 2008
02:45 AM
TheTraveler wrote:
Skinable dialogs is suppose to give the end user that exact ability.
You could try deriving a custom dialog based on a standard. I haven't tried that myself, but it is worth a look see. Personally, I think that might prove to be more of a headache than it is worth. Besides, all the standard dialogs that come in Install Shield are already skinable. It wouldn't be hard to change over either. It is just a setting change in your project. Not to mention the fact that there shouldn't be any code changes.
Hope this helps...
Thank you again for your reply.
I found it was impossible to change the color of font in installscript msi project with standard dialog.