Re: Open ByteArray as file

2020-09-10 Thread Alex Harui
This Github issue may be helpful. https://github.com/apache/royale-asjs/issues/838 HTH, -Alex On 9/10/20, 5:10 AM, "Harbs" wrote: Agreed. I’m not sure when I’m going top have the time for that though. > On Sep 10, 2020, at 1:11 PM, Carlos Rovira wrote: > > Hi, > >

RE: ApacheCon @Home Tracks for Royale published

2020-09-10 Thread Maria Jose Esteve
Hello I do not know if we will get to do much more, than there is currently, in the example of integration with Apache Echarts, in a week, maybe the application of creating and manipulating Themes... Do you think it would be nice to show part of the sample project in one of YOUR presentations?

Re: Sort Jewel DataGrid by column click

2020-09-10 Thread Hugo Ferreira
Hi Carlos, I don't see your comment in PR ! Carlos Rovira escreveu no dia quinta, 10/09/2020 à(s) 16:24: > Hi Hugo, > > maybe you didn't notice but I commented in your PR :) > > https://github.com/apache/royale-asjs/pull/908 > > > El jue., 10 sept. 2020 a las 13:26, Hugo Ferreira ( >) > escribi

Re: Sort Jewel DataGrid by column click

2020-09-10 Thread Carlos Rovira
Hi Hugo, maybe you didn't notice but I commented in your PR :) https://github.com/apache/royale-asjs/pull/908 El jue., 10 sept. 2020 a las 13:26, Hugo Ferreira () escribió: > Thank you. > As I progress on my development and face other missing pices that I need I > will do the same, now that I

Re: ApacheCon @Home Tracks for Royale published

2020-09-10 Thread Carlos Rovira
Hi all, as I'm preparing the slides of my 2 talks, I still don't have clear information about the other 3 ones. Who are the folks going to prepare and present it? Also, I can tweet about it too... as I know more about it. thanks El vie., 14 ago. 2020 a las 15:27, Andrew Wetmore () escribió: > T

Re: Open ByteArray as file

2020-09-10 Thread Harbs
Agreed. I’m not sure when I’m going top have the time for that though. > On Sep 10, 2020, at 1:11 PM, Carlos Rovira wrote: > > Hi, > > Since Royale is about encapsulating code that works through platforms (and > in JS cross browser), I think it would be good to have a bead for that at > Core or

Re: Open ByteArray as file

2020-09-10 Thread Hugo Ferreira
On my case I have a ByteArray returned from a AMF call to the server, so it's not UI/MXML. On my Flex/AIR application I convert this ByteArray on a temporary file and open it. Here I want to do the same (if I can avoid to create a temporary file on the middle, would be a better way). A AS util func

Re: Sort Jewel DataGrid by column click

2020-09-10 Thread Hugo Ferreira
Thank you. As I progress on my development and face other missing pices that I need I will do the same, now that I know who works a bead and how to build one. Carlos Rovira escreveu no dia quinta, 10/09/2020 à(s) 11:47: > Thanks for the PR Hugo. Good one for your first! :) > I started a review a

Re: Sort Jewel DataGrid by column click

2020-09-10 Thread Carlos Rovira
Thanks for the PR Hugo. Good one for your first! :) I started a review and commented on some things there. We also have a rule to wait 24h at least for others to review and for any comment or issue we can notice thanks El jue., 10 sept. 2020 a las 11:18, Hugo Ferreira () escribió: > Hi Carlos, >

Re: Open ByteArray as file

2020-09-10 Thread Carlos Rovira
Hi, Since Royale is about encapsulating code that works through platforms (and in JS cross browser), I think it would be good to have a bead for that at Core or Basic level. just my 2... El jue., 10 sept. 2020 a las 11:45, Harbs () escribió: > There is also a FileReference implementation in the

Re: Open ByteArray as file

2020-09-10 Thread Harbs
There is also a FileReference implementation in the mx package. mx has a DownloadButton which does what you want. You also might want to know about URLUtils. HTH, Harbs > On Sep 10, 2020, at 12:33 PM, Hugo Ferreira wrote: > > Sometimes it easy to forget that Royale at the end of the day IS JS

Re: Open ByteArray as file

2020-09-10 Thread Hugo Ferreira
Sometimes it easy to forget that Royale at the end of the day IS JS :) Piotr Zarzycki escreveu no dia quinta, 10/09/2020 à(s) 05:53: > Hi Hugo, > > I will just shot you with the tip - How would you do that in pure JS ? - I > think this maybe your answer ;) > > Thanks, > Piotr > > czw., 10 wrz 20

Re: Sort Jewel DataGrid by column click

2020-09-10 Thread Hugo Ferreira
Hi Carlos, Done. Carlos Rovira escreveu no dia quinta, 10/09/2020 à(s) 08:58: > Hi Hugo, > > could you please create a PR (Pull Request)? > That way we get better with how Apache works and you get credits for your > work, Royale gets better collaboration numbers and the process is in > general

Re: Sort Jewel DataGrid by column click

2020-09-10 Thread Carlos Rovira
Hi Hugo, could you please create a PR (Pull Request)? That way we get better with how Apache works and you get credits for your work, Royale gets better collaboration numbers and the process is in general better to track if you continue contributing in the future (what I expect). Also, doing good