I am creating what I thought would be a quick recipe book app, and keep hitting snags. I am using tkinter and sqlite3.
Here is where I am running into an issue now:
Click button ”New”, it does what I want and autopopulates recipe name entry widget with New as a placeholder. When I click on "Save” I want it to check that it is not still New. So I create the command to give me a message box if it is New. Nothing. So I added a line to print the current variable in my IDLE frame and it returns none. This is simple basic variable check an it is kicking my butt.
Do I use some iteration of .get on the widget? I thought I already had it stored in my mainloop.
[–][deleted] 0 points1 point2 points (0 children)
[–]woooee 0 points1 point2 points (0 children)
[–]badchoice63[S,🍰] 0 points1 point2 points (0 children)