Re: GUI with RTL and BiDi support

new topic     » goto parent     » topic index » view thread      » older message » newer message
mattlewis said...
EUWX said...

wxEuphoria: I use wxeuphoria, and have requested the release using the latest wxWidgets library version 2.9. wxPython has implemented it and I am waiting patiently for the release of wxEuphoria based on the latest wxWidgets library. That is has one that has full Unicode support.

wxEuphoria has been fully unicode for some time. I believe that the way to get RTL working is to create a wxLocale object. It's not well documented by wxEuphoria, but the wxWidgets documentation is here. Basically, I think it should look like this:

constant HEBREW = create( wxLocale, wxLANGUAGE_HEBREW ) 

I haven't tested this.

Matt

Whether or not the client tries his RTL, I am going to try this

constant HINDI = create( wxLocale, wxLANGUAGE_HINDI ) 

Matt: I need a few more golden code lines from you to try and continue from there.
If it it works, I will put out for everybody a good looking demo for two Indic languages.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu