积极答复者
Window8APP中文输入问题——微软拼音简捷

问题
-
答案
-
Hi,
可以考虑 UI-less Aware TIP (UILess Mode Overview) .Windows 8 上的Search Pane 就有自己的候选列框,Guidelines and checklist for IME development (Windows Store apps)
http://msdn.microsoft.com/en-us/library/windows/apps/Hh967425.aspx\
‘When activated in the search pane, a compatible IME is placed in UIless mode and can't show its UI.’
此外,若感兴趣可以看看工具 ‘Inspect’ 可以用来观看候选窗口的位置,该工具使用 UI Automation API (http://msdn.microsoft.com/en-us/library/ms747327.aspx ) 。你可以写一个类似Inspect的桌面应用,以Windows store app作为目标,更多信息可以参考:Automating the testing of Windows 8 apps http://blogs.msdn.com/b/windowsappdev/archive/2012/09/04/automating-the-testing-of-windows-8-apps.aspx
Regards,
jenny
- 已标记为答案 Aaron XueModerator 2013年5月6日 9:33
全部回复
-
Hi,
控制文字输入的据我所知只有TextChanged事件,或者使用KeyDown不过不是很符合。我会帮你联系更多地微软专家帮助你。
Aaron
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help. -
-
Hi,
可以考虑 UI-less Aware TIP (UILess Mode Overview) .Windows 8 上的Search Pane 就有自己的候选列框,Guidelines and checklist for IME development (Windows Store apps)
http://msdn.microsoft.com/en-us/library/windows/apps/Hh967425.aspx\
‘When activated in the search pane, a compatible IME is placed in UIless mode and can't show its UI.’
此外,若感兴趣可以看看工具 ‘Inspect’ 可以用来观看候选窗口的位置,该工具使用 UI Automation API (http://msdn.microsoft.com/en-us/library/ms747327.aspx ) 。你可以写一个类似Inspect的桌面应用,以Windows store app作为目标,更多信息可以参考:Automating the testing of Windows 8 apps http://blogs.msdn.com/b/windowsappdev/archive/2012/09/04/automating-the-testing-of-windows-8-apps.aspx
Regards,
jenny
- 已标记为答案 Aaron XueModerator 2013年5月6日 9:33