Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - ghon

Pages: 1 [2]
16
Thank you for your quick answer.  :)

17
When assign "lrxml" file with LimeReport Designer or use the Open with
LimeReport, open with Empty file.
Please add this feature to LimeReport Designer.
Thanks.

18
Discussion | Обсуждение / Re: Arabic translation
« on: January 28, 2017, 02:58:30 PM »
It has been working on the translation of TS Files to Arabic.
It was attached.
But I would point out that the adoption of the Arabic language or any language belongs to the Right to left.
You must set Qapplication Wedgit to RTL:

Code: [Select]
a.setLayoutDirection (Qt :: RightToLeft);
The languages that belong to Right to left
  • Arabic script (Arab 160, Aran 161) – used for Arabic, Persian, Urdu and many other languages.
  • Hebrew alphabet (Hebr 125) – used for Hebrew, Yiddish and some other Jewish languages.
  • Syriac alphabet (Syrc 135, variants 136–138 Syrn Syrj Syre) Syriac language.
  • Samaritan alphabet (Samr 123) – closely related to Hebrew, used for the Samaritans'
  • writings.
  • Mandaic alphabet (Mand 140) – closely related to Syriac, used for the Mandaic language.
  • Thaana (Thaa 170) – used for Dhivehi.
  • Mende Kikakui (Mend 438) – for Mende in Sierrra Leone. Devised by Mohammed Turay and Kisimi Kamara in the late 19th century. Still used but only by about 500 people.
  • N'Ko script (Nkoo 165) – devised for the Manding languages of West Africa.
  • Adlam (Adlm 166) – devised in the 1980s for writing the Fula languages of West and Central Africa.
to see more..
visit: https://en.wikipedia.org/wiki/Right-to-left

for example: Gimp With Right To Left and Gimp With Left To Right

19
Discussion | Обсуждение / Arabic translation
« on: January 27, 2017, 08:20:08 PM »
If you want to add Arabic translation of the (Lime Report Preview). I'd be happy to help with that.

20
Discussion | Обсуждение / Re: Problem in Arabic language
« on: January 21, 2017, 06:32:54 PM »
Thank you so much.

21
Discussion | Обсуждение / Re: Problem in Arabic language
« on: January 19, 2017, 01:37:45 AM »
Thanks for help.
You can add  "layoutDirection" property to TextItem and FieldItem like QLineEdit in Qt Creator.
Value= Qt :: RightToLeft and Qt :: LeftToRight
Like rtl.png Attachment file

22
Discussion | Обсуждение / use IF condition
« on: January 18, 2017, 12:14:32 PM »
Can I use IF() Condition if Variable has value in report datasource?

23
Discussion | Обсуждение / Problem in Arabic language
« on: January 18, 2017, 12:10:20 PM »
Thank you for the great work on the LimeReport Project, but there are some problems.
1- QR Code object does not support Arabic letters, It shows instead "error: Invalid character in input data"
2- TextItem does not support "setLayoutDirection (Qt :: RightToLeft)"

Pages: 1 [2]