Select to view content in your preferred language

Message box and keyboard issue

616
0
06-12-2011 10:29 PM
J__R_Matchett
New Contributor
I'm using ArcPad 8 along with ArcPad Studio to create a custom application for use on Windows Mobile 6 devices.  There are data entry forms and on those forms are buttons that, when clicked, present the user some information in a message box.  For a button's onclick event, I specify an event script (using JScript) such as:

Application.Messagebox("Some information for the user...");

That all works fine.  However, when the user dismisses the message box, the button for toggling the input keyboard/transcriber/recognizer that is located in the lower right corner of the application window immediately disappears, which prevents the user from showing and hiding the keyboard as they attempt to enter data in other various controls on the form.  Has anyone else ever had this problem and know of any solutions?  Thanks!  -J. R.
Tags (3)
0 Kudos
0 Replies