Python Forum
[Tkinter] So what do I need to do change the color this label?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] So what do I need to do change the color this label?
#5
(Mar-31-2019, 11:27 PM)Larz60+ Wrote: Actually no it won't, I was a bit hasty. It's somewhat different for a Label, though basically the same.
you can see the list of attributes here: http://infohost.nmt.edu/tcc/help/pubs/tk...label.html
you can highlight, or set foreground and background colors which I think is what you should do. You don't have to change both, but the effect is bolder if you, for example, have a black background with a yellow foreground.
You still have me confused. I have created the label. I want to change the colors. Are you saying I do
label.tag_config(tag_name, fg='yellow',bg='black')
to change it after the fact?
or something like this?
mylabelname.config(fg='yellow',bg='black' )
Reply


Messages In This Thread
RE: So what do I need to do change the color this label? - by jpezz - Apr-01-2019, 04:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] [Solved]Change text color of one line in TextBrowser Extra 2 5,161 Aug-23-2022, 09:11 PM
Last Post: Extra
  [WxPython] [SOLVED] How to change button label? Winfried 3 2,232 May-31-2022, 06:37 PM
Last Post: Winfried
  Tkinter - How can I change the default Notebook border color? TurboC 5 15,065 May-23-2022, 03:44 PM
Last Post: bigmac
Question [Tkinter] Change Treeview column color? water 3 10,015 Mar-04-2022, 11:20 AM
Last Post: Larz60+
  Can't get tkinter button to change color based on changes in data dford 4 3,574 Feb-13-2022, 01:57 PM
Last Post: dford
  [tkinter] color change for hovering over button teacher 4 8,821 Jul-04-2020, 06:33 AM
Last Post: teacher
  [PyQt] Increase text size and change color based on temp pav1983 5 3,324 Jun-22-2020, 10:52 PM
Last Post: menator01
  [Tkinter] Change Label Every 5 Seconds gw1500se 4 7,094 May-26-2020, 05:32 PM
Last Post: gw1500se
  TKINTER - Change font color for night or day Ayckinn 2 4,005 May-24-2020, 09:25 PM
Last Post: Ayckinn
  [Tkinter] Python 3 change label text gw1500se 6 4,871 May-08-2020, 05:47 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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