>From looking at the code and the example, this event is fired when you drag and drop a tab from one position to another.
--- In [email protected], "Derrick Anderson" <[EMAIL PROTECTED]> wrote: > > 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. >

