Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tkinter Button Issue #415

Open
ShuCulti opened this issue May 21, 2024 · 1 comment
Open

Tkinter Button Issue #415

ShuCulti opened this issue May 21, 2024 · 1 comment

Comments

@ShuCulti
Copy link

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants