j4321 / tkcalendar

Calendar widget for Tkinter
https://pypi.python.org/pypi/tkcalendar
GNU General Public License v3.0
97 stars 33 forks source link

DateEntry widget cannot be disabled or readonly'd #104

Open GuestTox opened 1 year ago

GuestTox commented 1 year ago

I cannot configure the state of the widget to be "disabled" or "readonly" like normal Entry widgets for some reason, here's the line of the code which isn't working: entries[index].config(state="disabled") I have other entries to config which is why they're in a list, they all work except for the DateEntry widget one.