Re: Drag multiple files from outside of the browser

2022-12-13 Thread Hugo Ferreira
New Jewel DropZone component added. Thank you all. Hugo Ferreira escreveu no dia terça, 13/12/2022 à(s) 22:12: > I checked the code, created a Jewel version and it works fine even with > multiple files :) > I will now clean the code and do a few more tests and put it in the base > as a new compo

Re: Drag multiple files from outside of the browser

2022-12-13 Thread Hugo Ferreira
I checked the code, created a Jewel version and it works fine even with multiple files :) I will now clean the code and do a few more tests and put it in the base as a new component for Jewel. Thank you very much. Hugo Ferreira escreveu no dia terça, 13/12/2022 à(s) 21:18: > Fantastic. > Thank

Re: Drag multiple files from outside of the browser

2022-12-13 Thread Hugo Ferreira
Fantastic. Thank you very much. Harbs escreveu no dia terça, 13/12/2022 à(s) 20:45: > Well, the implementation is very simple, so that could just be copied. > > > On Dec 13, 2022, at 2:32 PM, Maria Jose Esteve > wrote: > > > > Do you think it could be used with Jewel easily? > > > > Hiedra > >

Re: Alternative for browseForOpenMultiple

2022-12-13 Thread Hugo Ferreira
Hi, In the last few days I built a bead MultipleFiles and ended up changing a lot in FileReference. The thing is that FileReference was designed in mind for a single file and a lot of changes would be required. This is a long task of rewriting a Flex application to Royale and there is a single pl

Re: Drag multiple files from outside of the browser

2022-12-13 Thread Harbs
Well, the implementation is very simple, so that could just be copied. > On Dec 13, 2022, at 2:32 PM, Maria Jose Esteve wrote: > > Do you think it could be used with Jewel easily? > > Hiedra > > -Mensaje original- > De: Harbs > Enviado el: martes, 13 de diciembre de 2022 12:19 > Para

RE: Drag multiple files from outside of the browser

2022-12-13 Thread Maria Jose Esteve
Do you think it could be used with Jewel easily? Hiedra -Mensaje original- De: Harbs Enviado el: martes, 13 de diciembre de 2022 12:19 Para: Apache Royale Development Asunto: Re: Drag multiple files from outside of the browser Ha. I forgot we did that… ;-) > On Dec 13, 2022, at 10:40

Re: Drag multiple files from outside of the browser

2022-12-13 Thread Harbs
Ha. I forgot we did that… ;-) > On Dec 13, 2022, at 10:40 AM, Maria Jose Esteve wrote: > > Have you looked at the Spectrum Dropzone component [1]? > > [1] > https://unhurdle.github.io/spectrum-royale/#!dropzone?colorstop=light&appScale=medium > > Mª José Esteve García > Dpto. Sistemas > mjes

RE: Drag multiple files from outside of the browser

2022-12-13 Thread Maria Jose Esteve
Have you looked at the Spectrum Dropzone component [1]? [1] https://unhurdle.github.io/spectrum-royale/#!dropzone?colorstop=light&appScale=medium Mª José Esteve García Dpto. Sistemas mjest...@iest.com -Mensaje original- De: Hugo Ferreira Enviado el: miércoles, 7 de diciembre de 2022

RE: Drag multiple files from outside of the browser

2022-12-13 Thread Yishay Weiss
Not that I am aware… From: Hugo Ferreira Sent: Wednesday, December 7, 2022 1:52 AM To: Apache Royale Development Subject: Drag multiple files from outside of the browser Hi, Just as the subject said, is there already an out-of-the-box