yes, i did set the variable to a blank text, i just didn't think when i switched to when screen initailize set global variables instead of initializing directly.
this is the opening screen, but to avoid further confusion i will rename the screens.
also,the link you gave me was super helpful. thanks. i'll switch to that method.
i made adjustments up in the top.I also decided that the name variable is just a copy of new_project and its useless. Also, sorry for the fuzzy images.
and yes, i do know that variables do not travel across screens.
the problem is that the app wont save any of your progress. I brought up the screen four stuff because i think the name might be getting changed and that is part of the tag, so it has to be the exact same thing every time. i would expect an error message or something though. also what do you use for video clips?
There is a TinyDB block that returns the entire content of TinyDB as a dictionary. It makes for good debugging visibility. Add a DebugTinyDBLPK List Picker to your screens, and set its BeforePicking event to load Elements from the output of that block.
like this?also, i only have a single tiny db. i just found something! i created a new project set the rows in project and stitches in row, and it set rows to rows in project and stitch to stitches in row. the listpicker doesn't show anything useful, though. something is switched. this is great! all we need to do is look out for anything that is switched around. but something on screen four made the progress work! it just shows it as completed.
I found it! the app doesn't set the dictionary to the progress. the save button only saves the stitches in row and rows in project, it doesn't override the original progress dictionary with the new progress
IT WORKS!!!! yes! finally it works. thank you everyone who helped me, this is great. thank you so much. the blocks at the top are the changes that i made.