0

(tkinter) i want when i click on button that create a new folder and my problem is (i want this page is disable and every time i wants that open) just like accounts in game

i make a class that make an window but when i closed that and open that (again) all of information are deleted (i craete a lable , a button and an entry when i click on button the lable.config(text=f"{entry.get()}") but when i again come to this page i see the lable dont get the text of entry in first time i come to this page

Bryan Oakley
  • 370,779
  • 53
  • 539
  • 685

1 Answers1

0

I had a similar problem, I found the solution is to put the first page/main page in a loop and when the loop is done you create a new canvas that can be later destroyed.

This solution is basic, doe it does the same purpose.