Hi,

Etsushi Kato wrote:
Hi all,

On 3/9/07, Etsushi Kato <[EMAIL PROTECTED]> wrote:
Drawing preedit text with HandleUpdateActiveInputArea() and put correct cursor
position with HandleOffsetToPos() is not implemented yet.

I've just implemented the preedit text handling from input methods in
salframe.cxx.

pl, could you verify it since I'm not sure when to call
SALEVENT_ENDEXTTEXTINPUT?

Cheers,


I can verify, the preedit can enter japanese text now (though kanji conversion did not seem to work yet ?) You should call SALEVENT_ENDEXTTEXTINPUT when the preedit mode is left, that is either cancelled, or the contents is committed, or there is a partial commit and the preedit mode is entered again immediately.

SALEVENT_ENDEXTTEXTINPUT basically says, that the last text sent with SALEVENT_EXTTEXTINPUT is to be inserted in the document, be it empty or filled.

Kind regards, pl

--
If you give someone a program, you will frustrate them for a day;
if you teach them how to program, you will frustrate them for a lifetime.
     -- Author unknown

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to