[flexcoders] Re: Vertical TabBar Control

2009-09-10 Thread flex_coder
yeah I figured that one out, thanks. However if I have a ViewStack in place for 
each of the tabs in the Tabbar, there is always a gap in between the tabbar and 
the viewstack. I have tried making all paddings and verticalgap and 
horizontalgap to 0 but the spacing doesnt go away. any ideas for that? 

--- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote:

 mx:TabBar direction=vertical/
 
 -TH
 
 --- In flexcoders@yahoogroups.com, turbo_vb TimHoff@ wrote:
 
  
  --- In flexcoders@yahoogroups.com, turbo_vb TimHoff@ wrote:
  
  
   --- In flexcoders@yahoogroups.com, flex_coder flex_coder@ wrote:
   
Does anyone know of a Vertical TabBar control for Flex. I am using
   Flex 3 and I cant seem to find a Vertical Tabbar.
   
Any help is much appreciated.
   
  
 





[flexcoders] Re: Vertical TabBar Control

2009-09-10 Thread turbo_vb

mx:Canvas

  mx:TabBar id=myTabBar direction=vertical/

  mx:ViewStack left={ myTabBar.width - 1 }/

/mx:Canvas




-TH



--- In flexcoders@yahoogroups.com, flex_coder flex_co...@... wrote:

 yeah I figured that one out, thanks. However if I have a ViewStack in
place for each of the tabs in the Tabbar, there is always a gap in
between the tabbar and the viewstack. I have tried making all paddings
and verticalgap and horizontalgap to 0 but the spacing doesnt go away.
any ideas for that?

 --- In flexcoders@yahoogroups.com, turbo_vb TimHoff@ wrote:
 
  mx:TabBar direction=vertical/
 
  -TH
 
  --- In flexcoders@yahoogroups.com, turbo_vb TimHoff@ wrote:
  
  
   --- In flexcoders@yahoogroups.com, turbo_vb TimHoff@ wrote:
   
   
--- In flexcoders@yahoogroups.com, flex_coder flex_coder@
wrote:

 Does anyone know of a Vertical TabBar control for Flex. I am
using
Flex 3 and I cant seem to find a Vertical Tabbar.

 Any help is much appreciated.

   
  
 




[flexcoders] Re: Vertical TabBar Control

2009-09-09 Thread turbo_vb

--- In flexcoders@yahoogroups.com, flex_coder flex_co...@... wrote:

 Does anyone know of a Vertical TabBar control for Flex. I am using
Flex 3 and I cant seem to find a Vertical Tabbar.

 Any help is much appreciated.





[flexcoders] Re: Vertical TabBar Control

2009-09-09 Thread turbo_vb

--- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote:


 --- In flexcoders@yahoogroups.com, flex_coder flex_coder@ wrote:
 
  Does anyone know of a Vertical TabBar control for Flex. I am using
 Flex 3 and I cant seem to find a Vertical Tabbar.
 
  Any help is much appreciated.
 





[flexcoders] Re: Vertical TabBar Control

2009-09-09 Thread turbo_vb
mx:TabBar direction=vertical/

-TH

--- In flexcoders@yahoogroups.com, turbo_vb timh...@... wrote:

 
 --- In flexcoders@yahoogroups.com, turbo_vb TimHoff@ wrote:
 
 
  --- In flexcoders@yahoogroups.com, flex_coder flex_coder@ wrote:
  
   Does anyone know of a Vertical TabBar control for Flex. I am using
  Flex 3 and I cant seem to find a Vertical Tabbar.
  
   Any help is much appreciated.