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.
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). |
You can change the language of the Virtual Keyboard by the SetKeyboardLanguage() built-in function.
[Keypad] PosX=0 //Coordinate (in pixels) of the TOP coordinate where the VK must be launched. PosY=0 //Coordinate (in pixels) of the LEFT coordinate where the VK must be launched.