Torque3D web version problem. Urgent!
by Nabarro · in Torque 3D Professional · 06/01/2012 (2:54 am) · 2 replies
When I tried T3D demo game from web page by clicking "Play in Web" in Torque Toolbox, I fount it don't support Chinese language imput. I can activate Chinese Input Method, but it can't input Chinese words in the text editor GUI control. Anyone has the problem?
I know that T3D is using ATL for windows message capturing and dispatching, is it possible that there is problem with windows ATL message mechanism? Anyone can give any tips? Very appreciated.
I know that T3D is using ATL for windows message capturing and dispatching, is it possible that there is problem with windows ATL message mechanism? Anyone can give any tips? Very appreciated.
#2
Above situation happens when the T3D application startup and the first time to change the Language Input Method. And if I change the Language Input Method by directly clicking the Windows OS input language setting, and then press "Ctrl+Space" buttons can change the Language Input Method normally.
06/01/2012 (7:57 pm)
When I press "Ctrl+Space" to activate Language Input Method, GetMessageProc (hooked by using ::SetWindowsHookEx) will capture Space Message, which addes one Space character in the text edit control, and can NOT "wake up" the Language Input Method. And suggestions?Above situation happens when the T3D application startup and the first time to change the Language Input Method. And if I change the Language Input Method by directly clicking the Windows OS input language setting, and then press "Ctrl+Space" buttons can change the Language Input Method normally.
Torque Owner Nabarro
Default Studio Name
And on my computer, I can change the input method to Chinese Input Method normally, but when I tried to type characters to input Chinese word, I can't see the Word Input Window. Anyone has the problem? Thanks,