Hello everybody (from France),
We’re currently converting our Transport Management System into multi-lingual by using the Axes multi-lingual fonctionalities (I already posted a request on this topic a few months ago).
It’s almost completed but we’re encountering an issue with the function keys translation, which actually doesn’t work at all.
We tried modifying the AutoGui rules regarding the function keys management with the CTEXT function, we also tried modifying the css files and some application jasons files but with no result.
We asked the Lansa help desk and they identified a dysfunction that will be fixed with the next release of Axes, but they coudn’t give us any release date .
So my question is :
Has any one encountered this issue and how did you fix it ?
Thanks in advance for any answer or advice.
PS: I add a screenshot of an Axes project without Autogui (thus without function buttons) which shows translated function keys. To be sure that our language files are ok.
We also tried to disable th auto-recognition of function keys of the AutoGui rule :
We got the function keys translated but placed at the bottom of the screen:
Function keys translation
Moderator: jeanmichel
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Function keys translation
Hi Franck,
Are you looking for something like the following?
Result: FKey panel extension Texts_Cust_XX.txt
Regards,
Hide
Are you looking for something like the following?
Result: FKey panel extension Texts_Cust_XX.txt
Regards,
Hide
Re: Function keys translation
Hi Fairdinkum,
This is precisely what we look to achieve , here is a picture of our dictionnary:
Yet we cannot mannage to have our Fx Buttons translated, we tried many different autogui tweaks without success.
Remenbering what you teached me on a previous topic (translating subfile options) I tried to modify the extension axFkeyPanel, in the file axextensions.min.js, I am still on it.
Picture below shows some "TEXT.CUST()" I tried to insert in the function:
This is precisely what we look to achieve , here is a picture of our dictionnary:
Yet we cannot mannage to have our Fx Buttons translated, we tried many different autogui tweaks without success.
Remenbering what you teached me on a previous topic (translating subfile options) I tried to modify the extension axFkeyPanel, in the file axextensions.min.js, I am still on it.
Picture below shows some "TEXT.CUST()" I tried to insert in the function:
- Attachments
-
- exemple 2.JPG (68.76 KiB) Viewed 9024 times
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Function keys translation
Hi Franck,
I've modified axmdextensions.min.js like the following for trial. (Before)
(After)
It's in DEFINE_EXTENSION_axFkeyPanel().
Important:
- This js file will be overwritten without any notifications when applying a patch/fixpack or upgrading its version.
HTH!
Regards,
Hide
I've modified axmdextensions.min.js like the following for trial. (Before)
Code: Select all
caption: _,
Code: Select all
caption: TEXT.cust(_.trim()),
Important:
- This js file will be overwritten without any notifications when applying a patch/fixpack or upgrading its version.
HTH!
Regards,
Hide
Re: Function keys translation
Hi Fairdinkum,
It took us a while to test your solution but we could finally do it and it works great !
Thanks a lot for your help.
If you intend to spend a few days in Paris, let us know, we'll bring you to a nice restaurant !!
It took us a while to test your solution but we could finally do it and it works great !
Thanks a lot for your help.
If you intend to spend a few days in Paris, let us know, we'll bring you to a nice restaurant !!
-
Fairdinkum
- Posts: 128
- Joined: 24 Jul 2017, 17:02
Re: Function keys translation
That's great
Regards,
Hide
Regards,
Hide