We have a few actions to be taken based on edit and based on focus
lost on a Text Filed, Hence we made sure this View object listens to
both some thing like this

fieldEdit.addTextChangedListener(fileList);
fieldEdit.setOnFocusChangeListener(fileList);

In this context, when the field is edited and focus is lost I would
expect text change events should be handled completely before
onFocusChange events are executed provided the is only one event
handling thread.

Could any one tell me if there is only one event handling thread..Also
in this event handling code if we are adding and remove parts of the
view what kind of deadlock could happen..

For some reasons related to updates to view is resulting in dead lock
some where and we are seeing error messages

05-07 10:35:03.826: WARN/KeyCharacterMap(402): No keyboard for id 0
05-07 10:35:03.826: WARN/KeyCharacterMap(402): Using default keymap: /
system/usr/keychars/qwerty.kcm.bin

and unable to control the focused object there on..


Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com


--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to