[flexcoders] Re: Overlaping tabs - is it possible ?

2007-03-08 Thread pitziilu
for now I used some skins that APPEAR overlaped. (every tab's skin has
 some corners from the neighbours :P)
It's a hell redesigning them... but it works for now.

It could be done a lot more easy if I could draw the skin for the
entire tab and change that box layout. 
I stopped at that because I couldn't do it.
Can someone help me with that ?




--- In flexcoders@yahoogroups.com, "nathanpdaniel" <[EMAIL PROTECTED]> wrote:
>
> You could try reskinning the tabs to where it "looks" like they're 
> overlapping... I've actually done this before.
> -Nathan
> 
> --- In flexcoders@yahoogroups.com, "pitziilu"  wrote:
> >
> > Hello.
> > I am trying to make some tabs that are overlaping..
> > I extended the TabBar flex's default component, put a 
> horizontalGap of
> > "-10". 
> > The problem is that the tabs overlap in a different order.
> > I want the first tab on the last level of the display list, so it's
> > not overlaped by the the second tab... and so on.
> > 
> > check this out:
> > http://www.flickr.com/photos/[EMAIL PROTECTED]/412718564/
> > 
> > I want to extend the TabBar so I keep all the other good stuff that
> > comes with it.
> > 
> > Can this be done?
> > 
> > thank you for your time!
> >
>




[flexcoders] Re: Overlaping tabs - is it possible ?

2007-03-07 Thread nathanpdaniel
You could try reskinning the tabs to where it "looks" like they're 
overlapping... I've actually done this before.
-Nathan

--- In flexcoders@yahoogroups.com, "pitziilu" <[EMAIL PROTECTED]> wrote:
>
> Hello.
> I am trying to make some tabs that are overlaping..
> I extended the TabBar flex's default component, put a 
horizontalGap of
> "-10". 
> The problem is that the tabs overlap in a different order.
> I want the first tab on the last level of the display list, so it's
> not overlaped by the the second tab... and so on.
> 
> check this out:
> http://www.flickr.com/photos/[EMAIL PROTECTED]/412718564/
> 
> I want to extend the TabBar so I keep all the other good stuff that
> comes with it.
> 
> Can this be done?
> 
> thank you for your time!
>