Hi, thanks for pointing me there but it doesn't seem to work for me. I want to drop attachments from Outlook into my application. I tried to stream all the DataFormats returned by getContentTypes() and used them to get content either from e.getDragboard() and Clipboard.getSystemClipboard() and I couldn't find anything useful. This is quite a pain for me because I have users still using the 10 years old Swing version of my application writing to me "hey, I upgraded and I can't drag and drop Outlook attachments anymore". Does anyone have an idea of how to do it or if it's even possible in JavaFX?
Il giorno ven 29 lug 2022 alle ore 14:27 Dean Wookey <wookey.d...@gmail.com> ha scritto: > Hi Andrea, > > You can have a look at this post to see if it helps you. > > https://stackoverflow.com/a/73166666/4489577 > > Dean > > On Tue, Jul 12, 2022 at 10:59 AM Andrea Vacondio < > andrea.vacon...@gmail.com> wrote: > >> Hello, >> can anyone point me or tell me the current support regarding JavaFX drag >> and drop of Outlook attachments? This is the only bug report I found >> https://bugs.openjdk.org/browse/JDK-8133342 >> Also, is there a searchable version of the mailing list? https:// >> mail.openjdk.org/pipermail/open >> Thanks >> Andrea >> >