quote:
Originally posted by CookieRevised
Isn't it so that a RichEdit control can have its own 'input locale' (=combination of input language and keyboardlayout)?
maybe, but in that case, how is it possible that when Basilis sets it once, it changes automatically back to english when another key is selected?
quote:
Originally posted by CookieRevised
In that case it might be possible to set it the same as the user's global input language setting. Although, I can imagine that this on its turn might be inconvenient for people who want to translate for example Chinese when their global input language is set to English (thus the opposite of what Basilis is experiencing). Could be an option....
yep, that's a problem.
but there's something else: when i did the program, there were several problems with RTL languages and with languages which don't use the english codepage, so I did some "protection" code against those cases. I think that that may be the reason of Basilis' problems. I don't think I can fix it, as that would break other parts of the program, or the program when it runs in other enviorments :/
What you can do, Basilis, is adding a new section and value in your file, maybe that would make the program work correctly: The translators reads [Font]>CharacterSet and with the value tries to do some things to improve the text displayed in the RichEdit... so, try to add this in your file
code:
[Font]
CharacterSet=<whatever_charset_you_use>
and remember to remove that before submiting the file
quote:
Originally posted by CookieRevised
like the standard file selections which are still for Plus! 3, enabling drag and drop for the language file inputs
that's easy to do
Maybe i'll have some free time today or tomorrow, i can do it.
quote:
Originally posted by CookieRevised
and a sizeable window
quote:
Originally posted by Basilis
Could you make the window able to maximize or at least be a little bigger?
for now, I prefer to keep the window with a fixed size. I'll make it bigger, however.
quote:
Originally posted by Basilis
Also, it would be helpful if we could copy past text?
you can use Ctrl+C and Ctrl+V already, can't you?