Page 1 of 1

Tab order and language management

Posted: Fri Oct 31, 2014 15:22
by Banyfitch
Hi,

I have two questions, is it possible to move between widgets with a keyboard (or a gamepad) ? I only found a thread (viewtopic.php?f=5&t=6432) talking about that, but I didn't find how to do it.
Is it possible to manage multiple language with CEED ? I mean if I want a button with the text "Cancel" in English, Spanish, ... Is there a way to do it properly ? may be with an ID or an enum refering to the good text, depending which language i choose.

Thank you for your time !

Re: Tab order and language management

Posted: Sun Nov 02, 2014 11:46
by Ident
Timotei's changes are in default branch. You would have to use default branch to access this. I am not sure if it is also in v0 branch. I will direct timotei to this thread.

Regarding language management: there is nothing built-in in CEGUI that does this. If you wanna make an addition we would gladly integrate it, feel free to make a PR.

Re: Tab order and language management

Posted: Sun Nov 02, 2014 14:46
by timotei
Yup, default only.

To get started, there is some documentation: https://bitbucket.org/cegui/cegui/src/7 ... at=default

Also, a sample: https://bitbucket.org/cegui/cegui/src/7 ... at=default

Re: Tab order and language management

Posted: Mon Nov 03, 2014 09:33
by Banyfitch
Ok, nice !

Do you know when this feature will be on stable branch ?

Re: Tab order and language management

Posted: Mon Nov 03, 2014 09:44
by Ident
At 1.0 Release

Earliest around Mid 2015
We have to fix and finish a ton of things before we can Release 1.0, it is a huge Release

Re: Tab order and language management

Posted: Mon Nov 03, 2014 09:52
by Banyfitch
Oh ok thx :)