Hi all,

I'm pretty new to Android development, enjoying it a lot so far, but
I've hit my first stumbling block for which I couldn't find an answer
in the documentation or online.

The home screen of my application has three EditText views, meant to
be used as three different search functions, each with a "Search"
button.

The app works perfectly on the device (G1) when using the trackball:
I can move between the EditTexts with the trackball, all the events
fire as expected, I can enter text using the physical keyboard in the
selected EditText, Enter correctly submits the proper search, etc.
etc.

However, I can't switch between the EditText views using touches -
only by using the trackball.  Touches seem to be completely ignored by
the EditText.  Touches do fire for the buttons, but very hard - takes
a lot of tries to make a touch register.

In the simulator, clicking on any EditText does nothing - the first
one always remains selected, and I never get a soft keyboard.

This is all inside a TabHost - I've read there are some problems with
that configuration, but it sounds like a slightly different issue (the
EditText doesn't seem to lose focus - everything works perfectly with
the trackball).

Any suggestions for what I can check?

Thanks,

Alex

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to