OK So, have you read the documentation (http://flexlib.googlecode.com/svn/trunk/docs/flexlib/containers/SuperTabNavigator.html) and taken a look at the code sample for the SuperTabNavigator?
In the example code there is... setClosePolicyForTab(0, SuperTab.CLOSE_NEVER); There is also... // Always Show Close Button setClosePolicyForTab(0, SuperTab.CLOSE_ALWAYS); and... // Only Show Close Button on Currently Selected Tab setClosePolicyForTab(0, SuperTab.CLOSE_SELECTED); HTH Steve --- In [email protected], "lolr3a" <[EMAIL PROTECTED]> wrote: > > valdhor thanks for the reply but you didn't really read my question... > I AM using *super tab navigator*. > > I need to be able to make both closeable AND non-closeable tabs in the > same navigator... > > --- In [email protected], "valdhor" <valdhorlists@> wrote: > > > > Have you seen SuperTabNavigator in Flexlib > > (http://code.google.com/p/flexlib/) > > > > > > --- In [email protected], "lolr3a" <tzahi_elhay@> wrote: > > > > > > Hi, > > > > > > Does anyone know how to create a supertabnavigator > > > > > > with BOTH closeable and non-closeable tabs? > > > > > > I only see an option to define that for all the tabs together. > > > > > > > > > Thanks > > > > > >

