Hola a todos!
Empecé con kodular hace poco, hace muchos años que programaba (Cobol y Pascal ), y Kodular para mi ha sido reencontrarme jejeje. Pero ahora necesito ayuda, por favor.
Tengo el fallo siguiente. Entiendo qué fallo es, pero no doy donde se produce. He ido inhabilitando bloques por bloques del programa para saber donde salta, pero no lo encuentro. Sale al principio, antes de hacer cualquier acción. Y todo el programa funciona bien. Pero este error siempre sale.
Mi pregunta es si hay alguna forma de rastrear un error. Para saber que lo ocasiona.
Muchas gracias!
Hello everyone!
I started with kodular recently, many years ago I programmed (Cobol and Pascal ), and Kodular for me has been to meet again hehehe. But now I need help, please.
I have the following ruling. I understand what failure it is, but I don’t give where it occurs. I have been disabling blocks by blocks of the program to know where it jumps, but I can not find it. It comes out at the beginning, before doing any action. And all works fine. But this error always shows.
My question is if there is any way to track an error. To know what causes it.
May you may have used same procedure in two places especially screen init and also after doing some operation… and your error due to that but after screen initialise and the logic you got data so you are seeing the error. May be not. Pls go through with your screen init block deeply
After got all rows, if you use one clock to timer and after the clock timer if you use the for each number block then the error may be skipped. Since you are using jsonarray extension, it will take some time .
Thank’s a lot to everyone for your quick help!!! has been incredible… I got fix it and learn a bit more about Kodular thank’s to everyone.
The error was in this block. I thought that this block only was run when select the list picker. But when the screen start, it executed it. So, selection index has no data and give result 0. From here the error.
Exactly. There aren’t. But upon entering the screen, that block runs for some reason. It may be that when filling in the options, it will run. I don’t know.