Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can't change the colour of Tk button text
Post: RE: Can't change the colour of Tk button text

ah, a bit more experimenting.. it does work on my Pi, but not on my Mac..
Pilover GUI 6 14,677 Feb-27-2019, 09:02 PM
    Thread: Can't change the colour of Tk button text
Post: RE: Can't change the colour of Tk button text

Thank you for your response. I've tried your example code and that doesn't seem to work either.
Pilover GUI 6 14,677 Feb-27-2019, 07:00 PM
    Thread: Can't change the colour of Tk button text
Post: Can't change the colour of Tk button text

Please help! This code doesn't work, but doesn't produce an error. from tkinter import * master = Tk() button = Button(master, text="some text", bg="red") button.grid(column=0, row=0) This code is a...
Pilover GUI 6 14,677 Feb-26-2019, 09:26 PM

User Panel Messages

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