Hi,

Thanks for the help.  I knew about the style explorer, but I just forgot
about it.  Your right it is really helpful.   Thanks for reminding me
about this.  Its pretty slick.

-Malik

--- In flexcoders@yahoogroups.com, "Nick Sophinos" <[EMAIL PROTECTED]> wrote:
>
> Finally something that I feel qualified to help someone with:
>
> I found the Flex 2 Style Explorer indespensible for this sort of
thing:
>
>
http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExplo\
rer.html
>
> For example, click on the "Tabs" menu items and build away!
>
> - Nick
>
> On 12/22/06, kasey.mccurdy [EMAIL PROTECTED] wrote:
> >
> >
> >
> >
> >
> >
> > Hey there --
> >
> >  to space between the tabs -- there's a property called
"horizontalGap"
> >  just try like "10" for example....play around with it.
> >  ill look into your other questions....
> >
> >  --- In flexcoders@yahoogroups.com, "malik_robinson"
> >  Malik_Robinson@ wrote:
> >  >
> >  > Hi
> >  >
> >  > Few questions that I think should be easy to answer?
> >  >
> >  > 1. How can I space the tabs up in a tab navigator? I'd like to
have
> >  > space between each tab. They look too scrunched to me at least by
> >  > default.
> >  >
> >  > 2. I am trying to build an application that has tabbed interface
and I
> >  > am wondering is this the way to go about it.
> >  >
> >  > 3. Is there a way to center the tabs in the middle? Currently
they are
> >  > left aligned by default
> >  >
> >  > My code is below:
> >  >
> >  > <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
> >  > layout="absolute" frameRate="60">
> >  >
> >  > <mx:TabNavigator borderColor="#000000" borderStyle="solid"
> >  > height="100%" width="100%" backgroundColor="#eeeeee" >
> >  >
> >  > <mx:VBox label="Tab1" >
> >  >
> >  > </mx:VBox>
> >  >
> >  > <mx:VBox label="Tab2">
> >  >
> >  > </mx:VBox>
> >  >
> >  > <mx:VBox label="Tab3">
> >  >
> >  > </mx:TabNavigator>
> >  >
> >  > </mx:Application>
> >  >
> >
> >
>


Reply via email to