Categories | Question details Back To List | ||
Set Default Tab how do I set a default tab when I use the tabbar.addTab() method to create the tab? Answer posted by Support on Mar 19, 2008 01:59 You can try to use setTabActive method: tabbar.setTabActive(tabId); |