Hi,
when I swith to chinese input method , it will be automatically set to full-width input mode. I need it depend on input method's default setting.
( I set the IMEMode property to On in UltratTxtEditor, if I set it to NoControl , I can not swith to Chinese input method.)
Jason
I don't understand. What do you mean when you say you "switch to Chinese input method"? Can you tell me more about what exactly you are doing?
Hi Michael,
I means I wanna type some chinese in the Ultratextbox ,I should switch the input mode to chinese . My problem is when switch to chinese ,the mode is automaticlly to Full-Width mode(2 bytes) , I need keep the input mothed software's default settings (Full-Width or Half-Width mode).
Dear Michael,
Yes, I wanna do the same thing to type some chinese word as microsoft textbox, but when I switch the chinese input mode , the inupt mode settings is differ from microsoft control, the microsoft control will keep the input software's settings (mysetting is half-width) ,but the ultratextbox will change to full-width mode no matter what my setting is half-width or full-width mode. I need keep the default settings of the input software's settings when I switch to chinese input mode in ultratextbox.
All of the edit areas have the same problem as above. ultragrid, combox and others....
Jason,
Please attach a screenshot so that I can see what you get when you switch to the Chinese input method. Please type in some Chinese characters so that I can see the full-width mode in the UltraTextEditor.
Hi,Michael,
please see the attached file with red mark.
Apparently, you are using the pinyin input method. We tried that here and we were not able to reproduce the issue you are describing. We did not find that using the UltraTextEditor forced the full-width mode with Chinese Input Method. Which operating system is running on your machine? Would you be able to post to this forum thread a sample application that reproduces the issue you are having with the UltraTextEditor and that also includes a Microsoft textbox which does not force the full-width mode? Then we could test it here and see if we get the same result.
Hi, Michael
I'm ok . It's a bug of Microsoft.Net framework 2.0 . I set ImeMode = ImeMode.OnHalf to force the input method as half-width mode.
Thanks