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!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuesta
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