Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Tkinter delete values in Entries, when I'm changing the Frame
Post: RE: Tkinter delete values in Entries, when I'm cha...

(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 cal...
robertoCarlos GUI 11 5,812 Jul-29-2020, 04:48 PM
    Thread: Tkinter delete values in Entries, when I'm changing the Frame
Post: RE: Tkinter delete values in Entries, when I'm cha...

(Jul-29-2020, 04:32 PM)Yoriz Wrote: Create the entries once only, at the same point of creating the containing frames and not as part of the button event handler Thanks. Yes you are right. But the n...
robertoCarlos GUI 11 5,812 Jul-29-2020, 04:35 PM
    Thread: Tkinter delete values in Entries, when I'm changing the Frame
Post: RE: Tkinter delete values in Entries, when I'm cha...

(Jul-29-2020, 04:25 PM)Yoriz Wrote: You are making a new blank entry each time you change frame Do you know what i have to do, to solve this?
robertoCarlos GUI 11 5,812 Jul-29-2020, 04:28 PM
    Thread: Tkinter delete values in Entries, when I'm changing the Frame
Post: RE: Tkinter delete values in Entries, when I'm cha...

import tkinter as tk class Win1: def __init__(self, master): self.master = master self.master.title("Gap Assessment") self.topFrame = tk.Frame(self...
robertoCarlos GUI 11 5,812 Jul-29-2020, 04:08 PM
    Thread: Tkinter delete values in Entries, when I'm changing the Frame
Post: Tkinter delete values in Entries, when I'm changin...

First of all, I am sorry if I do not comply with the optimal formalities in my first question. I have programmed a GUI with several windows with Tkinter. Each of these windows has its own entries. Wh...
robertoCarlos GUI 11 5,812 Jul-29-2020, 02:06 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020