Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TUI uses the functionality provided by the Phone IME Catalog item to provide "triple-tap" functionality. This IME enables a user to enter text with the numeric keypad on a phone.
The Phone IME supports three modes, each of which corresponds to a value from the ImeType enumeration defined in the DesktopManager.h file in %_WINCEROOT%\Public\VoIP\Oak\Phone\TUI\App:
- Uppercase. e_itMultitapUppercase
- Lowercase. e_itMultitap
- Numeric. e_itNum
To set or change the active IME mode, use CVoIPDesktopManager::SetActiveImeType and CVoIPDesktopManager::GetActiveImeType.
Both methods are defined in DesktopManager.cpp.
For information about modifying the IME used by the TUI, see Installing a Custom TUI Input Method Editor.
See Also
Examining the TUI Implementation | Phone IME
Send Feedback on this topic to the authors