ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.62k stars 793 forks source link

Tkinter Button Issue #415

Open ShuCulti opened 1 month ago

ShuCulti commented 1 month ago

I have found an odd issue where when I try to use a button command to go from one window to another, it doesn't work properly. Instead of generating the page normally, only the title and the window loads. this is particularly odd since it works completely fine when I use the an if statement instead to open a new window.

jishnupl07 commented 4 weeks ago

When you try to switch windows, you have to make sure you destroy the previous one. in case you wanna open multiple windows in Tkinter, you can use Toplevels. for better assistance, can you provide the code snippet of where you're facing the issue?