Virtual Keyboard

The Virtual Keyboard (VK) allows the user to enter data (text or numbers) during runtime using a touch-screen device, rather than a physical keyboard.

You can enable the VK for your project on the Runtime Desktop dialog. You can designate a default keyboard type, as well as apply a Scale (size) to all Virtual Keyboards during runtime.

When configuring objects and animations that support data input, you can assign a VK to the object by the VK combo-box (either the default or a specific one). The following standard VKs are available:
Name Description  
AlphaNumeric This VK is used to enter alphanumeric values (chars and/or numbers).
EnhKeypad This VK is used to enter alphanumeric values (characters and/or numbers) in devices that provide a small display (e.g., PDAs). The -> button lets users scroll though different panels until they find the character they want.
Keypad This VK is used to enter numeric values (numbers only).
There are two ways to launch a Virtual Keyboard during runtime:

You can change the language of the Virtual Keyboard by the SetKeyboardLanguage() built-in function.

Tip: