On Wed, Dec 31, 2008 at 8:16 PM, btroop202 <dar...@stop-ing.com> wrote:
> How can I hide a with AS3 when a if condition is true.  So it would
> show in the TabNavigator sometimes.

The only way to do that is to remove the child from the TabNavigator
(and add it back later). You can disable the tab though by setting
'enabled' to false on the child.

Manish

Reply via email to