Hi all,
Is it possible to uncheck the checkbox in a DatePickerCtrl? Here is how I set it up (WinXP/Python 2.4/2.8.7.1 (msw-unicode)):
wx.DatePickerCtrl(self, size=(120,-1), style=wx.DP_DROPDOWN | wx.DP_SHOWCENTURY | wx.DP_ALLOWNONE)
I'm saving the status of a bunch of controls to a database and I would like to reset all of the controls after the save. I searched the archive but didn't see anything relevant.
Thanks,
Eric