[issue39636] Can't change Treeview row color in Tkinter

2020-02-27 Thread Олег Париев
Олег Париев added the comment: I figured out the problem myself. I found out that the problem was in the topic that I used for Tkinter -- ___ Python tracker ___

[issue39636] Can't change Treeview row color in Tkinter

2020-02-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: When I ran the initial test code of #36468, everything was black on white. When I added Matthew Barnett's fix, both text and background were changed. Until we get test code and version information that we can run and verify a problem with the fix, I am

[issue39636] Can't change Treeview row color in Tkinter

2020-02-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: What OS, what Python version, what tk version? For the latter, start IDLE and go to Help - About IDLE. -- nosy: +terry.reedy ___ Python tracker

[issue39636] Can't change Treeview row color in Tkinter

2020-02-15 Thread Олег Париев
Олег Париев added the comment: I noticed that the background does not change, but the foreground changes well -- ___ Python tracker ___

[issue39636] Can't change Treeview row color in Tkinter

2020-02-15 Thread Олег Париев
New submission from Олег Париев : Good afternoon! Cannot change the color of a Treeview string in Python version 3.8.x. The same problem would be in Python version 3.7.3, but a solution for it does not help. You can see the question by reference: https://bugs.python.org/issue36468 PS Sorry