Re: RoyaleStore broken with sdk 0.96

2019-08-15 Thread Alex Harui
ednesday, August 14, 2019 at 8:11 PM To: "users@royale.apache.org" Subject: Re: RoyaleStore broken with sdk 0.96 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

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Mandeep Sarma
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@royale.apache.org" &g

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Alex Harui
To: "users@royale.apache.org" Subject: Re: RoyaleStore broken with sdk 0.96 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

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Alex Harui
ay, August 14, 2019 at 12:19 AM To: "users@royale.apache.org" Subject: Re: RoyaleStore broken with sdk 0.96 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

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Alex Harui
. -Alex From: Mandeep Sarma Reply-To: "users@royale.apache.org" Date: Wednesday, August 14, 2019 at 9:59 AM To: "users@royale.apache.org" Subject: Re: RoyaleStore broken with sdk 0.96 Hi Carlos, I was in no way trying to challenge the intelligence of the methods being used

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

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 >

Re: RoyaleStore broken with sdk 0.96

2019-08-14 Thread Alex Harui
a look. Otherwise I will try to look tomorrow. -Alex From: Mandeep Sarma Reply-To: "users@royale.apache.org" Date: Tuesday, August 13, 2019 at 8:54 PM To: "users@royale.apache.org" Subject: RoyaleStore broken with sdk 0.96 Hi, Can anyone tell me why the "ToggleTextB

RoyaleStore broken with sdk 0.96

2019-08-13 Thread Mandeep Sarma
Hi, Can anyone tell me why the "ToggleTextButton" in the "ControlBar" in RoyaleStore.mxml don't work anymore with sdk 0.96? And why the ProductCatalogThumbnail are not created anymore with sdk 0.94. I'm using moonshine 2.4.0 build 1387. I'm most interested in knowing what changes in the SDK