In my project, I’m trying to recreate a translator, after I select the form and to language the project crashes
muneer
October 30, 2021, 5:59pm
2
The image of the codes is too small to read and when enlarged, the details are distorted.
You can debug this by changing a label value and adding wait blocks right after to see when/where the project fails.
I explain how to do that here:
I thought I’d share a process I use for debugging my projects. It involves creating a function that can be used over and over throughout the code blocks in order to help determine where things are going wrong, whether or not certain blocks are ever triggering, and what the values of several variables are.
Here’s a screenshot of what I’ve set up:
[Screen Shot 2020-09-25 at 12.39.27 PM]
The real power comes from being able to quickly change the delay (and even set it to 0 seconds) or just remo…
Did you mean for both of these to be “fromLanguages”?
Here is the link to the project Thunkable
I believe the problem is that you have a lot of duplicate blocks where you’re getting the from language twice or the to language twice when you mean to be alternating. I’m pretty sure the Translator1 setting here should be TargetLanguage:
Another problem is that your local db column is called “toLanguage” but you are referring to it as “toLanguages” which is different: