Thanks Andrew for the tab-width style trick... I'll try to be more precise, in fact I was looking for a way to control each tab's width or inner margins individually, because my tabs aren't equals in width, but when the whole collection of tabs is bigger than the TabBar width, all tabs gets the same size [availablesize / number of tabs], which makes my longer labels truncated while shorter ones are crazily long for the label they contain...
Any idea ? Ciao, r0main --- In [email protected], "Andrew Spaulding" <[EMAIL PROTECTED]> wrote: > Sorry, I noticed you meant TabBar .. I would still give tab-width and > tab-height a go though, > > cheers, > > Andrew Spaulding > www.flexdaddy.info > > > --- In [email protected], "Andrew Spaulding" <[EMAIL PROTECTED]> wrote: > > You can control the width and height of the tabs with the following > > styles: > > > > TabNavigator > > { > > tab-width: 40; //default = 70 > > tab-height: 35; //default = 22 > > } > > > > if you decrease the width you'll see a difference in the left and > > right margins in the tabs. > > > > For more information be sure to check out the FlexStyleExplorer from > > Macromedia Consulting > > http://weblogs.macromedia.com/mc/archives/2005/06/updated_flex_st.cfm > > > > Hope that helps, > > > > Andrew Spaulding > > www.flexdaddy.info > > > > > > > > --- In [email protected], "r0main" <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I've got a TabBar that is filled with 14 tabs, and now that bar is too > > > wide, but I can see on each tab about 40 pixels of inner margins... Is > > > there a way I can control those left and right margins inside my tabs > > > ? Or a way I can individually set each tab's size ? > > > > > > Thanks a lot, r0main -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

