I just figured out that
there’s a GetYearControl-method. Just don’t know if and how to use
it.
···
Hi all,
I’m using the CalendarCtrl widget with
CAL_SEQUENTIAL_MONTH_SELECTION flag and it did perfectly what I wanted. Now a
new requirement forces me to enable year selection, but I don’t get it to
work. I tried a couple of things amongst them
self.EnableYearChange
(enable=True)
without success. Maybe I got it all wrong and and
there’s no way to use the widget as I want, i.e. having a drop down box
or another pair of forward backward arrows like those which are alreaedy
working for month-switching.
Can anyone tell me if it’s possible at all and
point me to a solution or workaround?
I have been looking for the demo code, but it seems
to me like I have to had more widgets (spinner, etc.) manually, not just
setting a flag or something.
TIA! - Bernd