Japanese IME 3.1 Customizable User Interface (Windows Embedded CE 6.0)
1/6/2010
You can customize the UI elements of the IME, such as the IME toolbar, the candidate window, and the default composition window when you create a skin. To customize an IME user interface, change the code contained in the files that are located in the %_WINCEROOT%\Public\Common\Oak\Drivers\ImeJpn\Skinnableui directory.
Each user interface element corresponds to a C++ class that contains methods that are implemented in the files in that directory. Customize the control by modifying the implementation of these methods.
The following list shows the UI elements that you can customize:
- IME toolbar
- Candidate Window
- Default Composition Window
In This Section
- Customizing the Default Composition Window
Describes how to customize the composition window and the guideline window for IME 3.1.
- Customizing the IME Toolbar
Provides a full discussion of ways to customize the toolbar and toolbar buttons for IME 3.1.
- Customizing the Candidate Window
Describes how to customize the candidate list, readings area, accelerator botton area, and the bottom information area.
Related Sections
- Japanese IME 3.1
Provides an overview of the Japanese Input Method Editor (IME) 3.1 architecture, the Japanese IME 3.1 Customizable user interface, and the Japanese IME 3.1 Dictionary Compiler. Provides instructions on implementing Japanese IME 3.1 and creating a dictionary file. Contains reference pages for the classes and structures that are exposed through Japanese IME 3.1.