Maybe you can add name="{label}" to the children? Ralf.
On Sun, Nov 2, 2008 at 11:20 AM, Mic <[EMAIL PROTECTED]> wrote: > myTabBar.selectedIndex = > myTabBar.getChildIndex(myTabBar.getChildByName(e.label)); does not > work because the child name is not the tab label text. How would I do > this? TIA, > > Mic. > >