Dismiss keypad

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
TheGissel
Posts: 3
Joined: Tue Jan 22, 2013 3:32 am

Dismiss keypad

Post 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.)
Last edited by TheGissel on Wed Oct 14, 2015 5:53 am, edited 1 time in total.

nxen
Posts: 19
Joined: Wed Jan 16, 2013 3:18 am

Re: Dismiss keypad

Post by nxen »

Did you try "Control" + "Enter"?
Best Regards,
Nikos X

TheGissel
Posts: 3
Joined: Tue Jan 22, 2013 3:32 am

Re: Dismiss keypad

Post 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...

Post Reply