Search the web
Sign In
New User? Sign Up
ydn-flash · Yahoo! Flash Developer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
TabBar problem: gaps between tabs and last letter cut   Message List  
Reply | Forward Message #1870 of 2032 |
Re: [ydn-flash] TabBar problem: gaps between tabs and last letter cut

I am unable to reproduce this issue using your code snippet with a tabbar. Please include a full repro case. Also, what version of ASTRA TabBar are you using? If you are not using 1.4, downloading the latest version should probably fix the problem. If you are using 1.4, what OS and version are you on?  What version of flash are you using?

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.

  
    




Tue Jun 30, 2009 6:02 pm

tripp.bridges
Offline Offline
Send Email Send Email

Forward
Message #1870 of 2032 |
Expand Messages Author Sort by Date

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...
maxim_spirin
Offline Send Email
Jun 30, 2009
11:12 am

I am unable to reproduce this issue using your code snippet with a tabbar. Please include a full repro case. Also, what version of ASTRA TabBar are you using?...
Dwight Bridges
tripp.bridges
Offline Send Email
Jun 30, 2009
6:03 pm

Hi, Tripp! I have updated astra tabBar and now all is looking properly. Many thanks!...
maxim_spirin
Offline Send Email
Jul 1, 2009
7:59 am

I am having the same issue, even after updating to version 1.4. It occurs if antiAliasingType is set to advanced (AntiAliasType.Advanced). The following code...
shockthetoast
njdoor
Offline Send Email
Oct 15, 2009
10:50 pm

It's not surprising that setting antiAliasType on an internal display object causes the text to be cut off. The TabBar and it's buttons don't know to measure...
Josh Tynjala
joshtynjala
Offline Send Email
Oct 15, 2009
11:54 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help