Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [tkinter] color change for hovering over button
Post: RE: [tkinter] color change for hovering over butto...

Thank you menator01. That's more like what I was looking for.
teacher GUI 4 8,325 Jul-04-2020, 06:33 AM
    Thread: [tkinter] color change for hovering over button
Post: RE: [tkinter] color change for hovering over butto...

Thanks for the reply. It works but I cannot explain to my students why my original code doesn't work. With activebackground you don't need the <Enter> bind at all. I'm contemplating using tkinte...
teacher GUI 4 8,325 Jul-04-2020, 05:59 AM
    Thread: [tkinter] color change for hovering over button
Post: [tkinter] color change for hovering over button

The following code will not work as intended. It only turns yellow when leaving the button but not red when entering. What am I missing? import tkinter as tk def onLeave(event): b.config(bg='yel...
teacher GUI 4 8,325 Jul-04-2020, 04:33 AM

User Panel Messages

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