Attached a set of patches and new files to implement DragImage + sample for bigdemo. Alex _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Alex Fenton wrote:> Attached a set of patches and new files to implement DragImage + > sample for bigdemo. >Alex, thanks for the patches. These do not compile cleanly on Windows. I haven''t tested on Linux. Three functions (DoDrawImage, GetImageRect and UpdateBackingFromWindow) are only available to the Generic version. I guess Mac uses the generic DragImage. I may take a stab at fixing it before checking it in or you can re-submit the patch
Alex Fenton wrote:> Attached a set of patches and new files to implement DragImage + > sample for bigdemo. > >OK, I have this working on Windows now. I have removed the deprecated wxPoint argument in the constructors. I also fixed the demo so it will run and added some text to the background. It would be interesting to copy the wxPython sample over at some point. As soon as I get it all set I''ll check it in. Roy