RE: Porting from flex: Uncaught TypeError: org.apache.royale.debugging.assert is not a function

2020-12-11 Thread Jim Page
I think nabble performed an edit on my code! See my compiler bug report for the actual code. -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: Porting from flex: Uncaught TypeError: org.apache.royale.debugging.assert is not a function

2020-12-11 Thread Jim Page
I was setting up a test case to submit as a compiler bug, and I think I have found at least one source of bad things: see this extremely simple example: http://ns.adobe.com/mxml/2009"; xmlns:mx="library://ns.apache.org/royale/mx" width="600" height="400" >

RE: Porting from flex: Uncaught TypeError: org.apache.royale.debugging.assert is not a function

2020-12-11 Thread Yishay Weiss
Happy to help, Jim. We all feed off the same ecosystem. This forum has been gratifying to me as well. From: Jim Page Sent: Friday, December 11, 2020 3:20 PM To: users@royale.apache.org Subject: RE: Porting from flex: Uncaught TypeErro

RE: Porting from flex: Uncaught TypeError: org.apache.royale.debugging.assert is not a function

2020-12-11 Thread Jim Page
Thank you very much - I will. I am super impressed by the responsiveness and level of support on this forum! It's very gratifying, especially given the somewhat stressful situation given the timescale of this project! -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: Porting from flex: Uncaught TypeError: org.apache.royale.debugging.assert is not a function

2020-12-11 Thread Yishay Weiss
We have seen assertion bugs crop up with Xml as well. It would be good if you could file a compiler bug for that. In the meantime you could disable asserts. In ant you can add a jvm arg to mxmlc like this I’m not sure about Maven, I thought they were disabled by default. From: Jim Page

Re: Royale doesn't support accessing properties as this[propName]

2020-12-11 Thread Jim Page
Carlos you are a superstar many thanks! -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: Royale doesn't support accessing properties as this[propName]

2020-12-11 Thread Carlos Rovira
Hi Jim, compiler options are here [1] and about embed images workaround is here [2] [1] https://apache.github.io/royale-docs/compiler/compiler-options [2] https://apache.github.io/royale-docs/migrate-an-existing-app/flex-equivalents El jue, 10 dic 2020 a las 21:15, Jim Page () escribió: > Fanta