I have a project which works fine in wxPython 2.6. But in the version 2.7, there is something wrong:
I have some DatePickerCtrls created with default values(i.e. today), if I never SetValue() to them or change their values, now I GeValue() directly will raise an error: “GetValue(): bug in DatePickerCtrl: m_date not in sync”
I have a project which works fine in wxPython 2.6. But in the version 2.7, there is something wrong:
I have some DatePickerCtrls created with default values(i.e. today), if I never SetValue() to them or change their values, now I GeValue() directly will raise an error: “GetValue(): bug in DatePickerCtrl: m_date not in sync”