AW: Question regarding new changes in wxFileDataObject since wx2.8.4
robert at roebling.de
robert at roebling.de
Wed Oct 10 00:39:05 PDT 2007
> I have a data browser kind of application that manage files on a
> web server. I was using DnD with wxDragSource containing
> wxFileDataObject. When DnD inside the browser I made the
> wxFileDataObject Add URL strings instead of real file paths.
You mean something like "file:///home/robert/myfile.txt" or also
other protocols?
> It was working fine until I upgraded to 2.8.6. The drop target
> can't get any file path (in my case URL's) after GetData().
Could you check what happens in src/gtkl/dataobj.cpp, after
the call to g_filename_from_uri(). What is the URL that fails.
Robert
More information about the wx-users
mailing list