Re: Royale compiler does not work with super

2020-09-15 Thread Greg Dove
That looks like it probably needs a compiler fix. But it also seems avoidable for now. Because they are vars and not methods or accessors that are overridden, can't you just avoid using super? On Wed, Sep 16, 2020 at 10:20 AM Hugo Ferreira wrote: > Example 1, using super to use the base base

Re: Open ByteArray as file

2020-09-15 Thread Hugo Ferreira
This is for open a file from file system. My goal is to open a file on the file system from a byte array that exists on the application, so I download the file and the user needs to press it (right now not it's the way to go). However I will also need your feature soon, so thank you. It will be

Re: Fault even on server call without any special reason

2020-09-15 Thread Hugo Ferreira
Solved. Its' related with this: http://apache-royale-development.20373.n8.nabble.com/Royale-compiler-does-not-work-with-super-td18264.html Hugo Ferreira escreveu no dia terça, 15/09/2020 à(s) 01:23: > I have a particular server call that falls to fault event with the > following message:

Royale compiler does not work with super

2020-09-15 Thread Hugo Ferreira
Example 1, using super to use the base base variable public class MyBaseClass { protected var myProtectedVar:String; } public class MyExtendedClass { public function MyExtendedClass { super.myProtecedVar = "Hello World"; // this will throw an JS error at runtime } }

Re: Sort Jewel DataGrid by column click

2020-09-15 Thread Hugo Ferreira
And the correct bead sort from Jewel ? Piotr Zarzycki escreveu no dia terça, 15/09/2020 à(s) 12:28: > I have used build from yesterday. > > wt., 15 wrz 2020 o 12:05 Hugo Ferreira > napisał(a): > > > You should test with the most recent nightly build. > > There is also the mx version for the

Re: Sort Jewel DataGrid by column click

2020-09-15 Thread Piotr Zarzycki
I have used build from yesterday. wt., 15 wrz 2020 o 12:05 Hugo Ferreira napisał(a): > You should test with the most recent nightly build. > There is also the mx version for the Flex emulation DataGrid. > Ensure that you are using the Royale version. > > Piotr Zarzycki escreveu no dia terça, >

Re: Sort Jewel DataGrid by column click

2020-09-15 Thread Hugo Ferreira
You should test with the most recent nightly build. There is also the mx version for the Flex emulation DataGrid. Ensure that you are using the Royale version. Piotr Zarzycki escreveu no dia terça, 15/09/2020 à(s) 10:06: > Thanks Hugo. I have added it to one of the DG in TourDeJewel and it

RE: Open ByteArray as file

2020-09-15 Thread Maria Jose Esteve
Hi Hugo, sorry for the delay. Here you can see how we work with mx.net.FileReference. (I have adapted the code to be able to show it to you in a few lines, there may be omission or transcription errors) import org.apache.royale.events.Event; import

Re: Sort Jewel DataGrid by column click

2020-09-15 Thread Piotr Zarzycki
Thanks Hugo. I have added it to one of the DG in TourDeJewel and it doesn't work. wt., 15 wrz 2020 o 10:20 Hugo Ferreira napisał(a): > Hi Piotr, > > Just add the bead to the datagrid: > > > > > > > > I was me that set dataProvider = null to force the DataGrid to refresh. > I saw that on

Re: Sort Jewel DataGrid by column click

2020-09-15 Thread Hugo Ferreira
Hi Piotr, Just add the bead to the datagrid: I was me that set dataProvider = null to force the DataGrid to refresh. I saw that on something else on the framework to refresh the DataGrid. Carlos, also is worry about that. For sure that is an area to be improved, to find out a better way

Re: [DISCUSS] fork/move Apache Flex BlazeDS to Royale?

2020-09-15 Thread Piotr Zarzycki
Definitely Chris! Enjoy your meal ! ;) wt., 15 wrz 2020 o 09:17 Christofer Dutz napisał(a): > Lol ... good catch .. stupid phone __ > > Note to myself: Don't write emails on your phone during breakfast ... > > That should have been "RoyaleDS" __ > > Chris > > Am 15.09.20, 08:59 schrieb "Piotr

Re: [DISCUSS] fork/move Apache Flex BlazeDS to Royale?

2020-09-15 Thread Christofer Dutz
Lol ... good catch .. stupid phone __ Note to myself: Don't write emails on your phone during breakfast ... That should have been "RoyaleDS" __ Chris Am 15.09.20, 08:59 schrieb "Piotr Zarzycki" : Chris, Why Royales ? Do you suggest to have more than one project there ? wt., 15

Re: [DISCUSS] fork/move Apache Flex BlazeDS to Royale?

2020-09-15 Thread Piotr Zarzycki
Chris, Why Royales ? Do you suggest to have more than one project there ? wt., 15 wrz 2020 o 08:52 Christofer Dutz napisał(a): > Hi all, > > Well if we want to do this, I would suggest a new git repository. For that > we should pick a name. I would suggest Royales. But that's something that >

Re: [DISCUSS] fork/move Apache Flex BlazeDS to Royale?

2020-09-15 Thread Christofer Dutz
Hi all, Well if we want to do this, I would suggest a new git repository. For that we should pick a name. I would suggest Royales. But that's something that has to be an act of the PMC (I think). Chris Von: Greg Dove Gesendet: Montag, 14. September 2020 22:18

Re: Sort Jewel DataGrid by column click

2020-09-15 Thread Piotr Zarzycki
Hi Hugo, Carlos, Could you provide example how to use DataGridSort ? Additionally making dataProvider = null worries me a lot - can any of you look into this and sort it out ? It's completely insufficient if you display a lot in DG. Thanks, Piotr sob., 12 wrz 2020 o 16:53 Hugo Ferreira