Page 1 of 1

Hide keyboard and position keyboard

Posted: Thu Aug 29, 2013 3:57 am
by Anton
Hi is there any way of hiding a keyboard i've tried

Code: Select all

 kh.HideFullKeyboard(rt) 
Also is there a way to position the keyboard i've tried

rt.top = 50; & kh.top = 50;

This is my code to show the keyboard

Code: Select all

	IKeyboardHelper kh = KeyboardHelperFactory.KeyboardHelper;
	Rectangle rt = new Rectangle(0, 0, 0, 0);
	rt.Width=0;
	kh.ShowFullKeyboard(rt);
Is there any documentation for IKeyboardHelper?

Re: Hide keyboard and position keyboard

Posted: Fri Aug 30, 2013 9:55 am
by mark.monroe
Unfortunately the only documentation available is not very good. You can get to it by going to an iX Dev scripting section and then press F1. That works where ever you type in C# code in iX Dev. That will bring up the script help system where you can find the function definitions. I do not know of any way to hide the keyboard.