Test Control doesn't delete the letters written
Hello all, I have set a custom page with nsDialog as follow-->
nsDialogs::Create /NOUNLOAD 1018
Call setApparence
Pop $Dialog
${If} $Dialog == error
Abort
${EndIf}
${NSD_CreateLabel} 0 0 100% 12u "Seleccione el tipo de base de datos con la que quiere que trabaje GmTime: "
Call setApparence
Pop $ConfigDBLabel
${NSD_CreateLabel} 15% 15% 15% 12u "Usuario: "
Call setApparence
Pop $ConfigDBUserLabel
${NSD_CreateText} 30% 15% 70% 12u ""
Call setApparence
Pop $ConfigDBUserText
${NSD_CreateLabel} 15% 30% 15% 12u "Password: "
Call setApparence
Pop $ConfigDBPasswdLabel
${NSD_CreatePassword} 30% 30% 70% 12u ""
Call setApparence
Pop $ConfigDBPasswdText
nsDialogs::Show
When I set the focus on Text control in order to type the user and password, if I want delete the text written it isn't removed.
Can you help me please?