Archive: Transparent label redraw


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.


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.


oh, i see :)