Re: [Tkinter-discuss] ttk.Treeview: coloring rows using tags doesn't work with Python 3.7.3

2019-04-29 Thread Michael Lange
Hi, On Mon, 29 Apr 2019 13:16:50 +0200 Sibylle Koczian wrote: > Hello, > > the following script shows a Treeview with names and country codes of > some towns in Germany. Towns with country code "HE" or "BY" should be > shown with coloured background, in the case of "BY" additionally with > white

[Tkinter-discuss] ttk.Treeview: coloring rows using tags doesn't work with Python 3.7.3

2019-04-29 Thread Sibylle Koczian
Hello, the following script shows a Treeview with names and country codes of some towns in Germany. Towns with country code "HE" or "BY" should be shown with coloured background, in the case of "BY" additionally with white text. This works using Python 3.5 or 3.6. I seem to remember that it