Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Alex Harui
Hmm, it is broken for me too. In a quick look, it appears that the fx:Style block that brings in main.css is not working. It appears that the main.css is not having any effect or isn’t in the output. It is the end of my work day, so maybe someone else who had been in the compiler can take a l

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Carlos Rovira
El mié., 14 ago. 2019 a las 5:54, Mandeep Sarma () escribió: > > This brings up another question, doesn't the way in which Royale is being > developed significantly increase the risks to future Royale SDKs breaking > applications in lengthy development (large applications) ? I ask because > Royale

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Mandeep Sarma
Hi Carlos, I was in no way trying to challenge the intelligence of the methods being used to develop Royale, I was simply trying to understand why it’s broken. And my question was more on trying to understand why the development of Royale breaks old code, for example several examples no longer wor

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Alex Harui
Hi Mandeep, We definitely need more folks to pitch in and write tests. Only now are we getting to the point where tests would be helpful. Earlier, significant changes could be made and would require re-writing a lot of tests. So, if you and others can contribute tests, that would be great. -

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Alex Harui
Turns out the styles are correct. The breakage appears to be caused by the coercion code to “int” in EffectTimer.start(). The JavaScript Date.getTime() really returns a large number outside of the int range. -Alex From: Alex Harui Reply-To: "users@royale.apache.org" Date: Wednesday, August

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Alex Harui
RoyaleStore will work better in the nightly. The fonts are not quite right but haven’t been for a while. Volunteers to tidy up the visuals are welcome. Thanks for reporting it, -Alex From: Alex Harui Reply-To: "users@royale.apache.org" Date: Wednesday, August 14, 2019 at 12:29 PM To: "users@

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Mandeep Sarma
I tried using the nightly builds the main issue i saw is the same I observed previously the view states are not changing. If it helps here is the Moonshine console output: : Compiling RoyaleStore : Using Royale Compiler codebase: "D:\apache-royale-sdks\apache-royale-0.9.6-nightly-bin-js\royale-asj