On 6/6/07, rashmi_nraj <[EMAIL PROTECTED]> wrote: > I am facing an issue with TabBar. I have extended the TabBar so that > it uses a custom Tab created by me. > I am able to do it without any hassle by using the namespace mx_internal. > > But I do not want to use it as the code might break in the future > releases of Flex.
You could override createNavItem() in your subclass and create an instance of your specific button/tab class.
