Hi there,
I'm practising a lot with lists and storage components. Here in my project I have a csv file that I want to read and then work out from this list, but in all screens that I have this file (RESULT and mostrar_datos), the app suddenly closes without showing any error message. In one screen (RESULT) I've saved all csv data in a TinyDB, in the other one (mostrar_datos) I haven't... and it still doesn't work in any of both.
By the way, is there any way to find where my issue is by myself. For example, like when in some bocks the red cross appears meaning there's no such list, element, etc. needed.
Thanks for all your resources!!
I have two questions regarding the Pura Vida Tutorial.
The first one:
Why is this math (blue) equal used instead of the logic (green) equal?
The second one:
I got the idea that it's better to work with layouts (visible true/false), but for the app that I already have... how can I go to another screen with start value but also closing the current screen I am at?
Yes, I used to use this block, but then the new screen opens without having closed the one I was in.
I don't know how to combine both blocks: "open another screen with value" + "close current screen", do you know what I mean?
You have a solution which uses the close screen block and the open another screen block together... now what happens, if you replace the open another screen block by open another screen with value?
But both close screen and open another screen with start value don't allow other blocks below them, so I cannot put one and then the other one... I don't know if you get my idea...