I have an application currently using a wxCalendarCtrl to select a date
(for holiday specification), but I've had a request to enable multiple day
selection for this feature. Looking over the wxWindows doc seems to
imply that this is not supported; is there a way to do this? (I really
don't want to have 2 calendar controls, when usually only one is needed...)
I have an application currently using a wxCalendarCtrl to select a date (for holiday specification), but I've had a request to enable multiple day
selection for this feature. Looking over the wxWindows doc seems to imply that this is not supported; is there a way to do this? (I really
don't want to have 2 calendar controls, when usually only one is needed...)
No, it would require changes to wxCalendarCtrl to support multiple selection. (If you were to do a patch I'm sure it would be accepted.)
Another alternative would be to update the Calendar class in the wxPython library to support it.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!