I have a small WxPython app using the CalendarCtrl module, which works
fine. I have it set to bring up a grid of times for a particular day's appointments
when I click on one of the days.
But I don't see how to detect which cell of a grid I click on and use that (row,col)
value. I found an example detecting the (x,y) in the panel on a click, but I don't
see this kind of example.
Any ideas? Thanks much.
Mark McWiggins