PythonDataScience24 / GymGenie

Advance Python Project
MIT License
0 stars 0 forks source link

See Goals #4

Closed ddd42-star closed 4 months ago

ddd42-star commented 4 months ago

when the user click son see goals and then comeback to the menu, even closing the window the mainloop() keep going. We don't understand why

lfercer commented 4 months ago

I have been checking code, the difference i found between the exit button of set goals (it works) and see goals is the way of creating the button. In the set goals it is displayed on the frame where as in see goals in on the root.

lfercer commented 4 months ago

I will check it later if there are more difference, with the create button function or not.