This is a migrated thread and some comments may be shown as answers.

Input chinese character with other IME

2 Answers 138 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Wang
Top achievements
Rank 1
Wang asked on 07 Mar 2016, 09:04 AM

Hello!

I find I can not Input chinese character with QQ wubi IME

how can I input chinese character not with Microsoft Windows IME?

2 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 09 Mar 2016, 07:55 AM
Hello Wang,

Since 2014 Q3 we introduced an API that allows implementing custom support for different IMEs (e.g. Sogou Pinyin, QQ Pinyin and etc.). This means that if the default implementation of RadRichTextBox input handling does not fit your requirements or doesn't behave as it should, you could implement your own.

This might be done by replacing the default Caret with your custom one. Such an example can be found in our SDK repository on GitHub here. This example demonstrates how to handle the input in RadRichTextBox. When you inherit RadRichTextBox Caret object and override the appropriate methods, you get a full control of user's input.

More information on that matter, you could read in the IME support help article.

I hope this helps.

Regards,
Todor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Wang
Top achievements
Rank 1
answered on 09 Mar 2016, 09:32 AM

Thanks a lot!

I will try it later!

Tags
RichTextBox
Asked by
Wang
Top achievements
Rank 1
Answers by
Todor
Telerik team
Wang
Top achievements
Rank 1
Share this question
or