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
- :
- New Dialog: Bitmap Component Transparency Problem
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 22, 2016
10:04 AM
New Dialog: Bitmap Component Transparency Problem
I've created a new dialog using the 'New Dialog...' wizard. I used the Skinnable Dialog template so it will use the same skin as the rest of the project. I've added three bitmap components, each containing a BMP file. When the dialog displays, the areas of the bitmaps that are grey are shown transparently. The bitmap component does not have a transparent flag, so I don't know why this is happening.
If I look at the properties of this element in a resource editor, the transparent property is False.
Any ideas?
If I look at the properties of this element in a resource editor, the transparent property is False.
Any ideas?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 22, 2016
12:34 PM
To make sure the problem wasn't related to my project, I created a new test project and imported the ISD file for the dialog I created. The same problem occurs.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 22, 2016
06:02 PM
The culprit color is grey (RGB 240, 240, 240). I can remove this color from all of my bitmaps, but that's a silly work-around.
