D
Daniel Grieves
Hey folks,
I'm trying to add support for the user to drag & drop files into my 1.5.0
application. I've got it working from Windows Explorer but when I try to
drag a Microsoft Outlook attachment directly into the application, the only
flavors available have to do with Strings or Readers, and they're all empty.
Well, not quite empty--if I drag multiple attachments at once, I get a
semicolon.
If it makes a difference, I'm dropping onto a JList which has a specialized
TransferHandler that I wrote.
Thanks in advance for any help,
Dan Grieves
I'm trying to add support for the user to drag & drop files into my 1.5.0
application. I've got it working from Windows Explorer but when I try to
drag a Microsoft Outlook attachment directly into the application, the only
flavors available have to do with Strings or Readers, and they're all empty.
Well, not quite empty--if I drag multiple attachments at once, I get a
semicolon.
If it makes a difference, I'm dropping onto a JList which has a specialized
TransferHandler that I wrote.
Thanks in advance for any help,
Dan Grieves