I seem to be having a problem stacking multiple Activities with custom views and still receiving touch events. With a single Activity containing a single custom View I can call setFocusableInTouchMode(true) and when I touch the screen my custom view receives the "onTouch" event. >From that activity, I call "startActivity" to start up a keyboard entry screen. From that activity I call "setFocusableInTouchMode (true)" but in this second event I don't receive any "onTouch" events. Is there something I need to do within the first custom view or Activity to allow touch events to come in on the second?
Thanks in advance, Chris Haseman --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

