Python Forum
How to disable focus on Frame in Tkinter? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: How to disable focus on Frame in Tkinter? (/thread-26792.html)



How to disable focus on Frame in Tkinter? - szafranji - May-13-2020

Hello. I have a question. I have one frame in the program(the lower rectangle in the image), which contains the LabelBox widget. When I click Tab to go to this widget, borders of the frame where LabelBox is located disappear. Is there any method to prevent this from happening?


RE: How to disable focus on Frame in Tkinter? - DT2000 - May-13-2020

Please show your code and any errors you are getting and also show what you have tried so far to correct this problem.
It is easier to find a solution or offer suggestions if the code able to be viewed.