There is only one thread to control the entire UI. On Wed, May 6, 2009 at 10:15 PM, Raja Nagendra Kumar <[email protected]> wrote: > > 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 > > > > >
-- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

