Topic: Right To Lefty Languages

I need to do a HEBREW based database .
Hebrew writes from right to left .

The fields like EDIT and MEMO do not offer right  justification , hebrew needs right justification.

What can be done ?

May I offer that this small improvement will be added to propertis of all relevat objects ?

I beleive it is your  intrest as well , and it will bring you more market to VD as well .

Thanks
Elico

Re: Right To Lefty Languages

+1 smile

Re: Right To Lefty Languages

Using script you can to enable property BiDiMode

Use BiDiMode to enable the control to adjust its appearance and behavior automatically when the application runs in a locale that reads from right to left instead of left to right. The bidirectional mode controls the reading order for the text, the placement of the vertical scroll bar, and whether the alignment is changed.

please download an example:
http://myvisualdatabase.com/forum/misc. … download=1

Dmitry.

Re: Right To Lefty Languages

How exactly I do that ?

BiDiMode does not appear in any property if I am not wrong.

Elico

Re: Right To Lefty Languages

elico wrote:

How exactly I do that ?

BiDiMode does not appear in any property if I am not wrong.

Elico

please download an example:
http://myvisualdatabase.com/forum/misc. … download=1

Dmitry.

Re: Right To Lefty Languages

Yes I understand .
But this is good for runtime only .

I suggst adding RighToleft option at design time to all controls properties as well.

also it will be a good idea to add "SEARCH" option to the forum .

Thanks
Elico

Re: Right To Lefty Languages

elico
Thanks, it's planned.


You can find link for search at top in menu


or:
http://myvisualdatabase.com/forum/search.php

Dmitry.

Re: Right To Lefty Languages

Bidi is implemented via scripts but actually I doubt it is working properly since it only initiate a left to right writing aligned to the far right: when typing abcdefgh, it should write hgfedcba. Am I wrong?

Re: Right To Lefty Languages

tcoton wrote:

Bidi is implemented via scripts but actually I doubt it is working properly since it only initiate a left to right writing aligned to the far right: when typing abcdefgh, it should write hgfedcba. Am I wrong?

It's works properly only for regional Windows like Arabic, Hebrew and so on...

Dmitry.

Re: Right To Lefty Languages

Thanks
Elico

Re: Right To Lefty Languages

AAaaaaah Ok, sorry I do have European regional setting, that's why smile