When I use CTkEntry() and try to get the value from the entry field, an error occurs AttributeError: 'NoneType' object has no attribute 'get'
any solutions?
I just need to get the value for the entry to perform certain calculations
When I use CTkEntry() and try to get the value from the entry field, an error occurs AttributeError: 'NoneType' object has no attribute 'get'
any solutions?
I just need to get the value for the entry to perform certain calculations