Transparent label redraw
Can you integrate an option something like
SetBkColor $R0 redraw
when i use the transparent option via MUI_CUSTOMFUNCTION_LICENSE_PRE on the header
GetDlgItem $R0 $HWNDPARENT 1037
SetBkColor $R0 transparent
the label shows up scrambled on the next page, because its background is not redrawn
http://www.borgcore.de/outerspace/NS...mbledlabel.png
with a redraw option called via the preshow functions the label would look clean again.