Python Forum
[Tkinter] Tkinter delete values in Entries, when I'm changing the Frame - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] Tkinter delete values in Entries, when I'm changing the Frame (/thread-28676.html)

Pages: 1 2


RE: Tkinter delete values in Entries, when I'm changing the Frame - robertoCarlos - Jul-29-2020

(Jul-29-2020, 04:37 PM)deanhystad Wrote:
(Jul-29-2020, 04:35 PM)robertoCarlos Wrote: Thanks. Yes you are right. But the next Problem is, that the widgets from AFrame does not disappear, when i call BFrame. For this reason the BFrame contains widgets which are not supposed to be in there. Do you know what i can do in this case?

Hide them?

You said i should hide them, but there are nearby 500 widget in 4 different Frames. Do you know how i can hide them all efficiently? – Djangopy just now Edit Delete


RE: Tkinter delete values in Entries, when I'm changing the Frame - deanhystad - Jul-29-2020

Sounds like you should be using a notebook.