- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Skinning
- 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
I noticed that there is a Skins folder in the dialogs folder. Can custom dialogs be skinned? If so, how can I apply a skin template to my custom dialog box?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @ralphster ,
You can use this function to apply skin on custom dialog:
Enable(USE_LOADED_SKIN);
Please note:When adding skins to custom dialog boxes, take care that the dimensions of the custom dialog boxes are the same as the predefined dialog boxes. You can refer the InstallShield help topics "Dialog Skins" and "Specifying Dialog Skins" have additional information.
Please find the attached sample installscript code to enable skin on custom dialog.
If via IDE you want to achieve,do the following:
Here is the proper order:
- Open your InstallScript-based project in InstallShield
- Go to the Dialogs View and select a Dialog Skin.
- Create your custom skinned dialog.(Make sure dialog dimensions match with standard dialogs)
Thanks,
Jenifer
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
You can refer below KB article
https://community.flexera.com/t5/InstallShield-Knowledge-Base/Skin-Customization-Kit/ta-p/4504
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @ralphster ,
You can use this function to apply skin on custom dialog:
Enable(USE_LOADED_SKIN);
Please note:When adding skins to custom dialog boxes, take care that the dimensions of the custom dialog boxes are the same as the predefined dialog boxes. You can refer the InstallShield help topics "Dialog Skins" and "Specifying Dialog Skins" have additional information.
Please find the attached sample installscript code to enable skin on custom dialog.
If via IDE you want to achieve,do the following:
Here is the proper order:
- Open your InstallScript-based project in InstallShield
- Go to the Dialogs View and select a Dialog Skin.
- Create your custom skinned dialog.(Make sure dialog dimensions match with standard dialogs)
Thanks,
Jenifer