07-02-2018 09:22 PM
Okay, I don't think I'm doing this correctly. The dialog window is exactly what is written in the format string instead of taking the values from the error in.
Also I'm fumbling with where does the One button dialog goes. In the loop it outputs the dialog box with every iteration, which I think is because it checks every iteration, correct? Except its not, when I turn off the device halfway nothing happens, And 20 iterations worth of dialog boxes is not going to work.
07-04-2018 09:11 PM - edited 07-04-2018 09:11 PM
1. Do not wire the Error In on the Format Into String, especially since you already know there's an error. That will cause the Format Into String to not do what it is supposed to.
2. The Format Into String should only be in the Default case. You have special strings you want for the error codes you know, right?
