x

ADONIS:
Version 3.90.4 (Released at 04/07/2024)
- Bug in interface save/read is fixed.
- Bug in mesh generation action has been fixed.

HYRCAN:
Version 2.0.13 (Released at 02/03/2024)
- To allow users to import CAD files using scripting, the importmodel command is introduced.
- Program's webhelp has been reformatted.


message box not translated [solved](Read 6883 times)
message box not translated [solved] on: December 05, 2017, 09:42:06 am
i was playing with the software and experimenting some unusual behaviors.

so i've followed the first 10 steps in "adonis_sheet_pile.ajs" script, i.e. the ones following:

newmodel()
set("unit","user-defined")
rect("startPoint",0,-30,"endPoint",50,0)
line("startPoint",0,-15,"endPoint",10,-15)
line("startPoint",10,-15,"endPoint",10,0)
line("startPoint",0,-10,"endPoint",10,-10)
line("startPoint",0,-3,"endPoint",10,-3)
line("startPoint",0,-6,"endPoint",10,-6)
discretize("maxedge",1)
triangle("maxedge",1)

at this point i've clicked on "mesh/mesh type" and switched some times from three-node triangle to six-node triangle.

working with the italian gui, the message box with the warning "First you need to remove the existing mesh, do you?" appeared in english and not in italian, as expected.

i've attached a screenshot of this bug at the end of this post.
« Last Edit: December 07, 2017, 12:02:12 am by reversi »



Re: message box not translated Reply #1 on: December 05, 2017, 10:04:28 am
I'll look into it. thanks for the catch



Re: message box not translated Reply #2 on: December 06, 2017, 07:27:39 pm
problem should be fix now in the latest version (i.e. V2.2.1)