Re: Crux Branch

2019-07-11 Thread Greg Dove
Just a quick update... I just fixed the ant builds for the 3 simple crux examples in the branch, which were not working yet. There will continue to be improvements and fixes over time, but I actually think it's at a state where it could be merged into develop. Unless there is a reason not to, I

Re: AMF and class aliases

2019-07-11 Thread Greg Dove
Yes, it should just work. There is at least one working example in the examples set, and it should work with CommandMessage etc, without any of the tweaks that you mentioned. Carlos is using amf extensively and it is currently in use in a production app. Let me know if you see any bugs. cheers,

Re: AMF and class aliases

2019-07-11 Thread Frost, Andrew
Oh it's that simple! Yes I just took a look, that does appear to go through it all and set everything up... Thank you! that saved us a bit of effort trying to update the compiler ;-) -Original Message- From: Greg Dove Sent: 11 July 2019 23:27 To: dev@royale.apache.org Subject:

Re: AMF and class aliases

2019-07-11 Thread Greg Dove
Hi Andrew, 'but I can't see anywhere that this list is accessed/used.' I think you need ClassAliasBead on your Application level, which will process all the definitions. On Fri, Jul 12, 2019 at 10:22 AM Frost, Andrew wrote: > Hi all > > We're trying to get a connection to work from our

AMF and class aliases

2019-07-11 Thread Frost, Andrew
Hi all We're trying to get a connection to work from our Royale-based code to a LiveCycle back-end, and having to debug why the AMF message is different between the Flex version and the Royale version (and trying to work out why the server is rejecting our initial ping message..) One thing

Re: Build failed in Jenkins: royale-asjs_jsonly #3219

2019-07-11 Thread Carlos Rovira
Seems they finally add officially Element.animate API [1] it's the same API I added to missing.js can I remove that from missing.js? or we need to do some GCC update? thanks https://github.com/google/closure-compiler/issues/2134 El mar., 9 jul. 2019 a las 11:02, Yishay Weiss () escribió: >

Re: Jewel CSS winding up in non-Jewel apps

2019-07-11 Thread Josh Tynjala
I like the idea of checking the layout of the SWC. I'll give that a try. -- Josh Tynjala Bowler Hat LLC On Wed, Jul 10, 2019 at 11:20 PM Alex Harui wrote: > Is the "isNative()" function hooked up to the native keyword or the > [native] metadata? > > This is not the

Re: Jewel CSS winding up in non-Jewel apps

2019-07-11 Thread Alex Harui
Is the "isNative()" function hooked up to the native keyword or the [native] metadata? This is not the gotcha I was trying to remember in my last post, but one concern that came to mind was that some API that we consider "native" or a "typedef" for JS in the browser because it is supplied by