Harris,

Try to increase your tabWidth style.If you remove it you'll see that there is 
no problem with your labels. 

João Fernandes


-----Original Message-----
From: flexcoders@yahoogroups.com on behalf of Harris Reynolds
Sent: Thu 23-Mar-06 3:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] TabNavigator Display Issue [Flex 2 Beta 2]
 
I have the very simple Flex script that is listed below.  When the 
script is compiled and displayed the first tab is only rendering:

Brow...

After selecting the 2nd tab the whole word 'Broswer' displays.  
However, after selecting the 1st tab again the whole word 'Browser' 
is displayed, but now the end of the 'r' is shaved off.

The "first impression" when looking at this is YUCK!  The same file 
looks great in Flex 1.5.  Is there a way to make the tab labels look 
good at the outset using 2.0?  Also... is there a way to have 
characters with overhangs (like a lowercase 'r') render properly 
when selected?

thanks,

~harris

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; xmlns="*" >
<mx:Panel title="Blah Manager" width="525" height="250">
                <mx:TabNavigator id="tabNavigator" width="500" 
height="200" tabWidth="120">

                <mx:Canvas id="browserCanvas" label="Browser">
                </mx:Canvas>

                <mx:Canvas id="editorCanvas" label="Editor">
                </mx:Canvas>

        </mx:TabNavigator>
        </mx:Panel>
</mx:Application>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

<<winmail.dat>>

Reply via email to