Hi,
I have one problem:
I create main TabActivity with external TabHost which consists of 3
tab activities. 1st and 3rd is a simple activities each of which
contains control button and EditText  2nd is also internal TabActivity
with only one tab. This tab contains one button. When I try switch
from this tab to any tabs of external main TabHost (manually by
clicking on TabWidget or programmatic by button clicking with API
function setcurrentTab(3)) then switched tab controls lost focus and
any controls aren't editable. I know that I miss something, but I
didn't understand what exactly wrong. If I switch only 1st and 3rd
tabs and didn't enter to the 2nd, I can edit both EditTexts in this
tabs. When I click to the second tab, factory creates content for the
second tab view with internal TabHost and now, any attempt to edit
EditText in 1st or 3rd shifts focus from EditText to the Buttons
(actually to the first control in activity)
Is there anything that i can try to avoid this problem? Thanks.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to