Bug 233898 - Choose the IME on text widget
Summary: Choose the IME on text widget
Status: RESOLVED DUPLICATE of bug 62431
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Felipe Heidrich CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 02:09 EDT by Damien CLA
Modified: 2008-05-26 15:06 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Damien CLA 2008-05-26 02:09:42 EDT
Hello, and first of all, thank you for all the incredible stuff you mad on SWT.

I'm coding a multilingual application, which need to toggle frequently between IME.
As we can't choose the IME with SWT, I had to embedded several AWT TextField components.

We can programmaticaly change the TextFields IME with this to simple lines :
    text.enableInputMethods(true);
    text.getInputContext().selectInputMethod(Locale.JAPANESE);
 
I wonder if this functionality will be one day supported by SWT Text widgets.
Comment 1 Felipe Heidrich CLA 2008-05-26 15:06:05 EDT

*** This bug has been marked as a duplicate of bug 62431 ***