You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the app pops up and appears to have all functionality but is barely visible; Below is start of the App;
Any suggestions on adjusting the pop up display?
python run.py
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\13057\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "C:\Users\13057\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 839, in callit
func(*args)
File "C:\Users\13057\AppData\Local\Programs\Python\Python310\lib\site-packages\customtkinter\windows\widgets\scaling\scaling_tracker.py", line 186, in check_dpi_scaling
window.block_update_dimensions_event()
File "C:\Users\13057\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 2383, in getattr
return getattr(self.tk, attr)
AttributeError: '_tkinter.tkapp' object has no attribute 'block_update_dimensions_event'
The text was updated successfully, but these errors were encountered:
Describe the bug
the app pops up and appears to have all functionality but is barely visible; Below is start of the App;
Any suggestions on adjusting the pop up display?
python run.py
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\13057\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "C:\Users\13057\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 839, in callit
func(*args)
File "C:\Users\13057\AppData\Local\Programs\Python\Python310\lib\site-packages\customtkinter\windows\widgets\scaling\scaling_tracker.py", line 186, in check_dpi_scaling
window.block_update_dimensions_event()
File "C:\Users\13057\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 2383, in getattr
return getattr(self.tk, attr)
AttributeError: '_tkinter.tkapp' object has no attribute 'block_update_dimensions_event'
The text was updated successfully, but these errors were encountered: