Do you call wxInitAllImageHandlers() in your app's startup?
Nope, I sure didn't. That did the trick. Thanks.
Isn't that waht the demo using? Or are you looking at a different sample
in
the demo?
The sample is called wxDragImage, found under Micellaneous, but it appears
to me that the code is maybe an old way of dragging images? Before the code
was encapsulated into wxDragImage?
Joel
···
----- Original Message -----
From: "Robin Dunn" <robin@alldunn.com>
> Isn't that waht the demo using? Or are you looking at a different
sample
in
> the demo?
The sample is called wxDragImage, found under Micellaneous, but it appears
to me that the code is maybe an old way of dragging images? Before the
code
was encapsulated into wxDragImage?
Look closer. The demo/wxDragImage.py module is a demo that shows how to use
the wxDragImage class, (one possibility anyhow.) Most of them are that way.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!