Thanks,
Tripp
On 6/30/09 4:11 AM, "maxim_spirin" <maxim_spirin@...> wrote:
Hello to everybody!
I have a trouble with TabBar : when I run my application I see some space between tabs. Sometimes it is seen from the start, sometimes after any tab rollover. Also the last letters in the tabs are cut off.
Funny thing - after mouse click on any tab all layout become excellent.
I am using an embedded font for the bar. Here is the code:
var myTextFormat:TextFormat = new TextFormat();
myTextFormat.font = "Arial Rounded MT Bold";
myTextFormat.size = 15;
myTextFormat.color = 0x5E5E5E;
myTextFormat.kerning = true;
tabBar.setRendererStyle("textFormat", myTextFormat);
tabBar.setRendererStyle("embedFonts", "true");
I have tried to dispatch an mouseClick event from tabBar but nothing has changed.
Please reply anybody who knows how to fix this problem.
Thanks.