Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2005
    Posts
    63

    Writing in arabic

    hi guys, my computer have the necessary arabic font , as i can write in many app right sentence in arabic as in m.office but when i write in ams it is just become ?????
    please help me guys
    thanks in advance

  2. #2
    Join Date
    Jun 2008
    Posts
    34
    you can change the font for the object's to arabic font

    (listbox, Label, Paragraph, RichText,..)

    but if you mean when write an arbic word's with the code it will become like ????? but it's ok becouse when you preview the project you will see the arabic Alphabet .

    pic

    .
    .
    i hope that will help.

  3. #3
    Join Date
    Nov 2005
    Posts
    63
    thanks mate for the reply ,
    yup it worked but only with the "new rich text object" even when i preview it ,
    ??????? won't change

    any help

  4. #4
    Join Date
    Jun 2008
    Posts
    34
    try this link

    click here

  5. #5
    Join Date
    Oct 2007
    Posts
    233
    Thanks a lot
    I had this prob in farsi lng

  6. #6
    Join Date
    Jun 2010
    Posts
    1

    Same prob

    i have this problem too.
    seems ams doesn't support Arabic/persian Languages so i'm using bitmap button its cool

  7. #7
    Join Date
    Feb 2010
    Posts
    35
    This code work correctly in Persian language:
    Code:
    a = {} ;
    a.FontName = "B Lotus" ;
    a.FontSize = 14
    a.FontScript = 178
    Button.SetProperties("Button1",a);

  8. #8
    Join Date
    Apr 2011
    Posts
    1
    Quote Originally Posted by hamseda04 View Post
    This code work correctly in Persian language:
    Code:
    a = {} ;
    a.FontName = "B Lotus" ;
    a.FontSize = 14
    a.FontScript = 178
    Button.SetProperties("Button1",a);
    Thank you my friend your help makes me too happy!!
    Dastet dard nakone!

Similar Threads

  1. Arabic Fonts
    By QueenCobra in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 08-10-2004, 06:14 AM
  2. Arabic support in script
    By aelsharawi in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 11-24-2003, 03:31 PM
  3. Writing Text to a File
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-22-2003, 02:02 PM

Posting Permissions

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