problem in arabic text dispalying

Login to reply to this topic.
Tue, 2005-03-01 12:47
Joined: 2003-12-20
Forum posts: 85
hi to all,

i am successfully display the arabic unicode text on the screen, but now the problem is, it is display the arabic text in left to right not from right to left.
is there any right to left unicode drivers needed.

with best regards
khair m soormo

Tue, 2005-04-05 16:06
Joined: 2005-03-30
Forum posts: 8
problem in arabic text dispalying
actually the display of arabic characters from right to left is up to the OS itself.  Symbian v7.0, doesn't support right-to-left reading order, so i am suppose you are writing ur application to a mobile that is built on V7.0.  anyway, i have heard that symbian has supplied a file that fixes this problem, check their site
Mon, 2005-06-27 11:53
chishti_hameed (not verified)
Forum posts: 2043
Re: problem in arabic text dispalying
Quote from: ash2911
actually the display of arabic characters from right to left is up to the OS itself.  Symbian v7.0, doesn't support right-to-left reading order, so i am suppose you are writing ur application to a mobile that is built on V7.0.  anyway, i have heard that symbian has supplied a file that fixes this problem, check their site

Does any one knows where to find this file which can FIX this problem?Huh??
Tue, 2005-07-19 11:34
Joined: 2004-09-24
Forum posts: 9
Re: problem in arabic text dispalying
Hello there plz let me know about the same. Even am stuck with the same thing.
I am displaying arabic text but it is displayed from left-right , want to reverse the order.

Lilesh.
Tue, 2005-07-19 12:44
chishti_hameed (not verified)
Forum posts: 2043
Re: problem in arabic text dispalying
Quote from: lilesh
Hello there plz let me know about the same. Even am stuck with the same thing.
I am displaying arabic text but it is displayed from left-right , want to reverse the order.

Lilesh.

Richtext editor does it automatically.
 
Wed, 2005-07-20 13:41
Joined: 2004-09-24
Forum posts: 9
Re: problem in arabic text dispalying
Wht about menus and list box
Please advise ASAP.

Lilesh
Thu, 2005-07-21 05:15
chishti_hameed (not verified)
Forum posts: 2043
Re: problem in arabic text dispalying
Quote from: lilesh
Wht about menus and list box
Please advise ASAP.

Lilesh

i dont know how to fix problem with menu, but with listbox
you can use customn fonts .

CColumnListBoxItemDrawer* drawer = iListBox->ItemDrawer();
drawer->ColumnData()->SetColumnFontL(1, iFont);
Mon, 2005-07-25 12:08
Joined: 2004-09-24
Forum posts: 9
Re: problem in arabic text dispalying
Hello christi ,
                Thanks for helping , but my problem is not yet solved . Can u tell me where can i find that file which displays the arabic text properly.

Mon, 2005-07-25 12:16
chishti_hameed (not verified)
Forum posts: 2043
Re: problem in arabic text dispalying
Quote from: lilesh
Hello christi ,
                Thanks for helping , but my problem is not yet solved . Can u tell me where can i find that file which displays the arabic text properly.



write me at: hameed@mail.ru 
Mon, 2005-08-29 16:21
Joined: 2005-03-31
Forum posts: 173
Re: problem in arabic text dispalying
well i am also facing same problem...right to left
Any solution?

Sat, 2005-12-17 18:08
Joined: 2005-12-04
Forum posts: 75
Re: problem in arabic text dispalying
Please Help Me by refereng to this link:
http://forum.newlc.com/index.php/topic,11830.0.html
Tell Me how you displayed the arabic text?
  • Login to reply to this topic.