Note that there are some explanatory texts on larger screens.

plurals
  1. POUnicode characters inside a list not displayed in Adobe Flex mobile project
    primarykey
    data
    text
    <p>i am creating a flex mobile project contains a list having a data in Arabic language. the data on list not appearing , is there is anyway to display the Arabic text on the list?? i tried to change the font but i didn't work also... </p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;s:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView"&gt; &lt;fx:Declarations&gt; &lt;/fx:Declarations&gt; &lt;fx:Script&gt; &lt;![CDATA[ import mx.effects.easing.*; ]]&gt; &lt;/fx:Script&gt; &lt;fx:Style&gt; @namespace s "library://ns.adobe.com/flex/spark"; @font-face { src: url("fonts/TAHOMA.TTF"); fontFamily: myArial; embedAsCFF: false; fontWeight: normal; advancedAntiAliasing: true; unicodeRange: U+00A0-U+00FF, U+0020-U+003E, U+0152-U+0178, U+2002-U+20AC, U+0192-U+0390, U+0391-U+03D6, U+2022-U+2044, U+2118-U+2135, U+2190-U+21D4, U+2200-U+22C5, U+2308-U+232A, U+25CA-U+2666, U+00A1-U+00FF, U+2000-U+206F, U+20A0-U+20CF, U+2100-U+2183, U+0020-U+007E, U+00B2-U+00B9,/* SUPERSCRIPT*/ U+2070-U+2089,/* SUBSCRIPT*/ U+0600-U+06FF,/* Arabic */ U+FB50-U+FDFF,/* Arabic */ U+FE70-U+FEFF;/* Arabic */ } @font-face { src: url("fonts/TAHOMA.TTF"); fontFamily: myArial2; fontWeight: normal; embedAsCFF: true; advancedAntiAliasing: true; unicodeRange: U+00A0-U+00FF, U+0020-U+003E, U+0152-U+0178, U+2002-U+20AC, U+0192-U+0390, U+0391-U+03D6, U+2022-U+2044, U+2118-U+2135, U+2190-U+21D4, U+2200-U+22C5, U+2308-U+232A, U+25CA-U+2666, U+00A1-U+00FF, U+2000-U+206F, U+20A0-U+20CF, U+2100-U+2183, U+0020-U+007E, U+00B2-U+00B9,/* SUPERSCRIPT*/ U+2070-U+2089,/* SUBSCRIPT*/ U+0600-U+06FF,/* Arabic */ U+FB50-U+FDFF,/* Arabic */ U+FE70-U+FEFF;/* Arabic */ } .MyEmbeddedFont { fontFamily: myArial2; font-size: 30px; color: #eeafaf; } &lt;/fx:Style&gt; &lt;s:Button x="33" y="226" label="ماجد" skinClass="spark.skins.mobile.ButtonSkin" styleName="MyEmbeddedFont" /&gt; &lt;s:Label x="67" y="347" text="على" styleName="MyEmbeddedFont"/&gt; &lt;s:List id="test" x="146" y="79" width="324" height="305" fontWeight="normal" styleName="MyEmbeddedFont"&gt; &lt;s:dataProvider &gt; &lt;s:ArrayCollection id="arrr"&gt; &lt;fx:String&gt;ماجد&lt;/fx:String&gt; &lt;fx:String&gt;على&lt;/fx:String&gt; &lt;/s:ArrayCollection&gt; &lt;/s:dataProvider&gt; &lt;/s:List&gt; &lt;/s:View&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload