[flexcoders] Re: Tab Navigator : how to set corner Radius to only the left-right bottom?

2008-01-02 Thread scalenine
You may need to fake it by using the child container to overlap the top rounded corners by adjusting paddingTop of the TabNavigator, like this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:TabNavigator x=401 y=361 width=200

Re: [flexcoders] Re: Tab Navigator : how to set corner Radius to only the left-right bottom?

2008-01-02 Thread Yochikoh Haruomi
Thank you so much Juan. This is exactly what I'm looking for. At first, I faked it by creating a rectangular background underneath the unwanted top rounded corner and painted it the same color as the container. But your solution is much more effective. Thank again! -Kt scalenine [EMAIL

Re: [flexcoders] Re: Tab Navigator : how to set corner Radius to only the left-right bottom?

2008-01-02 Thread Yochikoh Haruomi
Thank you so much Juan. This is exactly what I'm looking for. At first, I faked it by creating a rectangular background underneath the unwanted top rounded corner and painted it the same color as the container. But your solution is much more effective. Thank again! -Kt scalenine [EMAIL