Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Showing windows after one another
Post: RE: Showing windows after one another

Thank you very much for your help. I realised yesterday when looking on stack overflow for a solution that tk() should never be called more than once. I am self taught and therefore if the first video...
Ben123 GUI 4 706 Feb-23-2024, 01:02 PM
    Thread: Showing windows after one another
Post: Showing windows after one another

import tkinter as tk from PIL import Image, ImageTk class Class1(): def __init__(self) -> None: self.root = tk.Tk() self.root.geometry('800x800') def RunWind...
Ben123 GUI 4 706 Feb-22-2024, 05:52 PM
    Thread: Tkinter callback exception
Post: Tkinter callback exception

Exception in Tkinter callback Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/__init__.py", line 1948, in __call__ return self....
Ben123 GUI 2 653 Feb-15-2024, 07:02 PM

User Panel Messages

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