Yurik
1st December 2011 21:10 UTC
Uncoordinated UltraModern UI
I am using UltraModern UI for my NSIS installation. I noticed a few design issues, which spoil all this fancy thing:
http://belkasoft.com/tmp/DesignNonCoordinated.png
Description of standard screens are either blue or all out of sudden white. Built-in list of startup folder items is white, while the same list for files being installed is blue.
How to make this consistent?
T.Slappy
2nd December 2011 07:17 UTC
I think Start menu page is created with plug-in so you need to pass some parameter to this label [static text] to redraw it correctly - try SetCtlColors.
Or simply the ID of ListView and label are switched so listview is updated instead of label.
Try to switch them back.
Did you think about changing from UMUI to something else?
Yurik
2nd December 2011 07:19 UTC
Thanks,
What is the easiest alternative? I do not want to spend much time rewriting my installer from "MUI" macros.