User Guide

Table Of Contents
152 Flash Lite Specific Language Elements
Example
The following statement resets the soft keys to their original settings:
status = fscommand2("ResetSoftKeys");
See also
SetSoftKeys
SetInputTextType
Availability
Flash Lite 1.1.
Description
Specifies the mode in which the input text field should be opened:
Flash Lite supports input text functionality by asking the host application to start the generic
device-specific text input interface, often referred to as the front-end processor (FEP). When
the
SetInputTextType command is not used, the FEP is opened in default mode.
Command Parameters Value returned
"SetInputTextType"
variableName
Name of the input text field. It
can be either the name of a variable or a string
value that contains the name of a variable.
type One of the values Numeric, Alpha,
Alphanumeric, Latin, NonLatin, or NoRestriction.
0: Failure.
1: Success.