Replies: 6 comments 2 replies
-
That a good question, I do not use right-to-left in my own Developpement, normally right-to-left depend of TControl.FillTextFlags that depend of the form.BiDiMode. I will need to investigate |
Beta Was this translation helpful? Give feedback.
-
I see the problem, i m working on it and will provide a fix aa soon as possible |
Beta Was this translation helpful? Give feedback.
-
@Mahjouri6 can you update the alcinoe repository to the very last version and say me if it's work now ? |
Beta Was this translation helpful? Give feedback.
-
i do not know too much about left to right language, can you say me where the radio button must be? on the left of the text or on the right of the text ? can you show me an exemple ? |
Beta Was this translation helpful? Give feedback.
-
Ok, so i think i must make a generic function to inverse the order. it's not only about the radio button and their labels if I understand well but everything that was aligned on the left must now be aligned on the right. I will work on it, i quite sure this can be done inside a generic function |
Beta Was this translation helpful? Give feedback.
-
The problem is that in Align property we do not have "start" and "end" but only "left" and "right". This is a problem because if we mirror automatiqually the layout, their is no way to know what MUST stay on the left and what must go on the right. I need to study this, look not so much trivial as it's mean we must add new value to TAlignLayout |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi
How can I make TALDialog right-to-left?
Beta Was this translation helpful? Give feedback.
All reactions