|
|
Can we add a onscreen keybaord
Posted: 01 Jul 09 1:31 AM
|
| Can we add a onscreen keyboard to the program, my program will be full screen so windows ce or mobile onscreen keyboard does not display. I see the option to add a keypad. |
|
|
Bev Connor
Posts: 93
|
 |
|
Can we add a onscreen keybaord
Posted: 01 Jul 09 8:56 AM
|
Yes, as long as your particular model of mobile device supports the Soft Input Panel.
The ITScriptNet Designer includes a built-in function to display the Soft Input Panel ("SIP"). In the upper-left pane of the program script window, expand the selection for 'Other', and select the function 'ShowSIP'. This function's parameters will be displayed in the upper-right pane of the script window. To show the SIP, specify 1 or TRUE; and 0 or FALSE to hide it.
Ex: ShowSIP( TRUE )
If your device does not support the soft input panel then you would need to create your own keyboard using the Keypad element. The Keypad element is available only in version 3.0 and higher.
|
|
|
|
|