I am following the UltraModernUI docs for custom pages, but I end up with a grey background on my labels and an incorrect colour for the text. The background colour for the page as a whole is correct.
- I am using:
- I init from my INI using!define UMUI_USE_INSTALLOPTIONSEX
!define UMUI_SKIN SoftBrown
!define UMUI_NO_BUTTONIMAGE
!define UMUI_XPSTYLE on
- My INI is simple with Text and Label fieldsMUI_INSTALLOPTIONS_EXTRACT_AS
- I am using
If I understand the docs, using MUI_INSTALLOPTIONS_DISPLAY should set all the colours correctly.MUI_INSTALLOPTIONS_DISPLAY

(In fact when I zoom in like that it looks like it might be using the right colour for the text and then overwriting it?)
What am I missing?
Thank you!
- Andy