Skip to content
⌘ NSIS Forum Archive

Transparent label redraw

3 posts

DOCa Cola#

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


with a redraw option called via the preshow functions the label would look clean again.
kichik#
I didn't want to say anything about transparent labels exactly because of this... 🙂
I haven't had the time to find the optimal solution yet.