Hi, I understand that is when it 'should' be dispatched, but my problem is that I have a listener function that is never getting called when I reorder the tabs. I'm listening for the event like:
superTabNavElement.addEventListener(SuperTabBar.TABS_REORDERED, onTabReorder); Any ideas? d. On Mon, Nov 24, 2008 at 2:46 PM, valdhor <[EMAIL PROTECTED]> wrote: > 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] <flexcoders%40yahoogroups.com>, "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. > > > > >

