x

ADONIS:
Version 3.90.9 (Released at 10/19/2024)
- Minor bugs in mesh generation module has been fixed.
- Gmsh is upgraded to version 4.13.1.

HYRCAN:
Version 2.0.20 (Released at 05/21/2025)
- Tutorial #10 has been translated into Turkish, thanks to UMUT DAĞAR.
- The show() command can now be called from the scripting language.


message box not translated [solved](Read 15955 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)