I want to close a window and open another window when I press the ' continue' button for my project | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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

12th Mar 2022, 9:16 AM
Santhos RAJ 14
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
13th Mar 2022, 8:30 AM
shreya
shreya - avatar