Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8686741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T22:56:25+00:00 2026-06-12T22:56:25+00:00

i am creating a flex mobile project contains a list having a data in

  • 0

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…

<?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:Declarations>

        <fx:Script>
            <![CDATA[

                import mx.effects.easing.*;

            ]]>
        </fx:Script>
            <fx:Style>
        @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;
        } 


    </fx:Style>






    <s:Button x="33" y="226" label="ماجد"  skinClass="spark.skins.mobile.ButtonSkin" styleName="MyEmbeddedFont" />
    <s:Label x="67" y="347" text="على"  styleName="MyEmbeddedFont"/>
    <s:List id="test" x="146" y="79" width="324" height="305" fontWeight="normal" styleName="MyEmbeddedFont">

<s:dataProvider >
            <s:ArrayCollection id="arrr">
                <fx:String>ماجد</fx:String>
                <fx:String>على</fx:String>
            </s:ArrayCollection>    
</s:dataProvider> 

    </s:List>

</s:View>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T22:56:26+00:00Added an answer on June 12, 2026 at 10:56 pm

    I have turned arround this issue, through adding itemRenderer inside List/spinnerList, it renders the Arabic text (only Tohama font) properly on Galaxy Tab II

    <s:itemRenderer>
        <fx:Component>
            <s:ItemRenderer >
                <s:Label text="{label}" right="10" paddingTop="5" paddingBottom="5" fontSize="24" />
            </s:ItemRenderer>
        </fx:Component>
    </s:itemRenderer>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new in Flex Development, While creating a new Mobile project it asks
I'm creating a project in flex builder but it's not using the flex framework,
I'm creating an actionscript project in Flex Builder. I succeed to export from Flash
I'm creating some custom components and backing code. I've created a Flex library project
Is there any opensourse, free set of components for creating Flex mxml graphs? like
I am creating a AIR application in flex. I have a textArea having a
i have a mobile application that i am creating in Adobe Flex (Flash Builder
I am creating a mobile app with Flex 4.6 and I'm using the SplitViewNavigator
I'm somehow creating a stack overflow in Flex 3...I'm trying to get data out
I'm creating an (desktop) application with flex but AIR is not an option. (I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.