12 Mar
2007
12 Mar
'07
1:13 p.m.
Thank you. I understand. In my previous persnal mail for you([2/3] patch), how do you think about attached patch? and what is your xim program? I can't input Japanese string with scim( my xim program ). Aric Stewart wrote:
I am pretty sure that these are done via SendMessage when I checked with Spy++. Additional a number of the applications I am working with hang when the WM_IME_NOTIFY is sent out of order.
-aric
Byeong-Sik Jeon wrote:
We have to call PostMessage to send WM_IME_NOTIFY message. To send WM_IME_CONTROL, we use SendMessage, but WM_IME_NOTIFY is not...