Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.55 KB

FAQ.md

File metadata and controls

34 lines (22 loc) · 1.55 KB

Frequently Asked Questions

Can I redistribute Tuw with my scripts?

Yes, and you can rename it to GUI.exe, 'project name'-GUI.exe, or 'project name'_GUI.exe.

How can I insert an input into multiple places in commands?

Use the id option for components.
You can use the defined IDs as variable names in commands.

How can I run multiple commands at the same time?

Tuw will execute a single line command on the command prompt (or the terminal.)
So, it's the same question as "How can I run multiple commands as a single line on the command prompt (or the terminal?)"
It's a little complicated task, but you can find tons of websites that explain about it.
Also, you can see some examples about it.

What's gui_config.json for?

It saves the previously executed arguments.
The executable will use them as default values when launching.

My Linux machine says Could Not Display when launching the executable

Check Allow executing file as program. (Properties->Permissions->Execute)
You will be able to launch the executable by double-click.
CloudNotDisplay

My Linux machine says File not found (or nothing) when clicking the executable

It could be due to glibc dependencies.
The released binary requires GTK+ 3.10, GLIBC 2.15, and GLIBCXX 3.4.21 (or newer versions of the libraries).
You should get the libs, or build the executable by yourself.