Open AI-M-BOT opened 9 months ago
To be honest, this looks as a tkinter bug/corruption in your system. Take note that tkinter has limited compatibility with changing window visual attributes, so I'd recommend you to switch to another, more mature, UI toolkit such as Qt (PySide/PyQt).
Regarding what the cause of the issue is, I have no idea
To be honest, this looks as a tkinter bug/corruption in your system. Take note that tkinter has limited compatibility with changing window visual attributes, so I'd recommend you to switch to another, more mature, UI toolkit such as Qt (PySide/PyQt).
Regarding what the cause of the issue is, I have no idea
however it results the same in normal cmd window as well all text will disappear when i am not taking screenshot
In my machine the code provided works as expected, and the interface renders successfully. Could it be that there is an issue on your side, such as a corrupted system component or display driver?
In my machine the code provided works as expected, and the interface renders successfully. Could it be that there is an issue on your side, such as a corrupted system component or display driver?
I double checked all environment details and nothing goes wrong even after sfc and dism command this situation still happens
Should be like:
But actually:
Not sure what problem it is (the window will show like normal only when screenshot tool is used)
Test code: