The answer is there in the error. Somewhere in your setup code you have a list instead of a button.
(Canned Reply: ABG- Export & Upload .aia)
Export your .aia file and upload it here.
You need to learn Generic Events, and how to keep components in lists.
Here is a sample for you to study ...
You also tangle up list pregunta here
so the problem is in the procedure "reiniciar"?
Maybe, you do not show it all
maybe this?, or its better sending .aia?
The problem (or one of them...) is here
You can only set a single button component with the any component blocks, e.g. btn1
.
You will need to iterate over the list global botones
setting each button in turn with the color and enablement.
so, its like "set btn1", "btn2"...?
like this?
so i have to remove them?
You have to align your questions and answers in their respective lists so that the question at index n has corresponding answers in the other lists at that same index n.
Compare the contents of your 4 lists, item by item, using the Do It debugging tool in the Companion.
Do they line up?
like so: