Hi, Does anyone familiar with the SuperTabNavigator in FlexLib know how to capture the tab reorder event? I looked in the code and I see that it dispatches the event TabReorderEvent, but when I listen for that event like so:
surveyPages.addEventListener(SuperTabBar.TABS_REORDERED, onTabReorder); <flexlib:SuperTabNavigator id="surveyPages" my function is never called, anyone know how to do this? thanks, d.

