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.)
Dismiss keypad
Dismiss keypad
Last edited by TheGissel on Wed Oct 14, 2015 5:53 am, edited 1 time in total.
Re: Dismiss keypad
That actually works. I would prefer to have a button for it, but I might end up using that solution in lack of better...