mm.. basically im creating a client messenger. the tab reveal when
user wants to chat to some user.
and the tab close when user no longer want to see the chat window.
the reason im doing this is because i just wanted a single activity.
and its only for testing my client messenger library.
single activity can reduce the complexity because the activity only
for a sample of how using this library.

thanks any way

On Jun 19, 9:02 am, Josh Guilfoyle <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to