Workaround
Hello guys
is there a way to get the on_click or a on_notify message from the Userinterface?
I tried to fix the redraw problem in the UMUI componentspage
but the only thing I was able to achieve was adding this lines .onmousemove Function
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
push $1
push $4
push $8
FindWindow $1 "#32770" "" $HWNDPARENT
GetDlgItem $8 $1 1032
System::Call "user32::InvalidateRect(i,i,i)i (r8, 0, 1).r4"
# System::Call "user32::SetWindowPos(i,i,i,i,i,i,i)i (r8, 0, 0, 0, 0, 0, 67).r4"
pop $8
pop $4
pop $1
!insertmacro MUI_DESCRIPTION_TEXT ${SECGRP0000} $(DESC_SECTIONGRP_00)
# other insertmacro blablabla
!insertmacro MUI_DESCRIPTION_TEXT ${SEC0016} $(DESC_SECTION_16)
!insertmacro MUI_FUNCTION_DESCRIPTION_END
But the update problem still exists (it only redraws after moving the mouse)
also it doesn't update the Scrollbar of the window.
Can somebody give me hint?
regards Norbert
@SuperPat:
is UMUI already dead, or you are still developing it?