What is the best way to get around the lack of transparency in WixUI background images?

I use the Feature Tree interface, with several custom dialogs. One of them has flags. These flags cannot have transparent backgrounds, which means that I had to paint the default background color in the background image so that the flags do not appear.

However, different versions of Windows have different colors by default! If I match the color in Windows 7, it looks bad on XP, etc. Since background images are bitmap images, I cannot make them transparent. What can I do to get around this?

+3
source share
2 answers

From the updated WiX user interface chapter:

: , . , , . ( ) .

, : , , . Windows : -)

+6

Windows 32- (ARGB), , , Windows . , , () , , .

, Windows DONT , , , = D.

gimp BMP , WIX.

+2

All Articles