I've been trying to loop through all the tabs in a tabhost trying to gain access to the views (editboxes, checkboxes, spinners, radiobuttons, buttons, etc) but getting nowhere.
The way I have each tab setup in the tabhost is as follows:
Tab1
Panel
views (editboxes, buttons, spinners, etc.)
Tab2
Panel
views (editboxes, buttons, spinners, etc.)
etc...
I have tried to loop through the tabs and gain access to the views, but just cannot seem to get anywhere. I've gotten to the point where it seemed to loop through the tabs, but everytime it moved to the next higher tab, it processed all previous tabs twice!
I'm out of my mind over this. Anyone have any code that works?
Thanks.