[ 
https://issues.apache.org/jira/browse/FLEX-34658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ccking updated FLEX-34658:
--------------------------
    Description: 
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:local="*"
                           applicationDPI="480">
        
        <s:TabbedViewNavigator width="100%" height="100%">
                <local:VM/>
        </s:TabbedViewNavigator>
</s:Application>

VM.MXML
<?xml version="1.0" encoding="utf-8"?>
<s:ViewNavigator xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                                 xmlns:s="library://ns.adobe.com/flex/spark" 
width="100%" height="100%"
                                 firstView="view" cacheAsBitmap="true" 
cacheAsBitmapMatrix="{new Matrix()}">
        
</s:ViewNavigator>


view.mxml


<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                xmlns:s="library://ns.adobe.com/flex/spark" title="view">
        
        <s:ToggleSwitch/>
</s:View>


  was:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:local="*"
                           applicationDPI="480">
        
        <s:TabbedViewNavigator width="100%" height="100%">
                <local:VM/>
        </s:TabbedViewNavigator>
</s:Application>

VM.MXML
<?xml version="1.0" encoding="utf-8"?>
<s:ViewNavigator xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                                 xmlns:s="library://ns.adobe.com/flex/spark" 
width="100%" height="100%"
                                 firstView="view">
        
</s:ViewNavigator>


view.mxml


<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                xmlns:s="library://ns.adobe.com/flex/spark" title="view">
        
        <s:ToggleSwitch/>
</s:View>



> ToggleSwitch display error
> --------------------------
>
>                 Key: FLEX-34658
>                 URL: https://issues.apache.org/jira/browse/FLEX-34658
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: .Unspecified - Mobile, Mobile: ToggleSwitch
>    Affects Versions: Apache Flex 4.13.0
>         Environment: android 4.04 480*800 240dpi
>            Reporter: ccking
>             Fix For: Apache Flex 4.13.0
>
>
> <?xml version="1.0" encoding="utf-8"?>
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
>                          xmlns:s="library://ns.adobe.com/flex/spark"
>                          xmlns:local="*"
>                          applicationDPI="480">
>       
>       <s:TabbedViewNavigator width="100%" height="100%">
>               <local:VM/>
>       </s:TabbedViewNavigator>
> </s:Application>
> VM.MXML
> <?xml version="1.0" encoding="utf-8"?>
> <s:ViewNavigator xmlns:fx="http://ns.adobe.com/mxml/2009"; 
>                                xmlns:s="library://ns.adobe.com/flex/spark" 
> width="100%" height="100%"
>                                firstView="view" cacheAsBitmap="true" 
> cacheAsBitmapMatrix="{new Matrix()}">
>       
> </s:ViewNavigator>
> view.mxml
> <?xml version="1.0" encoding="utf-8"?>
> <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"; 
>               xmlns:s="library://ns.adobe.com/flex/spark" title="view">
>       
>       <s:ToggleSwitch/>
> </s:View>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to