FMXUI icon indicating copy to clipboard operation
FMXUI copied to clipboard

Right To Left TTextView

Open engineer21 opened this issue 4 years ago • 9 comments

Please support Right to left in TTextView Thanks

engineer21 avatar Aug 16 '20 10:08 engineer21

Try to set BiDiMode property of form

KngStr avatar Sep 09 '20 03:09 KngStr

@KngStr the problem is in the caret, the text will be shown to the right but the caret is moving on the left!!!

GaNacereddine avatar Sep 18 '20 01:09 GaNacereddine

@GaNacereddine

Caret? The TTextView does not have caret.

KngStr avatar Sep 18 '20 08:09 KngStr

@KngStr Oh I'm sorry. I was talking about the Edit control. I mixed them up.

GaNacereddine avatar Sep 18 '20 08:09 GaNacereddine

@GaNacereddine

I do not have the Right to Left envirment to test it. Can you fix it?

KngStr avatar Sep 18 '20 08:09 KngStr

Okay I will take a look, and see what I can do.

GaNacereddine avatar Sep 18 '20 08:09 GaNacereddine

@GaNacereddine

Thanks.

KngStr avatar Sep 18 '20 08:09 KngStr

@KngStr It is working with the Arabic keyboard on windows. but it fails to render correctly on Android. I think the asker is looking for the support for Arabic, Hebrew type of languages where the letters change shape depending on the position. the current fmx does not support this feature.

GaNacereddine avatar Sep 19 '20 10:09 GaNacereddine

@GaNacereddine

Thanks

KngStr avatar Sep 20 '20 05:09 KngStr