Hello all!
I'm developing a simple app which displays information based on the category you choose.
To achieve that, I used TinyDB to store data of which button was pressed, which would then show a different result on another screen.
Currently I'm just working on the bare-bones framework of the system, so I can add more details later, but at a point, it was refusing to let me set the background color of the screens to white. Any other color was fine, but setting it to white (through any method) lead to the color being switched back to "Default" immediately. So, I used "When screen is initialized, set screen background color to..." to set the color to white.
But after I did that, it started constantly crashing whenever I pressed a button to switch screens. At first it would crash when I rapidly switched between screens, but now it crashes when I first start the app and press a button to switch from screen 2 to 3. (The entire app turns off)
It's been a while since I coded anything, and this is my first project in a while. Am I making a glaring mistake that I'm just not aware of?
I've included the file below, please tell me if anything else is needed!
Thank you.
buttontest.aia (42.2 KB)