Z-Space Technologies, Inc.
Support Forums
Join | Logon
ITScriptNet Support Forums
 All Threads | New ThreadView:  Search:  
 Author  Thread: Can we add a onscreen keybaord
Scott
Posts: 1
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.
[Reply][Quote]
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.
[Reply][Quote]
 Page 1 of 1 
 
Website (C) 2004-2008 Z-Space Technologies, Inc. All Rights Reserved.
All messages posted here are the sole responsiblity of the poster. Z-Space Technologies, Inc. is not responsible for the content of messages. Messages do not reflect the official positions or policies of Z-Space Technologies, Inc.