[ wxwindows-Bugs-1619410 ] URLDragAndDrop does not work with Ubuntu
6.10 and Firefox
SourceForge.net
noreply at sourceforge.net
Mon Feb 25 06:23:58 PST 2008
Bugs item #1619410, was opened at 2006-12-20 14:09
Message generated for change (Comment added) made by pysm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1619410&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxGTK specific
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Noel (noelbyron)
Assigned to: Robert Roebling (roebling)
Summary: URLDragAndDrop does not work with Ubuntu 6.10 and Firefox
Initial Comment:
Hello!
There is not much to say but the URLDragAndDrop sample does not work at all on my system. Neither the dragging to the browser nor the dragging from the browser to the wxPython application.
The strange thing is that dragging a URL from the browser to the widget where you are supposed to _start_ a drag from the application works? It looks to me that something goes utterly wrong here.
Ubuntu 6.10, wxPython 2.8.0.1
Please let me know if somebody can reproduce this problem on Linux.
Best regards
Noel
----------------------------------------------------------------------
Comment By: www.stani.be (pysm)
Date: 2008-02-25 15:23
Message:
Logged In: YES
user_id=697354
Originator: NO
I've poked Robin about this, because I need it in my application, Phatch
(open source PHoto & bATCH processor):
http://photobatch.stani.be
Phatch can work with local files or web images. Phatch needs
UrlDragAndDrop for two use cases:
- You can drag and drop any image from the web on Phatch GUI or droplet to
apply effects on it (such as round corners, reflection, perspective, ...)
- Part of the program is an EXIF and IPTC metadata inspector for image
files. It should accept images which are dragged and dropped from the
internet, so photographers can quickly compare each other settings.
Screenshot:
http://photobatch.wikidot.com/local--files/image-inspector/image_inspector_exif.png
Documentation: http://photobatch.wikidot.com/image-inspector
Robert, thanks a lot for looking into this.
----------------------------------------------------------------------
Comment By: Robert Roebling (roebling)
Date: 2008-02-25 15:03
Message:
Logged In: YES
user_id=77100
Originator: NO
Ok, but this means that well need a special C++ class for this, too, just
like for text, bitmaps and file dnd. I'm not sure what the sense for
dragging a URL is, but accepting would be nice.
----------------------------------------------------------------------
Comment By: Robin Dunn (robind)
Date: 2008-02-22 18:03
Message:
Logged In: YES
user_id=53955
Originator: NO
It depends on what is standard for the platform for URLs. IIRC on Windows
there is a CFSTR_SHELLURL data format type, but browsers and other
applications typically use a plain text data format as well, so
wxURLDataObject is a composite with both text and CFSTR_SHELLURL formats.
I think that when we first made wxURLDataObject browsers on *nix used
plain text object for dragging URLs, but apparently that has changed
somehow.
----------------------------------------------------------------------
Comment By: Robert Roebling (roebling)
Date: 2008-02-22 15:56
Message:
Logged In: YES
user_id=77100
Originator: NO
I've got no idea how this is supposed to work. What wxDataFormat are you
using? Is there one for URLs defined under MSW?
----------------------------------------------------------------------
Comment By: Robin Dunn (robind)
Date: 2008-02-20 01:58
Message:
Logged In: YES
user_id=53955
Originator: NO
Robert, do you know how to deal with this?
----------------------------------------------------------------------
Comment By: www.stani.be (pysm)
Date: 2008-01-23 15:43
Message:
Logged In: YES
user_id=697354
Originator: NO
It also doesn't work on Ubuntu 7.10 with wxPython 2.8.4
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1619410&group_id=9863
More information about the wx-dev
mailing list