PDA

View Full Version : Two keyboards



Danny123
August 29th, 2012, 10:06 AM
Hi,

I am trying to gain information from the users and is it possible to havbe two onscreen keyboards, one to get an email address and another a telephone number, ideally a third for a name but this may be too difficult...

Any ideas on how I could do this?

Danny

Chris Breeze
August 30th, 2012, 07:51 AM
The software will only display the touchscreen keyboard once, but you can have multiple text entry fields by editing the keyboard.xml file. Please see the help file for details.

Danny123
September 4th, 2012, 01:45 PM
Thanks chris, is it possible to add a space, what do i enter into the section? Sorry if this is simple...

Chris Breeze
September 5th, 2012, 10:53 AM
The XML parser strips leading whitespace and so you need to enter the ASCII code in hexadecimal i.e. &_#x20;
(Please remove the underscore _. I needed to add this to prevent the forum replacing the string with a space)

Danny123
September 5th, 2012, 11:17 AM
The XML parser strips leading whitespace and so you need to enter the ASCII code in hexadecimal i.e. &_#x20;
(Please remove the underscore _. I needed to add this to prevent the forum replacing the string with a space)

Thanks chris, very helpful