Arabic problem with datagrid

Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default Arabic problem with datagrid

    i have a datagrid control that i have filled up with arabic data generated from
    a database. my problem is:

    1- Data are aligned left. i need the text to be aligned right

    the below code will not do the trick the content of the datagrid will not be
    shown !!

    2- when viewing from MAC the arabic text is broken (ie each character is not
    linked to the next one) while in windows it shows perfectly !?

    any help

    dgquestions.columns[0].setStyle("textAlign", "Right");

    leothelion76 Guest

  2. Similar Questions and Discussions

    1. Problem inserting arabic caracters in SQL server table
      I have a problem when trying to insert arabic characters in SQL Server data base from a Coldfusion MX 7 cfml page. All arabic sent characters to...
    2. Persian or Arabic Font problem
      Hi Dear Sir/Madam? I really need an emergency help? I have a .swf file that loads variables from an external .txt file and show them. My data in...
    3. Arabic Problem In ColdFusion Mx
      Hi Paul, Do you know if there is an access equivalent to defining text columns as 'N' datatypes? Thanks, Richard
    4. problema ultima pagina datagrid asp.net/problem last page datagrid
      ciao, ho un problema. ho un datagrid in una pagina asp.net con le impostazioni di PAGING abilitate. Uso l'impostazione NUMERIC PAGE. Il problema è...
    5. how to embed arabic fonts in director so that arabic texts will be shown
      how to embed arabic fonts in director so that arabic texts will be shown normally in their format not in symbols
  3. #2

    Default Re: Arabic problem with datagrid

    first problem solved using the cellrender option. but still i need to fix the second problem please any help?
    leothelion76 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139