Hi,
The best solution for the time being is to use Over-the-top entry, so that characters you type are shown in a small child window rather than a seperate window.
If you're feeling keen, then you could try and interface XIM to Microsoft's own input context stuff (see ImmGetContext in imm32.dll).
Do you have any patches for us to try out?
Mike
rain shaw wrote:
Hi all, I do apply some patches to the wine source according to some tips in bugs library,and I can input chinese in notepad now. But,every time window was created,will the input method popup.For example,if a message box popped up,the xim will popup as well. It seems that we called the XIM related Xlib function every time new window was created. Would u please give me some suggestions about how to disable create and open XIM while create non-text-input related window? in other word,how to determin the x-window that going to be created is a control that need input method ? Thanx!