[
https://issues.apache.org/jira/browse/FLEX-34115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
victor yew updated FLEX-34115:
------------------------------
Description:
I have come to this bug where localization does not work in Android 4.4.2.
Oddly, this problem only occurs in the spark list component. The dataProvider
is showing blank items.
The following is my code:
<s:List id="list" width="100%" height="100%" locale="zh_CN">
<s:itemRenderer>
<fx:Component>
<renderers:RoundedListItemRenderer
decorator="{data.icon}" labelField="label" styleName="roundedListStyle"
alternatingItemColors="0xdcdcdc" color="0x444444" downColor="0xb0b0b0"
width="100%" height="100%"/>
</fx:Component>
</s:itemRenderer>
<s:ArrayCollection>
<fx:Object type="current"
label="{resourceManager.getString('resources','str1')}"
icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="statement"
label="{resourceManager.getString('resources','str2')}"
icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="history"
label="{resourceManager.getString('resources','str3')}"
icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="deposit"
label="{resourceManager.getString('resources','str4')}"
icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="withdrawal"
label="{resourceManager.getString('resources','str5')}"
icon="@Embed('images/ico_next_grey.png')"/>
</s:ArrayCollection>
</s:List>
was:
I have come to this bug where localization does not work in Android 4.4.2.
Oddly, this problem only occurs in the spark list component. The dataProvider
is showing blank items.
The following is my code:
<s:List id="list" width="100%" height="100%" locale="zh_Cn">
<s:itemRenderer>
<fx:Component>
<renderers:RoundedListItemRenderer
decorator="{data.icon}" labelField="label" styleName="roundedListStyle"
alternatingItemColors="0xdcdcdc" color="0x444444" downColor="0xb0b0b0"
width="100%" height="100%"/>
</fx:Component>
</s:itemRenderer>
<s:ArrayCollection>
<fx:Object type="current"
label="{resourceManager.getString('resources','str1')}"
icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="statement"
label="{resourceManager.getString('resources','str2')}"
icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="history"
label="{resourceManager.getString('resources','str3')}"
icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="deposit"
label="{resourceManager.getString('resources','str4')}"
icon="@Embed('images/ico_next_grey.png')"/>
<fx:Object type="withdrawal"
label="{resourceManager.getString('resources','str5')}"
icon="@Embed('images/ico_next_grey.png')"/>
</s:ArrayCollection>
</s:List>
> Localization does not work in Android 4.4.2
> -------------------------------------------
>
> Key: FLEX-34115
> URL: https://issues.apache.org/jira/browse/FLEX-34115
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: List
> Affects Versions: Apache Flex 4.11.0
> Environment: Windows 7 64 bit, Flash Builder 4.6, HTC One Android
> 4.4.2/ Galaxy Note 3 Android 4.4.2
> Reporter: victor yew
> Labels: android, flex, list, localization, mobile
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> I have come to this bug where localization does not work in Android 4.4.2.
> Oddly, this problem only occurs in the spark list component. The dataProvider
> is showing blank items.
> The following is my code:
> <s:List id="list" width="100%" height="100%" locale="zh_CN">
> <s:itemRenderer>
> <fx:Component>
> <renderers:RoundedListItemRenderer
> decorator="{data.icon}" labelField="label" styleName="roundedListStyle"
>
> alternatingItemColors="0xdcdcdc" color="0x444444"
> downColor="0xb0b0b0" width="100%" height="100%"/>
> </fx:Component>
> </s:itemRenderer>
> <s:ArrayCollection>
> <fx:Object type="current"
> label="{resourceManager.getString('resources','str1')}"
> icon="@Embed('images/ico_next_grey.png')"/>
> <fx:Object type="statement"
> label="{resourceManager.getString('resources','str2')}"
> icon="@Embed('images/ico_next_grey.png')"/>
> <fx:Object type="history"
> label="{resourceManager.getString('resources','str3')}"
> icon="@Embed('images/ico_next_grey.png')"/>
> <fx:Object type="deposit"
> label="{resourceManager.getString('resources','str4')}"
> icon="@Embed('images/ico_next_grey.png')"/>
> <fx:Object type="withdrawal"
> label="{resourceManager.getString('resources','str5')}"
> icon="@Embed('images/ico_next_grey.png')"/>
> </s:ArrayCollection>
> </s:List>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)