This seems to be a bit of a usability impediment and I was wondering
if anyone had any tips to resolve it. I tried binding to
wx.EVT_KEY_DOWN (I'm already doing that to allow the up and down
arrows to go up or down by one day), but it that event doesn't seem to
be triggered on a tab. I also tried wx.EVT_NAVIGATION_KEY, but no
luck. I also tried using Move[After/Before]InTabOrder to make sure
things were as expected but again no luck.
Apparently on OSX tabs work as expected, so perhaps it is a bug in a
GenericDatePickerCtrl?
Thanks so much for any assistance! (and a CC on the reply would be
greatly appreciated as well :)
Sorry, the semi-colon is not part of the link: http://python.pastebin.com/fe7c1621
Done! http://trac.wxwidgets.org/ticket/11630 . Thanks for your time
and help on this, and as I mentioned in the bug report, work-arounds
are quite welcome.
- Mike