0
I want to close a window and open another window when I press the ' continue' button for my project
It is a music player project
1 ответ
0
Define a function creating a new window
In the "continue" button's command parameter, write in the following way:
command=lambda: [oldwindow.destroy(), call the function u created]
Hope I was able to explain properly