Hi community,
It seems that RichEdit control doesn't attend OnChange events. I wrote this code (excerpt):
I've changed by macros (${NSD_OnChange} $InstallKeyMultiline "InstallKeyRTF_OnChange")
but it didn't work at all.
Any ideas,
Thank you in advance,
Gabriel
It seems that RichEdit control doesn't attend OnChange events. I wrote this code (excerpt):
PHP Code:
nsDialogs::CreateControl /NOUNLOAD "RichEdit20A" ${WS_VISIBLE}|${WS_CHILD}|${WS_CLIPSIBLINGS}|${WS_TABSTOP}|${WS_VSCROLL}|${ES_MULTILINE}|${ES_WANTRETURN} ${WS_EX_STATICEDGE} 60 120 300 60 ''"
Pop $InstallKeyMultiline
GetFunctionAddress $0 InstallKeyRTF_OnChange
nsDialogs::OnChange $InstallKeyMultiline $0
but it didn't work at all.
Any ideas,
Thank you in advance,
Gabriel
Comment