I get a warning box with:
"No image handler for type 13 defined"
wxWindows normally doesn't link in image handlers for all types of images,
in order to be a bit more efficient. Consequently, you have to initialize
and add image handlers. You can see how it is done for each type in the
demo in MyApp.OnInit. Or you can call wxInitAllImageHandlers() to do them
all.
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!