You are browsing as a guest. Sign up (or log in) to start making projects!

44m 3s logged

This is a quick and off the style devlog, but hopefully it’s still informative. This is Devlog 3 for Arch on your Android.

Basically, there is a giant dialog flag bug in my code. It has something to do with missing arguments for a flag.

The way dialog works, if you don’t know, is that there are flags that you can add at the end of the dialog command that customizes it. For example, this dialog --title "Test Title" --msgbox --stdout "Test Contents of a file" 0 0 would display a standard message prompt. But because of some syntax error, I keep getting

Expected no less than 20 tokens for -i, have 4. 
Use dialog --help for all options.

or something similar.
I have to do extended testing and may have to start some 60-line segments of the code over. That will take a while, so the rest of the setup (which is now 4 parts instead of 3) will have to wait.

By the way, this is just a random screenshot of it in action right now.

0
1

Comments 0

No comments yet. Be the first!