No handler found for XML node 'object', class 'wxCalendar'
Can someone point the way to 'handling' this node?
Didn't you mean "wxCalendarCtrl" and not "wxCalendar"? If not and
wxCalendar is your own control, then you have to implement
wxXmlResourceHandler that handles it (see the docs; I don't know if
it is already possible from wxPython, though). Or you can use the
"unknown" pseudo-class (there's a demo of it in C++ XRC sample).
Regards,
Vaclav
- --
PGP key ID: 0x465264C9 (get it from wwwkeys.pgp.net)