Alphanumeric_Half; (Ime.alphanumeric_Half Property) - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 language reference
Table of Contents

Advertisement

Example
The following example sets the IME to
Method Editor (IME) installed (
if(System.capabilities.hasIME) {
trace(System.IME.getConversionMode());
System.IME.setConversionMode(System.IME.ALPHANUMERIC_FULL);
trace(System.IME.getConversionMode());
}
See also
setConversionMode (IME.setConversionMode method)
(IME.getConversionMode method)

ALPHANUMERIC_HALF

(IME.ALPHANUMERIC_HALF property)

public static ALPHANUMERIC_HALF : String
A string with the value
getConversionMode()
Availability: ActionScript 1.0; Flash Player 8
Example
The following example sets the IME to
Method Editor (IME) installed (
if(System.capabilities.hasIME) {
trace(System.IME.getConversionMode());
System.IME.setConversionMode(System.IME.ALPHANUMERIC_HALF);
trace(System.IME.getConversionMode());
}
See also
setConversionMode (IME.setConversionMode method)
(IME.getConversionMode method)
658
ActionScript classes
ALPHANUMERIC_FULL
System.capabilities.hasIME
,
hasIME (capabilities.hasIME property)
"ALPHANUMERIC_HALF"
. This constant is used with all IMEs.
ALPHANUMERIC_HALF
System.capabilities.hasIME
if the system has an Input
).
,
getConversionMode
for use with
setConversionMode()
if the system has an Input
).
,
getConversionMode
and

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF