求,text 控件中设置,中文模式

xiaoxuefengwu 2010-02-09 05:34:09
如何在 text widget 控件中设置,中文模式。我看了api没找到这个属性诶。
...全文
1291 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
wishifef 2010-03-10
  • 打赏
  • 举报
回复
引用 6 楼 xiaoxuefengwu 的回复:
引用 5 楼 wishifef 的回复:这问题LZ是怎么解决的啊,我现在也遇到了这样的问题,能不能说详细点啊,谢了

找OEM,然后调出OEM的TXTCTL。

用TextWidget的话,该怎么做呢
xiaoxuefengwu 2010-03-10
  • 打赏
  • 举报
回复
引用 5 楼 wishifef 的回复:
这问题LZ是怎么解决的啊,我现在也遇到了这样的问题,能不能说详细点啊,谢了


找OEM,然后调出OEM的TXTCTL。
qingqing2300 2010-03-10
  • 打赏
  • 举报
回复
buiw中,我感觉好像不textwidget不支持汉字、笔画。我在真机上测试过。
wishifef 2010-03-02
  • 打赏
  • 举报
回复
这问题LZ是怎么解决的啊,我现在也遇到了这样的问题,能不能说详细点啊,谢了
  • 打赏
  • 举报
回复
ITEXTCTL_SetInputMode() 即可
sxcnfly 2010-02-10
  • 打赏
  • 举报
回复
引用 2 楼 xiaoxuefengwu 的回复:
I figured out how to do it.

- Define ITextCtl in the Forms struct so you can share it
- In the form creation rutine create the text control:
+ Create an instance ISHELL_CreateInstance(pMe->piShell, AEECLSID_TEXTCTL...
+ Set the rect of the text to (0,0,1,1) with ITEXTCTL_SetRect();
+ Set the input mode to Rapid Mode (AEE_TM_RAPID) with ITEXTCTL_SetInputMode();
+ Activate the control ITEXTCTL_SetActive()
- In the Form handle catch the EVT_KEY and send all key events (that you need) to your ITextCtl with ITEXTCTL_HandleEvent(..., evt,wParam,dwParam);
- At last get the text fo the ITextCtl with ITEXTCTL_GetText() and set the text of the Text Widget with the retrieved text.
- That's it. Don't forget to release the ITEXTCTL in the Forms delete procedure.
Remember that T9 is an OEM so it will no work on the emulator

Cheers,

OZie


找到了。05年的技术,汗,等等试试

你问的问题不对,你应该说如何设置中文输入法,还有即使你这样做了也不一定可以,因为你不知道OEM中文输入法是否是AEE_TM_RAPID T9输入法,主要还是要问OEM的。
xiaoxuefengwu 2010-02-10
  • 打赏
  • 举报
回复
I figured out how to do it.

- Define ITextCtl in the Forms struct so you can share it
- In the form creation rutine create the text control:
+ Create an instance ISHELL_CreateInstance(pMe->piShell, AEECLSID_TEXTCTL...
+ Set the rect of the text to (0,0,1,1) with ITEXTCTL_SetRect();
+ Set the input mode to Rapid Mode (AEE_TM_RAPID) with ITEXTCTL_SetInputMode();
+ Activate the control ITEXTCTL_SetActive()
- In the Form handle catch the EVT_KEY and send all key events (that you need) to your ITextCtl with ITEXTCTL_HandleEvent(..., evt,wParam,dwParam);
- At last get the text fo the ITextCtl with ITEXTCTL_GetText() and set the text of the Text Widget with the retrieved text.
- That's it. Don't forget to release the ITEXTCTL in the Forms delete procedure.
Remember that T9 is an OEM so it will no work on the emulator

Cheers,

OZie


找到了。05年的技术,汗,等等试试
MicroSky2813 2010-02-09
  • 打赏
  • 举报
回复
自己写个函数判断unicode码,我也就在个别程序与网站上看到类似功能的

1,122

社区成员

发帖
与我相关
我的任务
社区描述
本论坛以AI、WoS 、XR、IoT、Auto、生成式AI等核心板块组成,为开发者提供便捷及高效的学习和交流平台。 高通开发者专区主页:https://qualcomm.csdn.net/
人工智能物联网机器学习 技术论坛(原bbs) 北京·东城区
社区管理员
  • csdnsqst0050
  • chipseeker
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧