• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Proper Bi-Directional support

snagar

New member
Hi Lone Wolf developers.
First let me thank for the great tool, it is really amazing peace of work.

My request is to have a proper support for Bi-Directional languages. I mean, the OS support it, you should be able to write/read from Left to Right and Right to Left.
When I want to prepare a Realm with language that is written Right to Left, there is no support for that, the characters are not displayed correctly, thus making my work to prepare adventures for Kids or non English readers much harder.

Thanks
 
Not a feature I am likely to use (though top-to-button left-to-right could be useful), but I am all for more choices :-)

Though I am afraid that will mean a lot of coding and frustrated programmers.
 
The mix of Windows Forms and HTML probably isn't helpful.

I wonder how (poorly?) it worked before the switch.
 
Last edited:
Such a feature requires fundamental support in the underlying framework being used (Qt does it very well).

A lot of the older frameworks were designed in the USA when internationalisation was seen as an afterthought rather than a fundamental concept. (Qt was made in Finland.)
 
Windows Forms has right-to-left support. Like everything, though, you have to plan and test for it. It's not free.

Also Realm Works uses third-party controls so they'd need those controls to support right-to-left. Unfortunately, the DevExpress controls (version 13.2) currently used by Realm Works don't support right-to-left; only last year (in 15.1) did some of those controls get right-to-left support. (To answer my own question above: exactly as poorly.)

Anyway, I agree that it'd be cool to have a right-to-left supporting version of Realm Works, but I expect it'd be pretty low on the totem pole of features to implement. Like below export low. :(
 
Last edited:
Getting right to left text correct is not really a problem. Getting true bi directional text, where numbers are left to right even if the text is right to left, can be tricky.

But as mentioned that is more a matter of which controls RW is presently using and whether they support such and apparently they don't.

Migrating from one version of a control to a newer version of a control is one of those things that always sounds like it will be much easier than it turns out being. I would assume that if it is done it will be long after the CM is released.
 
Back
Top