Android Question Private and Dim ? , Preview problem in different Tabs

Itila Tumer

Active Member
Licensed User
Longtime User
I HAVE some question . I have Tabhost there of them. ANd I can see list view or everything from DB. but if ı write

TabHost1.AddTab("PERSON","main")
TabHost1.AddTab("ANIMAL","main") ' Adds Page on the first Tab
TabHost1.AddTab("GRUP","Page2") ' Adds Page2 on the second Tab
TabHost1.AddTab("TEST","Page3")



I cannot see at first . just in second page.. Is that because of PRİVATE or DİM ????
how can I fix it.?
Please Help.
 

Attachments

  • T.Ç.zip
    147 KB · Views: 136
Top