2023-02-06 05:20 AM
Hi,
the documentation says
"The tool [translations.rb] can be run in the TouchGFX Environment."
What is meant by "TouchGFX Environment" ?
What does the dollar $ sign represent ? Is it a ruby interpreter ? Or some TouchGFX command line tool ?
Thank you
Solved! Go to Solution.
2023-02-06 06:13 AM
Hello ferro,
TouchGFX Environment is a command line tool provided when you install TouchGFX Designer. It does include a Ruby interpreter so that developers can use the scripts of framework.
It can be found in your installation path at : \env\MinGW\msys\1.0\msys.bat
/Osman
2023-02-06 06:13 AM
Hello ferro,
TouchGFX Environment is a command line tool provided when you install TouchGFX Designer. It does include a Ruby interpreter so that developers can use the scripts of framework.
It can be found in your installation path at : \env\MinGW\msys\1.0\msys.bat
/Osman
2023-02-06 08:55 AM
Crystal clear, Thanks.
This helped to understand how to run it from command line
"C:\TouchGFX\4.21.1\env\MinGW\msys\1.0\\bin\sh" --login -i
2023-02-07 12:07 AM
You're welcome :)