i found the methods to control composing text in IMF are very limited.
for example:
i want to draw the compoing text and the cursor by myself. but i do
not find how to implement this.
i also want to set the cursor position into the composing text when i
call setComposingText. seems it's impossible.
And i found an issue that. setComposingText is also insert the
composing text to a fixed position. the following code does not work.

InputConnection ic = getCurrentInputConnection();
ic.setSelection(xxx, yyy);
ic.setComposingText(composingtext, 1);

Any one can tell me why? Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to