hi
make list with arabice contacts for iphone but its not display very good why ?
or what cods i use for fix it ?
like this :
this my cod :
<?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="HomeView">
<fx:Declarations>
<fx:Model id="my" source="kaka/Menu.xml" />
<s:ArrayList id="arr" source="{my.Menu}" />
</fx:Declarations>
<s:RichEditableText editable="false" y="10" left="284" right="10" height="49" fontWeight="bold"
text="محمد" textAlign="center" verticalAlign="bottom"/>
<s:List right="38" bottom="20" width="290" height="600" dataProvider="{arr}" fontFamily="Verdana"
labelField="a" styleName="MyEmbeddedFont" verticalCenter="95">
</s:List>
<s:DataGrid x="10" y="207" width="278" height="603" dataProvider="{arr}" />
</s:View>