Wednesday, June 1, 2011

[android-developers] Re: EditText stops displaying characters as I'm typing?

Testing seems to indicate that the work I was doing in the
OnKeyListener had some sort of impact, albeit intermittently.

I've modified the OnKeyListener to send a message to a handler and
that seems to keep everything in order. Since one of the things I was
doing in the listener, (when the enter key was pressed) was to set the
text of the EditText to an empty string. Perhaps this was just enough
to cause some trouble.

Thank you for your suggestion, it seems to have led me in a better
direction.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment