Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Would URLTransfer solve my problem?
Would URLTransfer solve my problem? [message #460461] Sun, 28 August 2005 21:06
Eclipse UserFriend
Originally posted by: mehow.remove.neurosoft.net

I know that class org.eclipse.swt.dnd.URLTransfer is currently
intentionally not public as described here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=100095

Being unable to test it, I would like to ask if it would possibly solve
the following problem I'm having. In my application, I'm copying a link
to a clipboard (so far using TextTransfer). However it's not a regular
http:// or ftp:// URL but a custom URI like
scheme:scheme-specific-part#fragment. This link, when pasted into a
browser address bar is then handled correctly thanks to Windows specific
mechanism (configured using Windows registry). However, when it is
pasted into a program like Microsoft Outlook, it's not being recognized
as a link, and therefore cannot be launched by mail recipient (if he/she
uses a program like Microsoft Outlook). I wonder if it would be
recognized if I used URLTransfer instead of TextTransfer.

Veronika, can you help me on that?

Michal
Previous Topic:How to print a formpage?
Next Topic:Display problem with TableViewer
Goto Forum:
  


Current Time: Fri Apr 26 01:09:22 GMT 2024

Powered by FUDForum. Page generated in 0.03230 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top