Hi, I have written a subclass of EditText that has an onFocusChangeListener that brings up a keyboard on focus. I have view that uses this EditText that needs to register an onFocusChangeListener on the same EditText. Setting the listener in the view kills the listener that brings up the keyboard.
I could extend the listener that calls up the keyboard, call super and then do my custom listener actions. But this seems like a very non- object oriented way of doing things. What are my options other than what I mentioned above? Is this not a legitimate use case to have an add<Listener> instead of a set<Listener>. Thanks, Nik Bhattacharya Senior Technologist frog design --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

