Re: A new Royale committer

2020-10-12 Thread Hugo Ferreira
Thank you. Piotr Zarzycki escreveu no dia segunda, 12/10/2020 à(s) 08:34: > Welcome Hugo and good Luck! :) > > niedz., 11 paź 2020 o 15:34 Hugo Ferreira > napisał(a): > > > Thank you. > > > > Harbs escreveu no dia domingo, 11/10/2020 à(s) > > 09:33: > > > > > I’ve been out recently so I’m

Re: A new Royale committer

2020-10-12 Thread Piotr Zarzycki
Welcome Hugo and good Luck! :) niedz., 11 paź 2020 o 15:34 Hugo Ferreira napisał(a): > Thank you. > > Harbs escreveu no dia domingo, 11/10/2020 à(s) > 09:33: > > > I’ve been out recently so I’m late to the party, but here’s a welcome > from > > me too! > > > > Harbs > > > > > On Oct 6, 2020,

Reference Error: Error #1056

2020-10-12 Thread Nallathambi, Varunkumar
Hi I am migrating Flex(Swiz0.6.4) to Crux application. I am getting the below error when I use Remoteobject call ReferanceError: Error #1056: carnot read property guide on com.*java class file We are using Arraycollection and [Transient] metadata tag for setter objects. Kindly help me on this

Re: Reference Error: Error #1056

2020-10-12 Thread Hugo Ferreira
Hi Varunkumar, Are you using RemoteObject from mx package, correct ? On my asconfig.json (with VS Code), I have the following configuration: "additionalOptions": "-remove-circulars -js-output-optimization=skipAsCoercions -compiler.exclude-defaults-css-files=MXRoyale-0.9.8-js.swc:defaults.css

RE: Reference Error: Error #1056

2020-10-12 Thread Nallathambi, Varunkumar
Hi Hugo, Thanks. I got the issue. Variable is not available in Flex side. After created issue got resolved except one place. Investigating the data side. Regards, Varunkumar N -Original Message- From: Hugo Ferreira Sent: Monday, October 12, 2020 6:40 PM To: Apache Royale

Re: Reference Error: Error #1056

2020-10-12 Thread Hugo Ferreira
One application that has helped me a lot for years since the beginning of Flex days and currently used in Royale it's Charles Web Proxy. Nallathambi, Varunkumar escreveu no dia segunda, 12/10/2020 à(s) 15:35: > Hi Hugo, > Thanks. I got the issue. Variable is not available in Flex side.

Re: Reference Error: Error #1056

2020-10-12 Thread Carlos Rovira
Also for anyone starting with mx:RemoteObject this royale documentation page compiles lots of info to get started: https://apache.github.io/royale-docs/features/loading-external-data/remoteobject El lun., 12 oct. 2020 a las 16:38, Hugo Ferreira () escribió: > One application that has helped me

Re: Debug bead error

2020-10-12 Thread Carlos Rovira
Hi Hugo, that used to be an incorrect or missing import(s). You must check the code and find where the issue is located. El dom., 11 oct. 2020 a las 22:10, Hugo Ferreira () escribió: > Hi, > > I copyed the source code of SearchFilter bead for debug propose to check > this issue: