Hi,
I am working on a program where I have 4 Tabs, using TabHost, and in each tab I have like 10 EditText boxes where the user can enter some settings.
The problem that I'm having is that when changing from one tab to another the focus goes to an EditText box where data is already there erasing the entry in that box. I would like the focus to go lets say to an EditText that is disable, so it doesn't show in my screen.
RequestFocus doesn't do anything to solve this problem. Is there any workaround this issue? Any recommendations? This issue is really messing up my program.
Thank you,
Robert
I am working on a program where I have 4 Tabs, using TabHost, and in each tab I have like 10 EditText boxes where the user can enter some settings.
The problem that I'm having is that when changing from one tab to another the focus goes to an EditText box where data is already there erasing the entry in that box. I would like the focus to go lets say to an EditText that is disable, so it doesn't show in my screen.
RequestFocus doesn't do anything to solve this problem. Is there any workaround this issue? Any recommendations? This issue is really messing up my program.
Thank you,
Robert