Page 1 of 1

Dismiss keypad

Posted: Tue Oct 13, 2015 5:18 am
by TheGissel
Hi,

I have a "Report Error" screen, where the user can enter an error description in a TextBox. When the TextBox is entered the keypad is shown and the description can be entered. Since the keypad is "hiding" several other controls on the screen, I would like a way to dismiss the kaypad again. How can I do that?

(I have set MultiLine = true, which disables the dismiss functionality of the "Enter" key)

Thanks in advance :-)

(I'm working with a T7A display connected to a PC via the MODICON Modbus Master driver.)

Re: Dismiss keypad

Posted: Wed Oct 14, 2015 3:27 am
by nxen
Did you try "Control" + "Enter"?

Re: Dismiss keypad

Posted: Wed Oct 14, 2015 5:43 am
by TheGissel
That actually works. :-) I would prefer to have a button for it, but I might end up using that solution in lack of better...