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: Custom Dialog + RTF
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 04, 2008
05:03 PM
Custom Dialog + RTF
I'm working with an InstallScript project (2009 Premium) where just about everything is completely custom. I've been working on a custom dialog to display an RTF file but I simply cannot seem to make it work very well. My current dialog can display correctly in the IDE but at run-time only the path to the RTF file is shown.
The dialog needs to operate much like the standard SdLicense2RTF but I have yet to figure out how to eliminate the "InstallShield" branding from the lower left corner when I clone that one and customize the heck out of it. The extra branding screws up the look and feel.
I have two questions:
1. How can I load the RTF at run-time in my current custom dialog?
2. Barring that ... how can I remove the InstallShield branding from the cloned SdLicense2RTF?
The dialog needs to operate much like the standard SdLicense2RTF but I have yet to figure out how to eliminate the "InstallShield" branding from the lower left corner when I clone that one and customize the heck out of it. The extra branding screws up the look and feel.
I have two questions:
1. How can I load the RTF at run-time in my current custom dialog?
2. Barring that ... how can I remove the InstallShield branding from the cloned SdLicense2RTF?
(2) Replies
‎Dec 08, 2008
07:19 PM
I have figured a way to do this by emulating the code I found in SdLicense2.rul. It only displays plain text (with a scrollbar) in an edit field but I do not really need the added functionality of rich text anyway.