You can't currently. I don't believe this is an inherent deficiency in the design of TabHost, but rather that you ought not construct a UI that behaves this way. You are presuming to reveal a tab to the user and then hide it through some event. Will this be extremely clear to your user why they have lost functionality? Perhaps disabling tabs makes more sense for your UI, or designing separate activities entirely.
On Jun 15, 9:04 pm, Ahmy <[EMAIL PROTECTED]> wrote: > Hello all > > I'm successfully create a tab using TabHost and TabHost.TabSpec. > i found an addTab method but not removeTab. > there is also clearAllTabs(boolean). but that will remove all the > tab; > is there any way to remove tab by its tag name ? > > oh and i created the tab programatically or by code. > > thanx b4, --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

