multi-select in wxCalendarCtrl?

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...)

Thanks in advance,
/Will Sadkin
Parlance Corporation
www.nameconnector.com

Will Sadkin wrote:

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!