Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: tkinter button acts normal ONLY after clicking off the window
Post: RE: tkinter button acts normal ONLY after clicking...

I have been using IDLE (3.4.4) to run python. I tried IDLE 3 (3.6.3) and it works now. They're both "3.something", I'm not sure what the the difference is between "IDLE" and "IDLE 3" is... The newer ...
justin_m GUI 8 5,521 Apr-24-2018, 02:41 AM
    Thread: tkinter button acts normal ONLY after clicking off the window
Post: RE: tkinter button acts normal ONLY after clicking...

Larz60+: I copied your code, and unfortunately it makes no difference on my end.
justin_m GUI 8 5,521 Apr-24-2018, 12:22 AM
    Thread: tkinter button acts normal ONLY after clicking off the window
Post: RE: tkinter button acts normal ONLY after clicking...

Larz60+: I read the link you gave me. Thank you for editing my post. wooee: I added root.mainloop() and it doesn't make a difference.
justin_m GUI 8 5,521 Apr-24-2018, 12:16 AM
    Thread: tkinter button acts normal ONLY after clicking off the window
Post: RE: tkinter button acts normal ONLY after clicking...

I'm not getting any error messages.
justin_m GUI 8 5,521 Apr-24-2018, 12:06 AM
    Thread: tkinter button acts normal ONLY after clicking off the window
Post: tkinter button acts normal ONLY after clicking off...

I have a mac 10.13.4, and am using python 3.4.4 . Here is my code: #################### from tkinter import * root = Tk() canvas = Canvas(root, height = 1000, width = 1000) canvas.pack() def butto...
justin_m GUI 8 5,521 Apr-23-2018, 10:29 PM

User Panel Messages

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