Hello, I am wanting to create a custom TabNavigator to include the functionality of a MenuBar. So I am wanting the drop down of the MenuBar, but the seperation of space like the TabNavigator. How would I go about doing this. I have seen several examples of how to create custom components, but none about the TabNavigator. Would I create an mxml component with a mx:VBox as the root and mx:Text for each of the menu bar items? Would I then set the render attribute of the TabNavigator to be this new component?
Thanks, Amanda

