Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visual FoxPro 6.0 Arabic Features
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00123000
Message ID:
00123639
Vues:
21
Hi Elyon,

>> ... Now, to satisfy my curiosity - how did your INTL framework deal with Hebrew?

INTL is an object that can be endowed with implementation strategy objects. One of these strategies is called RightToLeft.

The RightToLeft strategy makes a vertical mirror image of all objects in their containers by swapping their Left property with This.Left= (PARENT.Width-THIS.Left), and does other cute things like reversing the alignment properties, reordering grid columns, pages, and so on. The actual reversing of the control captions is done by the RTL property, and the menus and window borders and window controls come for free with the localized version of windows. The font is switched by a separate font strategy which is usable in any situation, not only RTL.

So, in short, you could say it's done with mirrors <s>.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform