Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Piotr Zarzycki
Please upload to some dropbox, onedrive or something like that and send me to my email - do you see my email here ? śr., 10 lut 2021 o 09:25 David Slotemaker de Bruine < dslotema...@vicensvives.com> napisał(a): > Hi Piotr, > > How can I send the project to you, I can't attached files to the

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
Hi Piotr, How can I send the project to you, I can't attached files to the post? If I change the SDK back to 9.7 -JS Moonshine no longer shows the: The IDE highlights "J:initialView" with a red underline stating: "Cannot parse a value of type org.apache.royal.core.IApplicationView" error, nor

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Piotr Zarzycki
In order to download Nightly build of Royale trough Moonshine you should go to menu Help -> Getting Started -> Download Third Party Software In launched application choose from Drop down list 0.9.8 in Royale section - click Download. - Once it's done you can choose for your project downloaded

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
Hi Hiedra, Thank you for your response. Please do share the paging component you have been working on, that will be a good stop gap until the datagrid component acts more like the old Flex one. Any idea about the dual http sessions error? Cheers. David On Wed, 10 Feb 2021 at 16:29, Maria Jose

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Carlos Rovira
Hi David, the problem with sessions seems to be off the Royale scope. I remember hear about it in the Flex days, but don't remember the cause. I think you need to give more info about your server configuration. Also check this to see if it helps [1] Did you start from scratch we very simple

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Safrizal
do not use cookies, use stateless session. if you still have to use cookies, you should check blazeDS AppendToGatewayUrl message, after command message PING / Operation 5, executed. check message.headers, if name == 'AppendToGatewayUrl' and mustUnderstand == true, save jsession value. and use

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Carlos Rovira
Hi Safrizal, cool :) Thanks for your response. I think js:RemoteObject could be an option if you're starting a project from scratch. For people coming from a full mx:RemoteObject implementation, wil be more difficult since I think there's still some issues. Great you have a solution to sessions,

AS3 & MXML for VSCode and Mac M1

2021-02-10 Thread Isabelle LOYER
Hi, Could you share your experience about Mac M1 with a project compiling with AS3 & MXML for VSCode. Best regards

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Carlos Rovira
Hi David, so you have the old ApplicationResponsiveView and must be changed to ResponsiveView right? That's the reason I was telling to start a project from scratch, so having a j:Application file alone from the hello world (for example) will start with a successful compilation. Then adding the

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Piotr Zarzycki
Sorry I missed your email I see your options. Give me a second I will provide you correct stuff śr., 10 lut 2021 o 13:43 Piotr Zarzycki napisał(a): > David, > > Show me screenshot with your compiler options. Carlos provided you correct > stuff now you just need to place in a proper way. > >

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Piotr Zarzycki
I bit of an explanation why in Maven build we are using: -compiler.exclude-defaults-css-files=MXRoyale-${royale.framework.version}-js.swc:defaults.css Instead: -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css Each Maven swc which has been generated are having following

Crux - binding model between views

2021-02-10 Thread Maria Jose Esteve
Hi, let's see if someone can help me or give me some clue to follow. In the application in which I am working there are many maintenance, mvc, whose management is identical. We have created a component SectionContent, ModuleSectionContent.as, with the idea of ​​encapsulating in it all the

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
: command line Error: configuration variable 'compiler.exclude-defaults-css-files' value contains unknown token 'royale.framework.version'. On Wed, 10 Feb 2021 at 13:34, David Slotemaker de Bruine < dslotema...@vicensvives.com> wrote: > Hi guys, > > @Carlos I am using Moonshine to compile, I

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
Hi guys, @Carlos I am using Moonshine to compile, I guess it uses maven under the hood?? This is the string I am using: -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css -js-library-path=${royalelib}/js/libs/MXRoyaleJS.swc

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Piotr Zarzycki
David, Show me screenshot with your compiler options. Carlos provided you correct stuff now you just need to place in a proper way. śr., 10 lut 2021 o 13:35 David Slotemaker de Bruine < dslotema...@vicensvives.com> napisał(a): > : command line Error: configuration variable >

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Piotr Zarzycki
David, I think this should be your compiler options: -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css -html-template=src/resources/jewel-index-template.html -js-library-path+=${royalelib}/js/libs/MXRoyaleJS.swc -compiler.exclude-defaults-css-files=MXRoyaleJS.swc:defaults.css

Re: AS3 & MXML for VSCode and Mac M1

2021-02-10 Thread Harbs
I got an M1 machine for testing, but I have not yet tried to use VS Code for Royale with it. I’ll likely have an opportunity to do that sometime in the next week. Harbs > On Feb 10, 2021, at 11:37 AM, Isabelle LOYER wrote: > > Hi, > > Could you share your experience about Mac M1 with a

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
Hi Carlos, Piotr helped me out fixing the template for a new project. For others finding this post you have to change a tag in the MXML: [1] https://github.com/prominic/Moonshine-IDE/issues/778 I still have issues with mx.rpc imports. I am only using the JS version of the SDK nightly build

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
Hey Guys, Thank you both! That compile string works a treat, I can now send and receive using the mx:Remote object instead of js:Remote Object. @Carlos I am still getting "Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies

RE: Remote Object Call Performance and Fault Event

2021-02-10 Thread Maria Jose Esteve
Hi David, How many records do you have? Hiedra De: David Slotemaker de Bruine Enviado el: miércoles, 10 de febrero de 2021 15:27 Para: users@royale.apache.org Asunto: Re: Remote Object Call Performance and Fault Event Hey Guys, Thank you both! That compile string works a treat, I can now send

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread Piotr Zarzycki
David, Great to hear that! Thanks for using Moonshine :) śr., 10 lut 2021 o 15:27 David Slotemaker de Bruine < dslotema...@vicensvives.com> napisał(a): > Hey Guys, > > Thank you both! That compile string works a treat, I can now send and > receive using the mx:Remote object instead of js:Remote

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
520, the response from the server is immediate. The objects inherit from a base object, could that be the cause? On Wed., 10 Feb. 2021, 15:57 Maria Jose Esteve, wrote: > Hi David, > > How many records do you have? > > > > Hiedra > > > > *De:* David Slotemaker de Bruine > *Enviado el:*