[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread scalenine
Try this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:TabNavigator horizontalCenter=0 verticalCenter=0 resizeToContent=true cornerRadius=10 paddingTop=0 paddingRight=10 paddingBottom=10 mx:Canvas label=Tab 1

[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread iko_knyphausen
Thanks this was very helpful. I got rid of the tiny gap, by setting the tab navigators bordercolor and the tabDetails bordercolor to the same as the background color of the container... looks perfect. Thanks again - Iko --- In flexcoders@yahoogroups.com, scalenine [EMAIL PROTECTED] wrote: Try

[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread iko_knyphausen
Just went to your site... nice! Your Obsidian theme would benefit from the background border color... Cheers --- In flexcoders@yahoogroups.com, iko_knyphausen [EMAIL PROTECTED] wrote: Thanks this was very helpful. I got rid of the tiny gap, by setting the tab navigators bordercolor and the

[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread scalenine
So like this (just in case someone is looking for a solution to the same problem): ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Style TabNavigator{ tabStyleName: tabs;